cleanup
|
@ -0,0 +1,661 @@
|
||||||
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 19 November 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 Affero General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works, specifically designed to ensure
|
||||||
|
cooperation with the community in the case of network server software.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
our General Public Licenses are 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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Developers that use our General Public Licenses protect your rights
|
||||||
|
with two steps: (1) assert copyright on the software, and (2) offer
|
||||||
|
you this License which gives you legal permission to copy, distribute
|
||||||
|
and/or modify the software.
|
||||||
|
|
||||||
|
A secondary benefit of defending all users' freedom is that
|
||||||
|
improvements made in alternate versions of the program, if they
|
||||||
|
receive widespread use, become available for other developers to
|
||||||
|
incorporate. Many developers of free software are heartened and
|
||||||
|
encouraged by the resulting cooperation. However, in the case of
|
||||||
|
software used on network servers, this result may fail to come about.
|
||||||
|
The GNU General Public License permits making a modified version and
|
||||||
|
letting the public access it on a server without ever releasing its
|
||||||
|
source code to the public.
|
||||||
|
|
||||||
|
The GNU Affero General Public License is designed specifically to
|
||||||
|
ensure that, in such cases, the modified source code becomes available
|
||||||
|
to the community. It requires the operator of a network server to
|
||||||
|
provide the source code of the modified version running there to the
|
||||||
|
users of that server. Therefore, public use of a modified version, on
|
||||||
|
a publicly accessible server, gives the public access to the source
|
||||||
|
code of the modified version.
|
||||||
|
|
||||||
|
An older license, called the Affero General Public License and
|
||||||
|
published by Affero, was designed to accomplish similar goals. This is
|
||||||
|
a different license, not a version of the Affero GPL, but Affero has
|
||||||
|
released a new version of the Affero GPL which permits relicensing under
|
||||||
|
this license.
|
||||||
|
|
||||||
|
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 Affero 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. Remote Network Interaction; Use with the GNU General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, if you modify the
|
||||||
|
Program, your modified version must prominently offer all users
|
||||||
|
interacting with it remotely through a computer network (if your version
|
||||||
|
supports such interaction) an opportunity to receive the Corresponding
|
||||||
|
Source of your version by providing access to the Corresponding Source
|
||||||
|
from a network server at no charge, through some standard or customary
|
||||||
|
means of facilitating copying of software. This Corresponding Source
|
||||||
|
shall include the Corresponding Source for any work covered by version 3
|
||||||
|
of the GNU General Public License that is incorporated pursuant to the
|
||||||
|
following paragraph.
|
||||||
|
|
||||||
|
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 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 work with which it is combined will remain governed by version
|
||||||
|
3 of the GNU General Public License.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU Affero 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 Affero 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 Affero 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 Affero General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero 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 Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero 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 your software can interact with users remotely through a computer
|
||||||
|
network, you should also make sure that it provides a way for users to
|
||||||
|
get its source. For example, if your program is a web application, its
|
||||||
|
interface could display a "Source" link that leads users to an archive
|
||||||
|
of the code. There are many ways you could offer source, and different
|
||||||
|
solutions will be better for different programs; see section 13 for the
|
||||||
|
specific requirements.
|
||||||
|
|
||||||
|
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 AGPL, see
|
||||||
|
<https://www.gnu.org/licenses/>.
|
|
@ -0,0 +1,11 @@
|
||||||
|
# melawy-theme
|
||||||
|
KDE, GTK theme for Melawy Linux
|
||||||
|
|
||||||
|
### Donate
|
||||||
|
[Tinkoff](https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066)
|
||||||
|
|
||||||
|
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
||||||
|
|
||||||
|
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
|
||||||
|
|
||||||
|
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
|
@ -0,0 +1,19 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
mv .git/config config
|
||||||
|
|
||||||
|
rm -rf .git
|
||||||
|
|
||||||
|
git init -b main
|
||||||
|
|
||||||
|
mv config .git/config
|
||||||
|
|
||||||
|
git add --all .
|
||||||
|
|
||||||
|
git commit -m "cleanup"
|
||||||
|
|
||||||
|
git push origin main --force
|
||||||
|
|
||||||
|
echo "################################################################"
|
||||||
|
echo "################### cleanup Done ######################"
|
||||||
|
echo "################################################################"
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git add . && git commit -m "Update" && git push
|
||||||
|
|
||||||
|
echo "Ready"
|
|
@ -0,0 +1,569 @@
|
||||||
|
[%General]
|
||||||
|
author=Vince Liuice, based on KvAdapta by Tsu Jan
|
||||||
|
comment=An uncomplicated theme inspired by the Materia GTK theme
|
||||||
|
x11drag=all
|
||||||
|
alt_mnemonic=true
|
||||||
|
left_tabs=true
|
||||||
|
attach_active_tab=false
|
||||||
|
mirror_doc_tabs=true
|
||||||
|
group_toolbar_buttons=false
|
||||||
|
toolbar_item_spacing=0
|
||||||
|
toolbar_interior_spacing=2
|
||||||
|
spread_progressbar=true
|
||||||
|
composite=true
|
||||||
|
menu_shadow_depth=10
|
||||||
|
spread_menuitems=false
|
||||||
|
tooltip_shadow_depth=1
|
||||||
|
splitter_width=1
|
||||||
|
scroll_width=9
|
||||||
|
scroll_arrows=false
|
||||||
|
scroll_min_extent=60
|
||||||
|
slider_width=2
|
||||||
|
slider_handle_width=23
|
||||||
|
slider_handle_length=22
|
||||||
|
tickless_slider_handle_size=22
|
||||||
|
center_toolbar_handle=true
|
||||||
|
check_size=16
|
||||||
|
textless_progressbar=false
|
||||||
|
progressbar_thickness=2
|
||||||
|
menubar_mouse_tracking=true
|
||||||
|
toolbutton_style=1
|
||||||
|
double_click=false
|
||||||
|
translucent_windows=true
|
||||||
|
blurring=true
|
||||||
|
popup_blurring=true
|
||||||
|
vertical_spin_indicators=false
|
||||||
|
spin_button_width=24
|
||||||
|
fill_rubberband=false
|
||||||
|
merge_menubar_with_toolbar=true
|
||||||
|
small_icon_size=16
|
||||||
|
large_icon_size=32
|
||||||
|
button_icon_size=16
|
||||||
|
toolbar_icon_size=16
|
||||||
|
combo_as_lineedit=true
|
||||||
|
animate_states=true
|
||||||
|
button_contents_shift=false
|
||||||
|
combo_menu=true
|
||||||
|
hide_combo_checkboxes=true
|
||||||
|
combo_focus_rect=false
|
||||||
|
groupbox_top_label=true
|
||||||
|
inline_spin_indicators=true
|
||||||
|
joined_inactive_tabs=false
|
||||||
|
layout_spacing=6
|
||||||
|
layout_margin=9
|
||||||
|
scrollbar_in_view=true
|
||||||
|
transient_scrollbar=false
|
||||||
|
transient_groove=true
|
||||||
|
submenu_overlap=0
|
||||||
|
tooltip_delay=0
|
||||||
|
tree_branch_line=true
|
||||||
|
no_window_pattern=false
|
||||||
|
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
|
||||||
|
reduce_window_opacity=0
|
||||||
|
respect_DE=true
|
||||||
|
scrollable_menu=false
|
||||||
|
submenu_delay=150
|
||||||
|
no_inactiveness=false
|
||||||
|
reduce_menu_opacity=0
|
||||||
|
click_behavior=0
|
||||||
|
contrast=1.00
|
||||||
|
dialog_button_layout=0
|
||||||
|
intensity=1.00
|
||||||
|
saturation=1.00
|
||||||
|
shadowless_popup=false
|
||||||
|
drag_from_buttons=false
|
||||||
|
menu_blur_radius=6
|
||||||
|
tooltip_blur_radius=6
|
||||||
|
|
||||||
|
[GeneralColors]
|
||||||
|
window.color=#242932
|
||||||
|
base.color=#242932
|
||||||
|
alt.base.color=#272c35
|
||||||
|
button.color=#414958
|
||||||
|
light.color=#475061
|
||||||
|
mid.light.color=#3c4352
|
||||||
|
dark.color=#23272f
|
||||||
|
mid.color=#2b303b
|
||||||
|
highlight.color=#4bc8ff
|
||||||
|
inactive.highlight.color=#4bc8ff30
|
||||||
|
text.color=#d9dce3
|
||||||
|
window.text.color=#d9dce3
|
||||||
|
button.text.color=#d9dce3
|
||||||
|
disabled.text.color=#586379
|
||||||
|
tooltip.text.color=#edeff3
|
||||||
|
highlight.text.color=#ffffff
|
||||||
|
link.color=#0057AE
|
||||||
|
link.visited.color=#E040FB
|
||||||
|
progress.indicator.text.color=#d9dce3
|
||||||
|
|
||||||
|
[Hacks]
|
||||||
|
transparent_ktitle_label=true
|
||||||
|
transparent_dolphin_view=true
|
||||||
|
transparent_pcmanfm_sidepane=true
|
||||||
|
blur_translucent=false
|
||||||
|
transparent_menutitle=true
|
||||||
|
respect_darkness=true
|
||||||
|
kcapacitybar_as_progressbar=true
|
||||||
|
force_size_grip=true
|
||||||
|
iconless_pushbutton=true
|
||||||
|
iconless_menu=false
|
||||||
|
disabled_icon_opacity=100
|
||||||
|
lxqtmainmenu_iconsize=16
|
||||||
|
normal_default_pushbutton=true
|
||||||
|
single_top_toolbar=true
|
||||||
|
tint_on_mouseover=0
|
||||||
|
transparent_pcmanfm_view=true
|
||||||
|
no_selection_tint=true
|
||||||
|
transparent_arrow_button=true
|
||||||
|
middle_click_scroll=false
|
||||||
|
opaque_colors=false
|
||||||
|
kinetic_scrolling=false
|
||||||
|
scroll_jump_workaround=true
|
||||||
|
centered_forms=false
|
||||||
|
noninteger_translucency=false
|
||||||
|
style_vertical_toolbars=false
|
||||||
|
blur_only_active_window=false
|
||||||
|
|
||||||
|
[PanelButtonCommand]
|
||||||
|
frame=true
|
||||||
|
frame.element=button
|
||||||
|
frame.top=5
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
interior=true
|
||||||
|
interior.element=button
|
||||||
|
indicator.size=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=4
|
||||||
|
text.iconspacing=4
|
||||||
|
indicator.element=arrow
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[PanelButtonTool]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
text.bold=false
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=8
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[ToolbarButton]
|
||||||
|
frame=true
|
||||||
|
frame.element=tbutton
|
||||||
|
interior.element=tbutton
|
||||||
|
frame.top=16
|
||||||
|
frame.bottom=16
|
||||||
|
frame.left=16
|
||||||
|
frame.right=16
|
||||||
|
indicator.element=tarrow
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=white
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=32
|
||||||
|
|
||||||
|
[Dock]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=dock
|
||||||
|
frame.element=dock
|
||||||
|
frame.top=1
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
|
||||||
|
[DockTitle]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior=false
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[IndicatorSpinBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
interior=true
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
indicator.element=spin
|
||||||
|
indicator.size=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
|
||||||
|
[RadioButton]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=radio
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
|
||||||
|
[CheckBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=checkbox
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
|
||||||
|
[Focus]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=focus
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
frame.patternsize=14
|
||||||
|
|
||||||
|
[GenericFrame]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
interior=false
|
||||||
|
frame.element=common
|
||||||
|
interior.element=common
|
||||||
|
frame.top=1
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
|
||||||
|
[LineEdit]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=lineedit
|
||||||
|
interior.element=lineedit
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=3
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
|
||||||
|
[ToolbarLineEdit]
|
||||||
|
frame.element=lineedit
|
||||||
|
interior.element=lineedit
|
||||||
|
|
||||||
|
[DropDownButton]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=arrow-down
|
||||||
|
|
||||||
|
[IndicatorArrow]
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=8
|
||||||
|
|
||||||
|
[ToolboxTab]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
|
||||||
|
[Tab]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=tab
|
||||||
|
text.margin.left=8
|
||||||
|
text.margin.right=8
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
frame.element=tab
|
||||||
|
indicator.element=tab
|
||||||
|
indicator.size=22
|
||||||
|
frame.top=8
|
||||||
|
frame.bottom=8
|
||||||
|
frame.left=8
|
||||||
|
frame.right=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=white
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[TabFrame]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=tabframe
|
||||||
|
interior.element=tabframe
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
|
||||||
|
[TreeExpander]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.size=8
|
||||||
|
indicator.element=tree
|
||||||
|
|
||||||
|
[HeaderSection]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=header
|
||||||
|
frame.element=header
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=white
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[SizeGrip]
|
||||||
|
indicator.element=resize-grip
|
||||||
|
|
||||||
|
[Toolbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=toolbar
|
||||||
|
indicator.size=5
|
||||||
|
text.margin=0
|
||||||
|
interior.element=menubar
|
||||||
|
frame.element=menubar
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.toggle.color=white
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=1
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[Slider]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=slider
|
||||||
|
focusFrame=true
|
||||||
|
interior.element=slider
|
||||||
|
frame.top=3
|
||||||
|
frame.bottom=3
|
||||||
|
frame.left=3
|
||||||
|
frame.right=3
|
||||||
|
|
||||||
|
[SliderCursor]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=slidercursor
|
||||||
|
|
||||||
|
[Progressbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=progress
|
||||||
|
interior.element=progress
|
||||||
|
text.margin=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.toggle.color=#d9dce3
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=8
|
||||||
|
|
||||||
|
[ProgressbarContents]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=progress-pattern
|
||||||
|
interior.element=progress-pattern
|
||||||
|
|
||||||
|
[ItemView]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.margin=0
|
||||||
|
frame.element=itemview
|
||||||
|
interior.element=itemview
|
||||||
|
frame.top=4
|
||||||
|
frame.bottom=4
|
||||||
|
frame.left=4
|
||||||
|
frame.right=4
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.margin.left=8
|
||||||
|
text.margin.right=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.press.color=#ffffff
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[Splitter]
|
||||||
|
interior.element=splitter
|
||||||
|
frame=false
|
||||||
|
indicator.size=0
|
||||||
|
|
||||||
|
[Scrollbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=12
|
||||||
|
|
||||||
|
[ScrollbarSlider]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=scrollbarslider
|
||||||
|
interior=false
|
||||||
|
frame.left=5
|
||||||
|
frame.right=5
|
||||||
|
frame.top=5
|
||||||
|
frame.bottom=5
|
||||||
|
indicator.element=grip
|
||||||
|
indicator.size=12
|
||||||
|
|
||||||
|
[ScrollbarGroove]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior=false
|
||||||
|
frame=false
|
||||||
|
|
||||||
|
[Menu]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.top=10
|
||||||
|
frame.bottom=10
|
||||||
|
frame.left=10
|
||||||
|
frame.right=10
|
||||||
|
frame.element=menu
|
||||||
|
interior.element=menu
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.shadow=false
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[MenuItem]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=menuitem
|
||||||
|
interior.element=menuitem
|
||||||
|
indicator.element=menuitem
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#ffffff
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.margin.left=6
|
||||||
|
text.margin.right=6
|
||||||
|
frame.top=4
|
||||||
|
frame.bottom=4
|
||||||
|
frame.left=4
|
||||||
|
frame.right=4
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[MenuBar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=menubar
|
||||||
|
interior.element=menubar
|
||||||
|
frame.bottom=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#ffffff
|
||||||
|
text.press.color=#ffffff
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[MenuBarItem]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior=true
|
||||||
|
interior.element=menubaritem
|
||||||
|
frame.element=menubaritem
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
text.margin.left=4
|
||||||
|
text.margin.right=4
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#ffffff
|
||||||
|
text.press.color=#ffffff
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
text.bold=false
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[TitleBar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
interior.element=titlebar
|
||||||
|
indicator.size=16
|
||||||
|
indicator.element=mdi
|
||||||
|
text.normal.color=#787878
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.bold=false
|
||||||
|
text.italic=true
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[ComboBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=combo
|
||||||
|
interior.element=combo
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.toggle.color=white
|
||||||
|
|
||||||
|
[GroupBox]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[TabBarFrame]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
frame.element=tabBarFrame
|
||||||
|
interior=false
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=0
|
||||||
|
frame.left=0
|
||||||
|
frame.right=0
|
||||||
|
|
||||||
|
[ToolTip]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
interior=true
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=6
|
||||||
|
interior.element=tooltip
|
||||||
|
frame.element=tooltip
|
||||||
|
frame.expansion=6
|
||||||
|
|
||||||
|
[StatusBar]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
interior=false
|
||||||
|
|
||||||
|
[Window]
|
||||||
|
interior=true
|
||||||
|
interior.element=window
|
||||||
|
frame=true
|
||||||
|
frame.element=window
|
||||||
|
frame.bottom=10
|
||||||
|
frame.top=10
|
After Width: | Height: | Size: 235 KiB |
|
@ -0,0 +1,569 @@
|
||||||
|
[%General]
|
||||||
|
author=Vince Liuice, based on KvAdapta by Tsu Jan
|
||||||
|
comment=An uncomplicated theme inspired by the Materia GTK theme
|
||||||
|
x11drag=all
|
||||||
|
alt_mnemonic=true
|
||||||
|
left_tabs=true
|
||||||
|
attach_active_tab=false
|
||||||
|
mirror_doc_tabs=true
|
||||||
|
group_toolbar_buttons=false
|
||||||
|
toolbar_item_spacing=0
|
||||||
|
toolbar_interior_spacing=2
|
||||||
|
spread_progressbar=true
|
||||||
|
composite=true
|
||||||
|
menu_shadow_depth=10
|
||||||
|
spread_menuitems=false
|
||||||
|
tooltip_shadow_depth=1
|
||||||
|
splitter_width=1
|
||||||
|
scroll_width=9
|
||||||
|
scroll_arrows=false
|
||||||
|
scroll_min_extent=60
|
||||||
|
slider_width=2
|
||||||
|
slider_handle_width=23
|
||||||
|
slider_handle_length=22
|
||||||
|
tickless_slider_handle_size=22
|
||||||
|
center_toolbar_handle=true
|
||||||
|
check_size=16
|
||||||
|
textless_progressbar=false
|
||||||
|
progressbar_thickness=2
|
||||||
|
menubar_mouse_tracking=true
|
||||||
|
toolbutton_style=1
|
||||||
|
double_click=false
|
||||||
|
translucent_windows=true
|
||||||
|
blurring=true
|
||||||
|
popup_blurring=true
|
||||||
|
vertical_spin_indicators=false
|
||||||
|
spin_button_width=24
|
||||||
|
fill_rubberband=false
|
||||||
|
merge_menubar_with_toolbar=true
|
||||||
|
small_icon_size=16
|
||||||
|
large_icon_size=32
|
||||||
|
button_icon_size=16
|
||||||
|
toolbar_icon_size=16
|
||||||
|
combo_as_lineedit=true
|
||||||
|
animate_states=true
|
||||||
|
button_contents_shift=false
|
||||||
|
combo_menu=true
|
||||||
|
hide_combo_checkboxes=true
|
||||||
|
combo_focus_rect=false
|
||||||
|
groupbox_top_label=true
|
||||||
|
inline_spin_indicators=true
|
||||||
|
joined_inactive_tabs=false
|
||||||
|
layout_spacing=6
|
||||||
|
layout_margin=9
|
||||||
|
scrollbar_in_view=true
|
||||||
|
transient_scrollbar=false
|
||||||
|
transient_groove=true
|
||||||
|
submenu_overlap=0
|
||||||
|
tooltip_delay=0
|
||||||
|
tree_branch_line=true
|
||||||
|
no_window_pattern=false
|
||||||
|
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
|
||||||
|
reduce_window_opacity=0
|
||||||
|
respect_DE=true
|
||||||
|
scrollable_menu=false
|
||||||
|
submenu_delay=150
|
||||||
|
no_inactiveness=false
|
||||||
|
reduce_menu_opacity=0
|
||||||
|
click_behavior=0
|
||||||
|
contrast=1.00
|
||||||
|
dialog_button_layout=0
|
||||||
|
intensity=1.00
|
||||||
|
saturation=1.00
|
||||||
|
shadowless_popup=false
|
||||||
|
drag_from_buttons=false
|
||||||
|
menu_blur_radius=6
|
||||||
|
tooltip_blur_radius=6
|
||||||
|
|
||||||
|
[GeneralColors]
|
||||||
|
window.color=#f5f5f5
|
||||||
|
base.color=#e6e6e6
|
||||||
|
alt.base.color=#f8f8f8
|
||||||
|
button.color=#f2f2f2
|
||||||
|
light.color=#ffffff
|
||||||
|
mid.light.color=#f0f0f0
|
||||||
|
dark.color=#c8c8c8
|
||||||
|
mid.color=#e1e1e196
|
||||||
|
highlight.color=#1e82ff
|
||||||
|
inactive.highlight.color=#1e82ff30
|
||||||
|
text.color=#444444
|
||||||
|
window.text.color=#444444
|
||||||
|
button.text.color=#444444
|
||||||
|
disabled.text.color=#44444474
|
||||||
|
tooltip.text.color=#444444
|
||||||
|
highlight.text.color=#444444
|
||||||
|
link.color=#0057AE
|
||||||
|
link.visited.color=#E040FB
|
||||||
|
progress.indicator.text.color=#444444
|
||||||
|
|
||||||
|
[Hacks]
|
||||||
|
transparent_ktitle_label=true
|
||||||
|
transparent_dolphin_view=true
|
||||||
|
transparent_pcmanfm_sidepane=true
|
||||||
|
blur_translucent=true
|
||||||
|
transparent_menutitle=true
|
||||||
|
respect_darkness=false
|
||||||
|
kcapacitybar_as_progressbar=true
|
||||||
|
force_size_grip=true
|
||||||
|
iconless_pushbutton=false
|
||||||
|
iconless_menu=false
|
||||||
|
disabled_icon_opacity=100
|
||||||
|
lxqtmainmenu_iconsize=16
|
||||||
|
normal_default_pushbutton=false
|
||||||
|
single_top_toolbar=true
|
||||||
|
tint_on_mouseover=0
|
||||||
|
transparent_pcmanfm_view=true
|
||||||
|
no_selection_tint=true
|
||||||
|
transparent_arrow_button=true
|
||||||
|
middle_click_scroll=false
|
||||||
|
opaque_colors=false
|
||||||
|
kinetic_scrolling=false
|
||||||
|
scroll_jump_workaround=true
|
||||||
|
centered_forms=false
|
||||||
|
noninteger_translucency=false
|
||||||
|
style_vertical_toolbars=false
|
||||||
|
blur_only_active_window=false
|
||||||
|
|
||||||
|
[PanelButtonCommand]
|
||||||
|
frame=true
|
||||||
|
frame.element=button
|
||||||
|
frame.top=5
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
interior=true
|
||||||
|
interior.element=button
|
||||||
|
indicator.size=8
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=4
|
||||||
|
text.iconspacing=4
|
||||||
|
indicator.element=arrow
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[PanelButtonTool]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
text.bold=false
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=8
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[ToolbarButton]
|
||||||
|
frame=true
|
||||||
|
frame.element=tbutton
|
||||||
|
interior.element=tbutton
|
||||||
|
frame.top=16
|
||||||
|
frame.bottom=16
|
||||||
|
frame.left=16
|
||||||
|
frame.right=16
|
||||||
|
indicator.element=tarrow
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=32
|
||||||
|
|
||||||
|
[Dock]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=dock
|
||||||
|
frame.element=dock
|
||||||
|
frame.top=1
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
text.normal.color=##444444
|
||||||
|
|
||||||
|
[DockTitle]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior=false
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[IndicatorSpinBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
interior=true
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
indicator.element=spin
|
||||||
|
indicator.size=8
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
|
||||||
|
[RadioButton]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=radio
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
|
||||||
|
[CheckBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=checkbox
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
|
||||||
|
[Focus]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=focus
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
frame.patternsize=14
|
||||||
|
|
||||||
|
[GenericFrame]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
interior=false
|
||||||
|
frame.element=common
|
||||||
|
interior.element=common
|
||||||
|
frame.top=1
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
|
||||||
|
[LineEdit]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=lineedit
|
||||||
|
interior.element=lineedit
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=3
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
|
||||||
|
[ToolbarLineEdit]
|
||||||
|
frame.element=lineedit
|
||||||
|
interior.element=lineedit
|
||||||
|
|
||||||
|
[DropDownButton]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=arrow-down
|
||||||
|
|
||||||
|
[IndicatorArrow]
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=8
|
||||||
|
|
||||||
|
[ToolboxTab]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.press.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
|
||||||
|
[Tab]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=tab
|
||||||
|
text.margin.left=8
|
||||||
|
text.margin.right=8
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
frame.element=tab
|
||||||
|
indicator.element=tab
|
||||||
|
indicator.size=22
|
||||||
|
frame.top=8
|
||||||
|
frame.bottom=8
|
||||||
|
frame.left=8
|
||||||
|
frame.right=8
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=##444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[TabFrame]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=tabframe
|
||||||
|
interior.element=tabframe
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
|
||||||
|
[TreeExpander]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.size=8
|
||||||
|
indicator.element=tree
|
||||||
|
|
||||||
|
[HeaderSection]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=header
|
||||||
|
frame.element=header
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[SizeGrip]
|
||||||
|
indicator.element=resize-grip
|
||||||
|
|
||||||
|
[Toolbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=toolbar
|
||||||
|
indicator.size=5
|
||||||
|
text.margin=0
|
||||||
|
interior.element=menubar
|
||||||
|
frame.element=menubar
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=##444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=1
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[Slider]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=slider
|
||||||
|
focusFrame=true
|
||||||
|
interior.element=slider
|
||||||
|
frame.top=3
|
||||||
|
frame.bottom=3
|
||||||
|
frame.left=3
|
||||||
|
frame.right=3
|
||||||
|
|
||||||
|
[SliderCursor]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=slidercursor
|
||||||
|
|
||||||
|
[Progressbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=progress
|
||||||
|
interior.element=progress
|
||||||
|
text.margin=0
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=##444444
|
||||||
|
text.press.color=##444444
|
||||||
|
text.toggle.color=##444444
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=8
|
||||||
|
|
||||||
|
[ProgressbarContents]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=progress-pattern
|
||||||
|
interior.element=progress-pattern
|
||||||
|
|
||||||
|
[ItemView]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.margin=0
|
||||||
|
frame.element=itemview
|
||||||
|
interior.element=itemview
|
||||||
|
frame.top=4
|
||||||
|
frame.bottom=4
|
||||||
|
frame.left=4
|
||||||
|
frame.right=4
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.margin.left=8
|
||||||
|
text.margin.right=8
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=##444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[Splitter]
|
||||||
|
interior.element=splitter
|
||||||
|
frame=false
|
||||||
|
indicator.size=0
|
||||||
|
|
||||||
|
[Scrollbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=12
|
||||||
|
|
||||||
|
[ScrollbarSlider]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=scrollbarslider
|
||||||
|
interior=false
|
||||||
|
frame.left=5
|
||||||
|
frame.right=5
|
||||||
|
frame.top=5
|
||||||
|
frame.bottom=5
|
||||||
|
indicator.element=grip
|
||||||
|
indicator.size=12
|
||||||
|
|
||||||
|
[ScrollbarGroove]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior=false
|
||||||
|
frame=false
|
||||||
|
|
||||||
|
[Menu]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.top=10
|
||||||
|
frame.bottom=10
|
||||||
|
frame.left=10
|
||||||
|
frame.right=10
|
||||||
|
frame.element=menu
|
||||||
|
interior.element=menu
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.shadow=false
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[MenuItem]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=menuitem
|
||||||
|
interior.element=menuitem
|
||||||
|
indicator.element=menuitem
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.margin.left=6
|
||||||
|
text.margin.right=6
|
||||||
|
frame.top=4
|
||||||
|
frame.bottom=4
|
||||||
|
frame.left=4
|
||||||
|
frame.right=4
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[MenuBar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=menubar
|
||||||
|
interior.element=menubar
|
||||||
|
frame.bottom=0
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[MenuBarItem]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior=true
|
||||||
|
interior.element=menubaritem
|
||||||
|
frame.element=menubaritem
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
text.margin.left=4
|
||||||
|
text.margin.right=4
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=#444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
text.bold=false
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[TitleBar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
interior.element=titlebar
|
||||||
|
indicator.size=16
|
||||||
|
indicator.element=mdi
|
||||||
|
text.normal.color=#787878
|
||||||
|
text.focus.color=##444444
|
||||||
|
text.bold=false
|
||||||
|
text.italic=true
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[ComboBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=combo
|
||||||
|
interior.element=combo
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.press.color=##444444
|
||||||
|
text.toggle.color=#444444
|
||||||
|
|
||||||
|
[GroupBox]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=0
|
||||||
|
text.normal.color=##444444
|
||||||
|
text.focus.color=#444444
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[TabBarFrame]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
frame.element=tabBarFrame
|
||||||
|
interior=false
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=0
|
||||||
|
frame.left=0
|
||||||
|
frame.right=0
|
||||||
|
|
||||||
|
[ToolTip]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
interior=true
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=6
|
||||||
|
interior.element=tooltip
|
||||||
|
frame.element=tooltip
|
||||||
|
frame.expansion=6
|
||||||
|
|
||||||
|
[StatusBar]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
interior=false
|
||||||
|
|
||||||
|
[Window]
|
||||||
|
interior=true
|
||||||
|
interior.element=window
|
||||||
|
frame=true
|
||||||
|
frame.element=window
|
||||||
|
frame.bottom=10
|
||||||
|
frame.top=10
|
After Width: | Height: | Size: 242 KiB |
|
@ -0,0 +1,569 @@
|
||||||
|
[%General]
|
||||||
|
author=Vince Liuice, based on KvAdapta by Tsu Jan
|
||||||
|
comment=An uncomplicated theme inspired by the Materia GTK theme
|
||||||
|
x11drag=all
|
||||||
|
alt_mnemonic=true
|
||||||
|
left_tabs=true
|
||||||
|
attach_active_tab=false
|
||||||
|
mirror_doc_tabs=true
|
||||||
|
group_toolbar_buttons=false
|
||||||
|
toolbar_item_spacing=0
|
||||||
|
toolbar_interior_spacing=2
|
||||||
|
spread_progressbar=true
|
||||||
|
composite=true
|
||||||
|
menu_shadow_depth=10
|
||||||
|
spread_menuitems=false
|
||||||
|
tooltip_shadow_depth=1
|
||||||
|
splitter_width=1
|
||||||
|
scroll_width=9
|
||||||
|
scroll_arrows=false
|
||||||
|
scroll_min_extent=60
|
||||||
|
slider_width=2
|
||||||
|
slider_handle_width=23
|
||||||
|
slider_handle_length=22
|
||||||
|
tickless_slider_handle_size=22
|
||||||
|
center_toolbar_handle=true
|
||||||
|
check_size=16
|
||||||
|
textless_progressbar=false
|
||||||
|
progressbar_thickness=2
|
||||||
|
menubar_mouse_tracking=true
|
||||||
|
toolbutton_style=1
|
||||||
|
double_click=false
|
||||||
|
translucent_windows=true
|
||||||
|
blurring=true
|
||||||
|
popup_blurring=true
|
||||||
|
vertical_spin_indicators=false
|
||||||
|
spin_button_width=24
|
||||||
|
fill_rubberband=false
|
||||||
|
merge_menubar_with_toolbar=true
|
||||||
|
small_icon_size=16
|
||||||
|
large_icon_size=32
|
||||||
|
button_icon_size=16
|
||||||
|
toolbar_icon_size=16
|
||||||
|
combo_as_lineedit=true
|
||||||
|
animate_states=true
|
||||||
|
button_contents_shift=false
|
||||||
|
combo_menu=true
|
||||||
|
hide_combo_checkboxes=true
|
||||||
|
combo_focus_rect=false
|
||||||
|
groupbox_top_label=true
|
||||||
|
inline_spin_indicators=true
|
||||||
|
joined_inactive_tabs=false
|
||||||
|
layout_spacing=6
|
||||||
|
layout_margin=9
|
||||||
|
scrollbar_in_view=true
|
||||||
|
transient_scrollbar=false
|
||||||
|
transient_groove=true
|
||||||
|
submenu_overlap=0
|
||||||
|
tooltip_delay=0
|
||||||
|
tree_branch_line=true
|
||||||
|
no_window_pattern=false
|
||||||
|
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
|
||||||
|
reduce_window_opacity=0
|
||||||
|
respect_DE=true
|
||||||
|
scrollable_menu=false
|
||||||
|
submenu_delay=150
|
||||||
|
no_inactiveness=false
|
||||||
|
reduce_menu_opacity=0
|
||||||
|
click_behavior=0
|
||||||
|
contrast=1.00
|
||||||
|
dialog_button_layout=0
|
||||||
|
intensity=1.00
|
||||||
|
saturation=1.00
|
||||||
|
shadowless_popup=false
|
||||||
|
drag_from_buttons=false
|
||||||
|
menu_blur_radius=6
|
||||||
|
tooltip_blur_radius=6
|
||||||
|
|
||||||
|
[GeneralColors]
|
||||||
|
window.color=#191919
|
||||||
|
base.color=#191919
|
||||||
|
alt.base.color=#272c35
|
||||||
|
button.color=#414958
|
||||||
|
light.color=#475061
|
||||||
|
mid.light.color=#3c4352
|
||||||
|
dark.color=#23272f
|
||||||
|
mid.color=#2b303b
|
||||||
|
highlight.color=#2ddcff
|
||||||
|
inactive.highlight.color=#2dffff30
|
||||||
|
text.color=#d9dce3
|
||||||
|
window.text.color=#d9dce3
|
||||||
|
button.text.color=#d9dce3
|
||||||
|
disabled.text.color=#586379
|
||||||
|
tooltip.text.color=#edeff3
|
||||||
|
highlight.text.color=#ffffff
|
||||||
|
link.color=#0057AE
|
||||||
|
link.visited.color=#E040FB
|
||||||
|
progress.indicator.text.color=#d9dce3
|
||||||
|
|
||||||
|
[Hacks]
|
||||||
|
transparent_ktitle_label=true
|
||||||
|
transparent_dolphin_view=true
|
||||||
|
transparent_pcmanfm_sidepane=true
|
||||||
|
blur_translucent=false
|
||||||
|
transparent_menutitle=true
|
||||||
|
respect_darkness=true
|
||||||
|
kcapacitybar_as_progressbar=true
|
||||||
|
force_size_grip=true
|
||||||
|
iconless_pushbutton=true
|
||||||
|
iconless_menu=false
|
||||||
|
disabled_icon_opacity=100
|
||||||
|
lxqtmainmenu_iconsize=16
|
||||||
|
normal_default_pushbutton=true
|
||||||
|
single_top_toolbar=true
|
||||||
|
tint_on_mouseover=0
|
||||||
|
transparent_pcmanfm_view=true
|
||||||
|
no_selection_tint=true
|
||||||
|
transparent_arrow_button=true
|
||||||
|
middle_click_scroll=false
|
||||||
|
opaque_colors=false
|
||||||
|
kinetic_scrolling=false
|
||||||
|
scroll_jump_workaround=true
|
||||||
|
centered_forms=false
|
||||||
|
noninteger_translucency=false
|
||||||
|
style_vertical_toolbars=false
|
||||||
|
blur_only_active_window=false
|
||||||
|
|
||||||
|
[PanelButtonCommand]
|
||||||
|
frame=true
|
||||||
|
frame.element=button
|
||||||
|
frame.top=5
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
interior=true
|
||||||
|
interior.element=button
|
||||||
|
indicator.size=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=4
|
||||||
|
text.iconspacing=4
|
||||||
|
indicator.element=arrow
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[PanelButtonTool]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
text.bold=false
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=8
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[ToolbarButton]
|
||||||
|
frame=true
|
||||||
|
frame.element=tbutton
|
||||||
|
interior.element=tbutton
|
||||||
|
frame.top=16
|
||||||
|
frame.bottom=16
|
||||||
|
frame.left=16
|
||||||
|
frame.right=16
|
||||||
|
indicator.element=tarrow
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=white
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=32
|
||||||
|
|
||||||
|
[Dock]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=dock
|
||||||
|
frame.element=dock
|
||||||
|
frame.top=1
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
|
||||||
|
[DockTitle]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior=false
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[IndicatorSpinBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
interior=true
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
indicator.element=spin
|
||||||
|
indicator.size=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
|
||||||
|
[RadioButton]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=radio
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
|
||||||
|
[CheckBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=checkbox
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
|
||||||
|
[Focus]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=focus
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
frame.patternsize=14
|
||||||
|
|
||||||
|
[GenericFrame]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
interior=false
|
||||||
|
frame.element=common
|
||||||
|
interior.element=common
|
||||||
|
frame.top=1
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
|
||||||
|
[LineEdit]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=lineedit
|
||||||
|
interior.element=lineedit
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=3
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
|
||||||
|
[ToolbarLineEdit]
|
||||||
|
frame.element=lineedit
|
||||||
|
interior.element=lineedit
|
||||||
|
|
||||||
|
[DropDownButton]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=arrow-down
|
||||||
|
|
||||||
|
[IndicatorArrow]
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=8
|
||||||
|
|
||||||
|
[ToolboxTab]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
|
||||||
|
[Tab]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=tab
|
||||||
|
text.margin.left=8
|
||||||
|
text.margin.right=8
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
frame.element=tab
|
||||||
|
indicator.element=tab
|
||||||
|
indicator.size=22
|
||||||
|
frame.top=8
|
||||||
|
frame.bottom=8
|
||||||
|
frame.left=8
|
||||||
|
frame.right=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=white
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[TabFrame]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=tabframe
|
||||||
|
interior.element=tabframe
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
|
||||||
|
[TreeExpander]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.size=8
|
||||||
|
indicator.element=tree
|
||||||
|
|
||||||
|
[HeaderSection]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior.element=header
|
||||||
|
frame.element=header
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=1
|
||||||
|
frame.left=1
|
||||||
|
frame.right=1
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=white
|
||||||
|
text.toggle.color=white
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[SizeGrip]
|
||||||
|
indicator.element=resize-grip
|
||||||
|
|
||||||
|
[Toolbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=toolbar
|
||||||
|
indicator.size=5
|
||||||
|
text.margin=0
|
||||||
|
interior.element=menubar
|
||||||
|
frame.element=menubar
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.toggle.color=white
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=1
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[Slider]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=slider
|
||||||
|
focusFrame=true
|
||||||
|
interior.element=slider
|
||||||
|
frame.top=3
|
||||||
|
frame.bottom=3
|
||||||
|
frame.left=3
|
||||||
|
frame.right=3
|
||||||
|
|
||||||
|
[SliderCursor]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
interior.element=slidercursor
|
||||||
|
|
||||||
|
[Progressbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=progress
|
||||||
|
interior.element=progress
|
||||||
|
text.margin=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.toggle.color=#d9dce3
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=8
|
||||||
|
|
||||||
|
[ProgressbarContents]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=progress-pattern
|
||||||
|
interior.element=progress-pattern
|
||||||
|
|
||||||
|
[ItemView]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
text.margin=0
|
||||||
|
frame.element=itemview
|
||||||
|
interior.element=itemview
|
||||||
|
frame.top=4
|
||||||
|
frame.bottom=4
|
||||||
|
frame.left=4
|
||||||
|
frame.right=4
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.margin.left=8
|
||||||
|
text.margin.right=8
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.press.color=#ffffff
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[Splitter]
|
||||||
|
interior.element=splitter
|
||||||
|
frame=false
|
||||||
|
indicator.size=0
|
||||||
|
|
||||||
|
[Scrollbar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
indicator.element=arrow
|
||||||
|
indicator.size=12
|
||||||
|
|
||||||
|
[ScrollbarSlider]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=scrollbarslider
|
||||||
|
interior=false
|
||||||
|
frame.left=5
|
||||||
|
frame.right=5
|
||||||
|
frame.top=5
|
||||||
|
frame.bottom=5
|
||||||
|
indicator.element=grip
|
||||||
|
indicator.size=12
|
||||||
|
|
||||||
|
[ScrollbarGroove]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior=false
|
||||||
|
frame=false
|
||||||
|
|
||||||
|
[Menu]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.top=10
|
||||||
|
frame.bottom=10
|
||||||
|
frame.left=10
|
||||||
|
frame.right=10
|
||||||
|
frame.element=menu
|
||||||
|
interior.element=menu
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.shadow=false
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[MenuItem]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=true
|
||||||
|
frame.element=menuitem
|
||||||
|
interior.element=menuitem
|
||||||
|
indicator.element=menuitem
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#ffffff
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.margin.left=6
|
||||||
|
text.margin.right=6
|
||||||
|
frame.top=4
|
||||||
|
frame.bottom=4
|
||||||
|
frame.left=4
|
||||||
|
frame.right=4
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[MenuBar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=menubar
|
||||||
|
interior.element=menubar
|
||||||
|
frame.bottom=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#ffffff
|
||||||
|
text.press.color=#ffffff
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
frame.expansion=0
|
||||||
|
text.bold=false
|
||||||
|
|
||||||
|
[MenuBarItem]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
interior=true
|
||||||
|
interior.element=menubaritem
|
||||||
|
frame.element=menubaritem
|
||||||
|
frame.top=2
|
||||||
|
frame.bottom=2
|
||||||
|
frame.left=2
|
||||||
|
frame.right=2
|
||||||
|
text.margin.left=4
|
||||||
|
text.margin.right=4
|
||||||
|
text.margin.top=0
|
||||||
|
text.margin.bottom=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=#ffffff
|
||||||
|
text.press.color=#ffffff
|
||||||
|
text.toggle.color=#ffffff
|
||||||
|
text.bold=false
|
||||||
|
min_width=+0.3font
|
||||||
|
min_height=+0.3font
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[TitleBar]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame=false
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
interior.element=titlebar
|
||||||
|
indicator.size=16
|
||||||
|
indicator.element=mdi
|
||||||
|
text.normal.color=#787878
|
||||||
|
text.focus.color=#d9dce3
|
||||||
|
text.bold=false
|
||||||
|
text.italic=true
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[ComboBox]
|
||||||
|
inherits=PanelButtonCommand
|
||||||
|
frame.element=combo
|
||||||
|
interior.element=combo
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
text.margin.top=2
|
||||||
|
text.margin.bottom=2
|
||||||
|
text.margin.left=2
|
||||||
|
text.margin.right=2
|
||||||
|
text.focus.color=white
|
||||||
|
text.press.color=#d9dce3
|
||||||
|
text.toggle.color=white
|
||||||
|
|
||||||
|
[GroupBox]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=0
|
||||||
|
text.normal.color=#d9dce3
|
||||||
|
text.focus.color=white
|
||||||
|
text.bold=false
|
||||||
|
frame.expansion=0
|
||||||
|
|
||||||
|
[TabBarFrame]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
frame.element=tabBarFrame
|
||||||
|
interior=false
|
||||||
|
frame.top=0
|
||||||
|
frame.bottom=0
|
||||||
|
frame.left=0
|
||||||
|
frame.right=0
|
||||||
|
|
||||||
|
[ToolTip]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame.top=6
|
||||||
|
frame.bottom=6
|
||||||
|
frame.left=6
|
||||||
|
frame.right=6
|
||||||
|
interior=true
|
||||||
|
text.shadow=0
|
||||||
|
text.margin=6
|
||||||
|
interior.element=tooltip
|
||||||
|
frame.element=tooltip
|
||||||
|
frame.expansion=6
|
||||||
|
|
||||||
|
[StatusBar]
|
||||||
|
inherits=GenericFrame
|
||||||
|
frame=false
|
||||||
|
interior=false
|
||||||
|
|
||||||
|
[Window]
|
||||||
|
interior=true
|
||||||
|
interior.element=window
|
||||||
|
frame=true
|
||||||
|
frame.element=window
|
||||||
|
frame.bottom=10
|
||||||
|
frame.top=10
|
After Width: | Height: | Size: 351 KiB |
|
@ -0,0 +1,47 @@
|
||||||
|
[General]
|
||||||
|
ActiveTextColor=255,255,255,255
|
||||||
|
InactiveTextColor=255,255,255,128
|
||||||
|
TitleAlignment=Left
|
||||||
|
TitleVerticalAlignment=Center
|
||||||
|
Animation=0
|
||||||
|
Shadow=true
|
||||||
|
|
||||||
|
[Layout]
|
||||||
|
BorderLeft=3
|
||||||
|
BorderRight=3
|
||||||
|
BorderBottom=4
|
||||||
|
|
||||||
|
TitleEdgeTop=0
|
||||||
|
TitleEdgeBottom=-4
|
||||||
|
TitleEdgeLeft=4
|
||||||
|
TitleEdgeRight=0
|
||||||
|
TitleBorderLeft=8
|
||||||
|
TitleBorderRight=0
|
||||||
|
TitleHeight=29
|
||||||
|
|
||||||
|
ButtonWidth=28
|
||||||
|
ButtonWidthClose=44
|
||||||
|
ButtonWidthMaximizeRestore=44
|
||||||
|
ButtonWidthMinimize=44
|
||||||
|
|
||||||
|
ButtonWidthKeepabove=43
|
||||||
|
ButtonWidthKeepbelow=43
|
||||||
|
ButtonWidthHelp=43
|
||||||
|
|
||||||
|
ButtonWidthAlldesktops=44
|
||||||
|
|
||||||
|
ButtonHeight=28
|
||||||
|
ButtonSpacing=1
|
||||||
|
ButtonMarginTop=0
|
||||||
|
ExplicitButtonSpacer=10
|
||||||
|
|
||||||
|
PaddingTop=32
|
||||||
|
PaddingBottom=76
|
||||||
|
PaddingRight=47
|
||||||
|
PaddingLeft=47
|
||||||
|
|
||||||
|
TitleHeightMaximized=28
|
||||||
|
TitleEdgeTopMaximized=0
|
||||||
|
TitleEdgeBottomMaximized=0
|
||||||
|
TitleEdgeLeftMaximized=0
|
||||||
|
TitleEdgeRightMaximized=0
|
|
@ -0,0 +1,230 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="alldesktops.svg"
|
||||||
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||||
|
<metadata
|
||||||
|
id="metadata26">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs24" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="992"
|
||||||
|
id="namedview22"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="4.5397725"
|
||||||
|
inkscape:cx="27.308512"
|
||||||
|
inkscape:cy="1.0209013"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:document-rotation="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid886" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
cy="-9"
|
||||||
|
cx="11"
|
||||||
|
id="path4206"
|
||||||
|
r="4" />
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<g
|
||||||
|
transform="translate(23)"
|
||||||
|
id="g4206">
|
||||||
|
<rect
|
||||||
|
id="rect4208"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"
|
||||||
|
id="circle4212"
|
||||||
|
cx="34"
|
||||||
|
cy="11"
|
||||||
|
r="11" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle4213"
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="28"
|
||||||
|
id="circle861"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle863"
|
||||||
|
cx="40"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
id="rect4180"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="69"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle4217"
|
||||||
|
cx="80"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="74"
|
||||||
|
id="circle869"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle872"
|
||||||
|
cx="86"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center">
|
||||||
|
<g
|
||||||
|
id="g838"
|
||||||
|
transform="translate(45)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect836" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
r="11"
|
||||||
|
cy="11"
|
||||||
|
cx="56"
|
||||||
|
id="circle840"
|
||||||
|
style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="50"
|
||||||
|
id="circle842"
|
||||||
|
style="opacity:1;fill:#00a0ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#00a0ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle865"
|
||||||
|
cx="56"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="62"
|
||||||
|
id="circle867"
|
||||||
|
style="opacity:1;fill:#00a0ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(25)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="69"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect869" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="80"
|
||||||
|
id="circle871"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle874"
|
||||||
|
cx="74"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="86"
|
||||||
|
id="circle876"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(19)"
|
||||||
|
id="g850">
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
id="circle836"
|
||||||
|
cx="-14"
|
||||||
|
cy="13"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
cy="13"
|
||||||
|
cx="-8"
|
||||||
|
id="circle843"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
id="circle845"
|
||||||
|
cx="-2"
|
||||||
|
cy="13"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
|
@ -0,0 +1,545 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
sodipodi:docname="close.svg"
|
||||||
|
style="enable-background:new"
|
||||||
|
version="1.1"
|
||||||
|
height="28"
|
||||||
|
width="44"
|
||||||
|
id="svg4306"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata31">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs29">
|
||||||
|
<filter
|
||||||
|
id="filter11290"
|
||||||
|
x="-0.024"
|
||||||
|
y="-0.024"
|
||||||
|
width="1.048"
|
||||||
|
height="1.048"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.15875313"
|
||||||
|
id="feGaussianBlur880" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1005"
|
||||||
|
x1="2.9667001"
|
||||||
|
x2="16.101"
|
||||||
|
y1="14.069"
|
||||||
|
y2="0.93425"
|
||||||
|
gradientTransform="translate(-0.0080452,-5.0139e-5)"
|
||||||
|
gradientUnits="userSpaceOnUse">
|
||||||
|
<stop
|
||||||
|
stop-color="#ff7d50"
|
||||||
|
offset="0"
|
||||||
|
id="stop883" />
|
||||||
|
<stop
|
||||||
|
stop-color="#fa4b5a"
|
||||||
|
offset=".51596"
|
||||||
|
id="stop885" />
|
||||||
|
<stop
|
||||||
|
stop-color="#ff509b"
|
||||||
|
offset="1"
|
||||||
|
id="stop887" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
id="aw">
|
||||||
|
<path
|
||||||
|
d="m 481,318 h 22 v 22 h -22 z"
|
||||||
|
id="path890" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="av">
|
||||||
|
<path
|
||||||
|
d="m 507,318 h 22 v 22 h -22 z"
|
||||||
|
id="path893" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="au">
|
||||||
|
<path
|
||||||
|
d="m 530,318 h 22 v 22 h -22 z"
|
||||||
|
id="path896" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="at">
|
||||||
|
<path
|
||||||
|
d="m 672,1064 c 0,-1.105 4.925,-2 11,-2 6.075,0 11,0.895 11,2 0,1.105 -4.925,2 -11,2 -6.075,0 -11,-0.895 -11,-2"
|
||||||
|
id="path899" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="as">
|
||||||
|
<path
|
||||||
|
d="m 660,1057 h 51 v 65.001 h -51 z"
|
||||||
|
id="path902" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ar">
|
||||||
|
<path
|
||||||
|
d="m 659,517 h 53 v 18 h -53 z"
|
||||||
|
id="path905" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aq">
|
||||||
|
<path
|
||||||
|
d="m 659,500 h 53 v 18 h -53 z"
|
||||||
|
id="path908" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ap">
|
||||||
|
<path
|
||||||
|
d="m 648,112 h 73 v 60 h -73 z"
|
||||||
|
id="path911" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ao">
|
||||||
|
<path
|
||||||
|
d="m 826,1056 h 59 v 60 h -59 z"
|
||||||
|
id="path914" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="an">
|
||||||
|
<path
|
||||||
|
d="M 805,276 H 905 V 376 H 805 Z"
|
||||||
|
id="path917" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="am">
|
||||||
|
<path
|
||||||
|
d="m 145,1063.8 h 74.152 v 45.21 H 145 Z"
|
||||||
|
id="path920" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="al">
|
||||||
|
<path
|
||||||
|
d="m 151,667 h 57 v 57 h -57 z"
|
||||||
|
id="path923" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ak">
|
||||||
|
<path
|
||||||
|
d="m 154,697 h 51 v 51 h -51 z"
|
||||||
|
id="path926" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aj">
|
||||||
|
<path
|
||||||
|
d="m 500.04,864.45 h 36.012 v 67.52 H 500.04 Z"
|
||||||
|
id="path929" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ai">
|
||||||
|
<path
|
||||||
|
d="m 836,870.54 h 47 v 55.539 h -47 z"
|
||||||
|
id="path932" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ah">
|
||||||
|
<path
|
||||||
|
d="m 318.03,702.35 h 62.848 v 37.991 H 318.03 Z"
|
||||||
|
id="path935" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ag">
|
||||||
|
<path
|
||||||
|
d="m 485.03,133.35 h 62.847 v 37.991 H 485.03 Z"
|
||||||
|
id="path938" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="af">
|
||||||
|
<path
|
||||||
|
d="m 493.37,677.93 h 45.643 v 68.067 H 493.37 Z"
|
||||||
|
id="path941" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ae">
|
||||||
|
<path
|
||||||
|
d="m 144.34,1018.2 h 71.467 v 78 H 144.34 Z"
|
||||||
|
id="path944" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ad">
|
||||||
|
<path
|
||||||
|
d="m 293.21,1068.6 66.323,-38.292 36.047,62.435 -66.323,38.292 z"
|
||||||
|
id="path947" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ac">
|
||||||
|
<path
|
||||||
|
d="m 488.86,1054.5 h 10 v 10.706 h -10 z"
|
||||||
|
id="path950" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ab">
|
||||||
|
<path
|
||||||
|
d="m 508,1066.8 h 10.001 v 10.705 H 508 Z"
|
||||||
|
id="path953" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aa">
|
||||||
|
<path
|
||||||
|
d="m 525,1045.8 h 10 v 10.706 h -10 z"
|
||||||
|
id="path956" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="z">
|
||||||
|
<path
|
||||||
|
d="m 836,1043.7 h 25.5 v 31.5 H 836 Z"
|
||||||
|
id="path959" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="y">
|
||||||
|
<path
|
||||||
|
d="m 838,1062.2 h 24 v 24 h -24 z"
|
||||||
|
id="path962" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="x">
|
||||||
|
<path
|
||||||
|
d="m 134,489.24 h 7 v 6 h -7 z"
|
||||||
|
id="path965" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="w">
|
||||||
|
<path
|
||||||
|
d="m 216,489.24 h 7 v 6 h -7 z"
|
||||||
|
id="path968" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="v">
|
||||||
|
<path
|
||||||
|
d="m 838,477.24 h 22 v 22 h -22 z"
|
||||||
|
id="path971" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="u">
|
||||||
|
<path
|
||||||
|
d="m 704,1061.2 h 25 v 25 h -25 z"
|
||||||
|
id="path974" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="t">
|
||||||
|
<path
|
||||||
|
d="m 663.04,1078.6 -1.808,-3.514 -21.07,-47.453 c 13.336,-18.439 48.336,-26.938 73.836,-3.439 0.842,0 6.476,6.246 6,7 l -18.386,25.895 c -0.483,0.765 -1.453,0.946 -2.177,0.431 l -15.505,-11.011 c -0.359,-0.255 -0.847,-0.153 -1.07,0.238 l -18.272,31.869 c -0.218,0.384 -0.502,0.578 -0.782,0.578 -0.282,0 -0.561,-0.197 -0.766,-0.594"
|
||||||
|
id="path977" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="s">
|
||||||
|
<path
|
||||||
|
d="m 127,820.24 h 100 v 100 H 127 Z"
|
||||||
|
id="path980" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="r">
|
||||||
|
<path
|
||||||
|
d="m 809,680.24 c 0,-22.092 17.908,-40 40,-40 22.092,0 40,17.908 40,40 0,22.091 -17.908,40 -40,40 -22.092,0 -40,-17.909 -40,-40"
|
||||||
|
id="path983" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="q">
|
||||||
|
<path
|
||||||
|
d="m 658,469.24 h 44 v 45 h -44 z"
|
||||||
|
id="path986" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="p">
|
||||||
|
<path
|
||||||
|
d="m 651,271.24 h 58 v 58 h -58 z"
|
||||||
|
id="path989" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="o">
|
||||||
|
<path
|
||||||
|
d="m 662,307.24 h 38 v 8 h -38 z"
|
||||||
|
id="path992" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="n">
|
||||||
|
<path
|
||||||
|
d="m 858.98,137.24 c 0.013,-0.101 0.021,-0.203 0.021,-0.307 v -6.693 h 15.75 c 1.237,0 2.25,-1.013 2.25,-2.25 v -11.25 l -27,-4.5 -27,4.5 v -2.25 l 27,-4.5 27,4.5 v -27 c 0,-1.237 -1.013,-2.25 -2.25,-2.25 h -49.5 c -1.237,0 -2.25,1.013 -2.25,2.25 v -4.25 h 54 v 54 z m -35.979,0 v -9.25 c 0,1.237 1.013,2.25 2.25,2.25 h 15.75 v 6.693 c 0,0.104 0.007,0.207 0.02,0.307 z m 22.5,-7 h 9 v 4.5 h -9 z m 1.125,-9 c -0.62,0 -1.125,-0.506 -1.125,-1.125 v -2.25 c 0,-0.619 0.505,-1.125 1.125,-1.125 h 6.75 c 0.619,0 1.125,0.506 1.125,1.125 v 2.25 c 0,0.619 -0.506,1.125 -1.125,1.125 z"
|
||||||
|
id="path995" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="m">
|
||||||
|
<path
|
||||||
|
d="m 531.27,136.24 c 6.325,-2.29 10.727,-8.277 10.727,-15.484 0,-11.316 -10.2,-20.563 -25.65,-34.575 l -4.35,-3.941 -4.35,3.941 c -15.45,14.012 -25.65,23.259 -25.65,34.575 V 81.24 h 60 v 55 z m -26.983,0 c 2.995,-1.052 5.686,-2.883 7.71,-5.25 2.024,2.367 4.715,4.198 7.71,5.25 z m -22.29,0 v -15.484 c 0,7.207 4.402,13.194 10.727,15.484 z"
|
||||||
|
id="path998" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="l">
|
||||||
|
<path
|
||||||
|
d="m 648,79.241 h 64 v 64 h -64 z"
|
||||||
|
id="path1001" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="k">
|
||||||
|
<path
|
||||||
|
d="m 500,691.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.037 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.463 -5.5,-5.5"
|
||||||
|
id="path1004" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="j">
|
||||||
|
<path
|
||||||
|
d="m 500,669.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1007" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="i">
|
||||||
|
<path
|
||||||
|
d="m 494,680.74 c 0,-3.037 2.462,-5.5 5.5,-5.5 3.038,0 5.5,2.463 5.5,5.5 0,3.038 -2.462,5.5 -5.5,5.5 -3.038,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1010" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="h">
|
||||||
|
<path
|
||||||
|
d="m 513,691.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.037 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.463 -5.5,-5.5"
|
||||||
|
id="path1013" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="g">
|
||||||
|
<path
|
||||||
|
d="m 513,669.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1016" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="f-0">
|
||||||
|
<path
|
||||||
|
d="m 507,680.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1019" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="e-7">
|
||||||
|
<path
|
||||||
|
d="m 520,680.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1022" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="d-8">
|
||||||
|
<path
|
||||||
|
d="m 321,322.24 c -4.97,0 -9,-4.029 -9,-9 0,-4.97 4.03,-9 9,-9 h 45 c 4.971,0 9,4.03 9,9 0,4.971 -4.029,9 -9,9 z"
|
||||||
|
id="path1025" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="c">
|
||||||
|
<path
|
||||||
|
d="m 322,297.24 c -4.971,0 -9,-4.029 -9,-9 0,-4.97 4.029,-9 9,-9 h 45 c 4.971,0 9,4.03 9,9 0,4.971 -4.029,9 -9,9 z"
|
||||||
|
id="path1028" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="b-6">
|
||||||
|
<path
|
||||||
|
d="m 155,83.24 h 44 v 53 h -44 z"
|
||||||
|
id="path1031" />
|
||||||
|
</clipPath>
|
||||||
|
<filter
|
||||||
|
id="filter2174"
|
||||||
|
x="-0.15989"
|
||||||
|
y="-0.094876997"
|
||||||
|
width="1.3198"
|
||||||
|
height="1.1898"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.25608494"
|
||||||
|
id="feGaussianBlur1034" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="78.562495"
|
||||||
|
inkscape:cx="19.124999"
|
||||||
|
inkscape:zoom="8.0000005"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview27"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="false"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-nodes="false"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid878"
|
||||||
|
type="xygrid"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,3.5000049,-0.99999899)"
|
||||||
|
id="active-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,8.8304688)"
|
||||||
|
id="use1626">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect715"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,20.6375)"
|
||||||
|
id="use1638">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect709"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path711"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 25.531259,-17.991669 c -0.03397,0 -0.06819,0.01276 -0.09405,0.03876 l -1.09709,1.097091 -1.098125,-1.097091 c -0.05148,-0.05063 -0.134038,-0.05063 -0.185518,0 -0.05063,0.05148 -0.05063,0.134039 0,0.185519 l 1.098641,1.098641 -1.097091,1.098124 c -0.05063,0.05148 -0.05063,0.13404 0,0.185518 0.05148,0.05063 0.13404,0.05063 0.185518,0 l 1.098125,-1.09709 1.09709,1.09709 c 0.05172,0.05199 0.135866,0.05199 0.187586,0 0.05063,-0.05148 0.05063,-0.13404 0,-0.185518 l -1.098124,-1.098124 1.096573,-1.098641 c 0.05063,-0.05148 0.05063,-0.134039 0,-0.185519 -0.02586,-0.026 -0.05957,-0.03876 -0.09353,-0.03876 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684212,32.375002)"
|
||||||
|
id="use1624">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect4383"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000003,76.999998)"
|
||||||
|
id="use1644">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect4387"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path4389"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;opacity:0.4"
|
||||||
|
d="m 25.531259,-17.991669 c -0.03397,0 -0.06819,0.01276 -0.09405,0.03876 l -1.09709,1.097091 -1.098125,-1.097091 c -0.05148,-0.05063 -0.134038,-0.05063 -0.185518,0 -0.05063,0.05148 -0.05063,0.134039 0,0.185519 l 1.098641,1.098641 -1.097091,1.098124 c -0.05063,0.05148 -0.05063,0.13404 0,0.185518 0.05148,0.05063 0.13404,0.05063 0.185518,0 l 1.098125,-1.09709 1.09709,1.09709 c 0.05172,0.05199 0.135866,0.05199 0.187586,0 0.05063,-0.05148 0.05063,-0.13404 0,-0.185518 l -1.098124,-1.098124 1.096573,-1.098641 c 0.05063,-0.05148 0.05063,-0.134039 0,-0.185519 -0.02586,-0.026 -0.05957,-0.03876 -0.09353,-0.03876 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(43.999999)">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684212,32.375002)"
|
||||||
|
id="g7325">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect7323"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000003,76.999998)"
|
||||||
|
id="g7331">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect7327"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path7329"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 25.531259,-17.991669 c -0.03397,0 -0.06819,0.01276 -0.09405,0.03876 l -1.09709,1.097091 -1.098125,-1.097091 c -0.05148,-0.05063 -0.134038,-0.05063 -0.185518,0 -0.05063,0.05148 -0.05063,0.134039 0,0.185519 l 1.098641,1.098641 -1.097091,1.098124 c -0.05063,0.05148 -0.05063,0.13404 0,0.185518 0.05148,0.05063 0.13404,0.05063 0.185518,0 l 1.098125,-1.09709 1.09709,1.09709 c 0.05172,0.05199 0.135866,0.05199 0.187586,0 0.05063,-0.05148 0.05063,-0.13404 0,-0.185518 l -1.098124,-1.098124 1.096573,-1.098641 c 0.05063,-0.05148 0.05063,-0.134039 0,-0.185519 -0.02586,-0.026 -0.05957,-0.03876 -0.09353,-0.03876 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-45.000005,28)"
|
||||||
|
id="hover-center">
|
||||||
|
<g
|
||||||
|
id="use1628"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500003,11.293531,17.363282)">
|
||||||
|
<path
|
||||||
|
id="path8990"
|
||||||
|
style="color:#232629;opacity:1;fill:#c32d1e;fill-opacity:1;stroke-width:3.804;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="m -50,-96 v 28 h 44 v -22 a 5.9999999,5.9999999 0 0 0 -6,-6 z"
|
||||||
|
transform="matrix(0.22850379,0,0,0.30238094,11.954357,9.1848201)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1634"
|
||||||
|
transform="translate(-12.699999,25.929166)">
|
||||||
|
<rect
|
||||||
|
y="-25.135416"
|
||||||
|
x="27.516666"
|
||||||
|
height="5.8208327"
|
||||||
|
width="5.8208327"
|
||||||
|
id="rect8984"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
d="m 31.616921,-23.547916 c -0.03397,0 -0.06819,0.01276 -0.09405,0.03876 l -1.09709,1.097091 -1.098125,-1.097091 c -0.05148,-0.05063 -0.134038,-0.05063 -0.185518,0 -0.05063,0.05148 -0.05063,0.134039 0,0.185519 l 1.098641,1.098641 -1.097091,1.098124 c -0.05063,0.05148 -0.05063,0.13404 0,0.185518 0.05148,0.05063 0.13404,0.05063 0.185518,0 l 1.098125,-1.09709 1.09709,1.09709 c 0.05172,0.05199 0.135866,0.05199 0.187586,0 0.05063,-0.05148 0.05063,-0.13404 0,-0.185518 l -1.098124,-1.098124 1.096573,-1.098641 c 0.05063,-0.05148 0.05063,-0.134039 0,-0.185519 -0.02586,-0.026 -0.05957,-0.03876 -0.09353,-0.03876 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="path8986"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-95.000007,56.000002)"
|
||||||
|
id="pressed-center">
|
||||||
|
<g
|
||||||
|
id="use1630"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500004,24.522698,26.623699)">
|
||||||
|
<path
|
||||||
|
id="use10661"
|
||||||
|
style="color:#232629;fill:#9b2319;fill-opacity:1;stroke-width:0.999918;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="m 0.5291683,-30.427084 v 8.466666 H 10.583335 v -6.65238 a 1.3710227,1.8142856 0 0 0 -1.3710227,-1.814286 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1640"
|
||||||
|
transform="translate(0.5291675,25.929166)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect10655"
|
||||||
|
width="5.8208318"
|
||||||
|
height="5.8208318"
|
||||||
|
x="27.516666"
|
||||||
|
y="-25.135416" />
|
||||||
|
<path
|
||||||
|
d="m 31.616922,-23.547916 c -0.03397,0 -0.06819,0.01276 -0.09405,0.03876 l -1.097091,1.097091 -1.098125,-1.097091 c -0.05148,-0.05063 -0.134038,-0.05063 -0.185517,0 -0.05063,0.05148 -0.05063,0.134039 0,0.185519 l 1.098641,1.098641 -1.097091,1.098124 c -0.05063,0.05148 -0.05063,0.13404 0,0.185518 0.05148,0.05063 0.13404,0.05063 0.185518,0 l 1.098125,-1.09709 1.09709,1.09709 c 0.05172,0.05199 0.135866,0.05199 0.187586,0 0.05063,-0.05148 0.05063,-0.13404 0,-0.185518 l -1.098124,-1.098124 1.096573,-1.098641 c 0.05063,-0.05148 0.05063,-0.134039 0,-0.185519 -0.02586,-0.026 -0.05957,-0.03876 -0.09353,-0.03876 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="path10657"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1,762 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="171.00006"
|
||||||
|
height="185"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
sodipodi:docname="decoration.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="1"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="3.959798"
|
||||||
|
inkscape:cx="192.93913"
|
||||||
|
inkscape:cy="94.322993"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="g5090"
|
||||||
|
showgrid="true"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid2816"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true"
|
||||||
|
originx="207.00003"
|
||||||
|
originy="-316" />
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid5107"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="false"
|
||||||
|
snapvisiblegridlinesonly="true"
|
||||||
|
color="#ff0000"
|
||||||
|
opacity="0.1254902"
|
||||||
|
spacingx="0.5"
|
||||||
|
spacingy="0.5"
|
||||||
|
originx="207.00003"
|
||||||
|
originy="-316" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1060"
|
||||||
|
inkscape:collect="always">
|
||||||
|
<stop
|
||||||
|
id="stop1056"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:1" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.30945057"
|
||||||
|
offset="0.48684219"
|
||||||
|
id="stop1083" />
|
||||||
|
<stop
|
||||||
|
id="stop1058"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#000000;stop-opacity:0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient1164">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.18000001"
|
||||||
|
offset="0"
|
||||||
|
id="stop1158" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0"
|
||||||
|
offset="1"
|
||||||
|
id="stop1162" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="6.2177086"
|
||||||
|
fy="104.37812"
|
||||||
|
fx="74.083336"
|
||||||
|
cy="104.37812"
|
||||||
|
cx="74.083336"
|
||||||
|
gradientTransform="matrix(-1.4141583e-5,-17.208926,11.579826,-9.8158207e-6,-1028.6793,1894.8957)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient1292-3-7-3-2"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
r="6.2177086"
|
||||||
|
fy="104.37812"
|
||||||
|
fx="74.083336"
|
||||||
|
cy="104.37812"
|
||||||
|
cx="74.083336"
|
||||||
|
gradientTransform="matrix(-9.1772334e-7,12.223142,-11.579822,-3.8617832e-7,1028.6803,-285.16885)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient1288-6-9-4-0"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1248-4-6"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-4.1297171e-6,17.208913,-11.579826,-2.6580692e-6,1018.6808,-1986.1795)"
|
||||||
|
cx="72.393738"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="72.393738"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1296-7-66-1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1.2067691e-5,-17.208914,11.579839,-7.7426556e-6,-1056.979,1912.6663)"
|
||||||
|
cx="69.014549"
|
||||||
|
cy="107.68542"
|
||||||
|
fx="69.014549"
|
||||||
|
fy="107.68542"
|
||||||
|
r="6.2177086" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1164"
|
||||||
|
id="linearGradient1861"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(9.448818,0,0,3.7795275,-469.99997,-330.3622)"
|
||||||
|
x1="73.025002"
|
||||||
|
y1="-84.666664"
|
||||||
|
x2="73.025002"
|
||||||
|
y2="-76.199997" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="linearGradient1863"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.5748032,0,0,3.7795275,107.5,410.36221)"
|
||||||
|
x1="59.53125"
|
||||||
|
y1="55.5625"
|
||||||
|
x2="59.53125"
|
||||||
|
y2="75.67083" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient948">
|
||||||
|
<stop
|
||||||
|
id="stop944"
|
||||||
|
stop-opacity=".65"
|
||||||
|
offset="0" />
|
||||||
|
<stop
|
||||||
|
id="stop946"
|
||||||
|
stop-opacity="0"
|
||||||
|
offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient948"
|
||||||
|
id="radialGradient1621"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,-1.4085479,1.4470223,0,-1275.1064,1555.9838)"
|
||||||
|
cx="984"
|
||||||
|
cy="905.35999"
|
||||||
|
fx="984"
|
||||||
|
fy="905.35999"
|
||||||
|
r="8.5" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient948"
|
||||||
|
id="radialGradient1629"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,-1.4085479,1.4470223,0,-1275.1064,1555.9838)"
|
||||||
|
cx="984"
|
||||||
|
cy="905.35999"
|
||||||
|
fx="984"
|
||||||
|
fy="905.35999"
|
||||||
|
r="8.5" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient948"
|
||||||
|
id="radialGradient1637"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(7.8051429e-6,-1.643834,1.4470083,6.8705883e-6,-1275.1016,1787.4991)"
|
||||||
|
cx="984"
|
||||||
|
cy="905.35999"
|
||||||
|
fx="984"
|
||||||
|
fy="905.35999"
|
||||||
|
r="8.5" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient948"
|
||||||
|
id="radialGradient1645"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(7.8051429e-6,-1.643834,1.4470083,6.8705883e-6,-1275.1016,1787.4991)"
|
||||||
|
cx="984"
|
||||||
|
cy="905.35999"
|
||||||
|
fx="984"
|
||||||
|
fy="905.35999"
|
||||||
|
r="8.5" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1164"
|
||||||
|
id="linearGradient1216"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(9.448818,0,0,3.7795275,-469.99997,-330.3622)"
|
||||||
|
x1="73.025002"
|
||||||
|
y1="-84.666664"
|
||||||
|
x2="73.025002"
|
||||||
|
y2="-76.199997" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1218"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1.2067691e-5,-17.208914,11.579839,-7.7426556e-6,-1056.979,1912.6663)"
|
||||||
|
cx="69.014549"
|
||||||
|
cy="107.68542"
|
||||||
|
fx="69.014549"
|
||||||
|
fy="107.68542"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1220"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-4.1297171e-6,17.208913,-11.579826,-2.6580692e-6,1018.6808,-1986.1795)"
|
||||||
|
cx="72.393738"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="72.393738"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="linearGradient1222"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.5748032,0,0,3.7795275,107.5,410.36221)"
|
||||||
|
x1="59.53125"
|
||||||
|
y1="55.5625"
|
||||||
|
x2="59.53125"
|
||||||
|
y2="75.67083" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1224"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1.4141583e-5,-17.208926,11.579826,-9.8158207e-6,-1028.6793,1894.8957)"
|
||||||
|
cx="74.083336"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="74.083336"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1226"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(9.1772334e-7,12.223142,11.579822,-3.8617832e-7,-949.68027,-796.53103)"
|
||||||
|
cx="74.083336"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="74.083336"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient2479"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1.4141583e-5,-17.208926,11.579826,-9.8158207e-6,-1028.6793,1894.8957)"
|
||||||
|
cx="74.083336"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="74.083336"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient2481"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(9.1772334e-7,12.223142,11.579822,-3.8617832e-7,-949.68027,-796.53103)"
|
||||||
|
cx="74.083336"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="74.083336"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1187"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1.2067691e-5,-17.208914,11.579839,-7.7426556e-6,-1056.979,1912.6663)"
|
||||||
|
cx="69.014549"
|
||||||
|
cy="107.68542"
|
||||||
|
fx="69.014549"
|
||||||
|
fy="107.68542"
|
||||||
|
r="6.2177086" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient1060"
|
||||||
|
id="radialGradient1277"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-4.1297171e-6,17.208913,-11.579826,-2.6580692e-6,1018.6808,-1986.1795)"
|
||||||
|
cx="72.393738"
|
||||||
|
cy="104.37812"
|
||||||
|
fx="72.393738"
|
||||||
|
fy="104.37812"
|
||||||
|
r="6.2177086" />
|
||||||
|
</defs>
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="g5090"
|
||||||
|
transform="translate(207.00003,-316.36218)">
|
||||||
|
<use
|
||||||
|
height="1052"
|
||||||
|
width="744"
|
||||||
|
transform="matrix(-1,0,0,1,-243,2.62e-6)"
|
||||||
|
id="decoration-topright"
|
||||||
|
xlink:href="#decoration-topleft"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<use
|
||||||
|
height="1052"
|
||||||
|
width="744"
|
||||||
|
transform="matrix(-1,0,0,1,-243,1.86e-6)"
|
||||||
|
id="decoration-bottomright"
|
||||||
|
xlink:href="#decoration-bottomleft"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<use
|
||||||
|
height="1052"
|
||||||
|
width="744"
|
||||||
|
transform="matrix(-1,0,0,1,-243,-7.6281248e-7)"
|
||||||
|
id="decoration-right"
|
||||||
|
xlink:href="#decoration-left"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<g
|
||||||
|
transform="translate(-315,-195)"
|
||||||
|
id="decoration-bottomleft">
|
||||||
|
<path
|
||||||
|
d="m 108,595 v 25 h 53 c -3.324,0 -6,-2.676 -6,-6 v -19 z"
|
||||||
|
style="opacity:0.3;fill:url(#radialGradient1292-3-7-3-2);fill-opacity:1;stroke-width:1.25585;stroke-linejoin:round"
|
||||||
|
id="rect1290-3-2-0-9"
|
||||||
|
transform="translate(0,0.36218262)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cssccc"
|
||||||
|
d="m 180,620.36218 h -19 c -3.324,0 -6,-2.676 -6,-6 v -19 h 25 z"
|
||||||
|
style="opacity:0.8;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1037-1-0-5-0-7-0" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.3;fill:url(#radialGradient1288-6-9-4-0);fill-opacity:1;stroke-width:1.14143;stroke-linejoin:round"
|
||||||
|
id="rect1286-2-3-8-9"
|
||||||
|
width="72"
|
||||||
|
height="75.999992"
|
||||||
|
x="-180"
|
||||||
|
y="620.36218"
|
||||||
|
transform="scale(-1,1)" />
|
||||||
|
<path
|
||||||
|
id="path1952"
|
||||||
|
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m -161,400 v 19 c -0.20382,3.87264 3.122,7 7,7 h 19 v -1 h -19 c -3.324,0 -6,-2.676 -6,-6 v -19 z"
|
||||||
|
transform="translate(315,195.36218)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-329,-195)"
|
||||||
|
id="decoration-bottom">
|
||||||
|
<rect
|
||||||
|
y="595.36218"
|
||||||
|
x="195"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1037-1-0-5-0-6-3-7"
|
||||||
|
style="opacity:0.8;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.3;fill:url(#linearGradient1863);fill-opacity:1;stroke-width:0.672596;stroke-linejoin:round"
|
||||||
|
id="rect1054-7-2-6-7-1-7"
|
||||||
|
width="25"
|
||||||
|
height="75.999992"
|
||||||
|
x="195"
|
||||||
|
y="620.36218" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.666668;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1950"
|
||||||
|
width="25"
|
||||||
|
height="1"
|
||||||
|
x="195"
|
||||||
|
y="620.36218" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-left"
|
||||||
|
transform="translate(-325,-316)">
|
||||||
|
<rect
|
||||||
|
transform="scale(-1)"
|
||||||
|
style="opacity:0.3;fill:url(#radialGradient1248-4-6);fill-opacity:1;stroke-width:1.25585;stroke-linejoin:round"
|
||||||
|
id="rect1246-68-1"
|
||||||
|
width="47.000031"
|
||||||
|
height="25"
|
||||||
|
x="-165"
|
||||||
|
y="-715.36218" />
|
||||||
|
<rect
|
||||||
|
y="690.36218"
|
||||||
|
x="165"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1037-1-0-5-0-8-92-5"
|
||||||
|
style="opacity:0.8;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.666668;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1948"
|
||||||
|
width="1"
|
||||||
|
height="25"
|
||||||
|
x="164"
|
||||||
|
y="690.36218" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-topleft"
|
||||||
|
transform="translate(-325,-302)">
|
||||||
|
<path
|
||||||
|
d="m 118,618 v 57 h 47 v -19 c 0,-3.324 2.676,-6 6,-6 h 19 v -32 z"
|
||||||
|
style="opacity:0.2;fill:url(#radialGradient1296-7-66-1);fill-opacity:1;stroke-width:1.01466;stroke-linejoin:round"
|
||||||
|
id="rect1294-2-0-7"
|
||||||
|
transform="translate(0,0.36218262)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="scccss"
|
||||||
|
d="m 171,650.36218 h 19 v 25 h -25 v -19 c 0,-3.324 2.676,-6 6,-6 z"
|
||||||
|
style="opacity:1;fill:#191919;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1037-1-0-5-0-8-9-4-7" />
|
||||||
|
<path
|
||||||
|
d="m 190,649.36218 h -19 c -3.87264,-0.20382 -7,3.122 -7,7 v 19 h 1 v -19 c 0,-3.324 2.676,-6 6,-6 h 19 z"
|
||||||
|
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1952-1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-top"
|
||||||
|
transform="translate(-339,-302)">
|
||||||
|
<rect
|
||||||
|
y="650.36218"
|
||||||
|
x="205"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1037-1-0-5-0-8-9-0-7-7"
|
||||||
|
style="opacity:1;fill:#191919;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.125387;fill:url(#linearGradient1861);fill-opacity:1;stroke-width:0.436436;stroke-linejoin:round"
|
||||||
|
id="rect1150-2-0-2-3"
|
||||||
|
width="25"
|
||||||
|
height="31.999998"
|
||||||
|
x="205"
|
||||||
|
y="-650.36218" />
|
||||||
|
<rect
|
||||||
|
y="-650.36218"
|
||||||
|
x="205"
|
||||||
|
height="1"
|
||||||
|
width="25"
|
||||||
|
id="rect1931"
|
||||||
|
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke-width:0.436436;stroke-linejoin:round"
|
||||||
|
transform="scale(1,-1)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="opacity:0.8;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="decoration-center"
|
||||||
|
width="25"
|
||||||
|
height="25"
|
||||||
|
x="-134"
|
||||||
|
y="374.36218" />
|
||||||
|
<rect
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
y="316.36218"
|
||||||
|
x="-124"
|
||||||
|
height="32"
|
||||||
|
width="2"
|
||||||
|
id="rect2840-4-5"
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:1.33333" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-90)"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
y="-207"
|
||||||
|
x="-389.36218"
|
||||||
|
height="47"
|
||||||
|
width="2"
|
||||||
|
id="rect2840-4-1-6"
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:1.61589" />
|
||||||
|
<rect
|
||||||
|
transform="scale(-1)"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
y="-501.36218"
|
||||||
|
x="122"
|
||||||
|
height="76"
|
||||||
|
width="2"
|
||||||
|
id="rect2840-4-1-0-3"
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:2.05481" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:1.66667"
|
||||||
|
id="hint-stretch-borders"
|
||||||
|
width="10"
|
||||||
|
height="10"
|
||||||
|
x="208"
|
||||||
|
y="-315.36218"
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
transform="scale(-1)" />
|
||||||
|
<g
|
||||||
|
transform="translate(-128,-195)"
|
||||||
|
id="decoration-inactive-bottomleft">
|
||||||
|
<path
|
||||||
|
d="m 108,595 v 25 h 53 c -3.324,0 -6,-2.676 -6,-6 v -19 z"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient1224);fill-opacity:1;stroke-width:1.25585;stroke-linejoin:round"
|
||||||
|
id="path1166"
|
||||||
|
transform="translate(0,0.36218262)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cssccc"
|
||||||
|
d="m 180,620.36218 h -19 c -3.324,0 -6,-2.676 -6,-6 v -19 h 25 z"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1168" />
|
||||||
|
<path
|
||||||
|
id="rect1170"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient1226);fill-opacity:1;stroke-width:1.14143;stroke-linejoin:round"
|
||||||
|
d="M 187 109 L 187 185 L 259 185 L 259 109 L 187 109 z "
|
||||||
|
transform="translate(-79.00003,511.36218)" />
|
||||||
|
<path
|
||||||
|
id="path1172"
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m -161,400 v 19 c -0.20382,3.87264 3.122,7 7,7 h 19 v -1 h -19 c -3.324,0 -6,-2.676 -6,-6 v -19 z"
|
||||||
|
transform="translate(315,195.36218)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-142,-195)"
|
||||||
|
id="decoration-inactive-bottom">
|
||||||
|
<rect
|
||||||
|
y="595.36218"
|
||||||
|
x="195"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1176"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.1;fill:url(#linearGradient1222);fill-opacity:1;stroke-width:0.672596;stroke-linejoin:round"
|
||||||
|
id="rect1178"
|
||||||
|
width="25"
|
||||||
|
height="75.999992"
|
||||||
|
x="195"
|
||||||
|
y="620.36218" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.666668;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1180"
|
||||||
|
width="25"
|
||||||
|
height="1"
|
||||||
|
x="195"
|
||||||
|
y="620.36218" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-left"
|
||||||
|
transform="translate(-138,-316)">
|
||||||
|
<rect
|
||||||
|
transform="scale(-1)"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient1220);fill-opacity:1;stroke-width:1.25585;stroke-linejoin:round"
|
||||||
|
id="rect1184"
|
||||||
|
width="47.000031"
|
||||||
|
height="25"
|
||||||
|
x="-165"
|
||||||
|
y="-715.36218" />
|
||||||
|
<rect
|
||||||
|
y="690.36218"
|
||||||
|
x="165"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1186"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.666668;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1188"
|
||||||
|
width="1"
|
||||||
|
height="25"
|
||||||
|
x="164"
|
||||||
|
y="690.36218" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-topleft"
|
||||||
|
transform="translate(-138,-302)">
|
||||||
|
<path
|
||||||
|
d="m 118,618 v 57 h 47 v -19 c 0,-3.324 2.676,-6 6,-6 h 19 v -32 z"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient1218);fill-opacity:1;stroke-width:1.01466;stroke-linejoin:round"
|
||||||
|
id="path1192"
|
||||||
|
transform="translate(0,0.36218262)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="scccss"
|
||||||
|
d="m 171,650.36218 h 19 v 25 h -25 v -19 c 0,-3.324 2.676,-6 6,-6 z"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1194" />
|
||||||
|
<path
|
||||||
|
d="m 190,649.36218 h -19 c -3.87264,-0.20382 -7,3.122 -7,7 v 19 h 1 v -19 c 0,-3.324 2.676,-6 6,-6 h 19 z"
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1196" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-top"
|
||||||
|
transform="translate(-152,-302)">
|
||||||
|
<rect
|
||||||
|
y="650.36218"
|
||||||
|
x="205"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1200"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.125387;fill:url(#linearGradient1216);fill-opacity:1;stroke-width:0.436436;stroke-linejoin:round"
|
||||||
|
id="rect1202"
|
||||||
|
width="25"
|
||||||
|
height="31.999998"
|
||||||
|
x="205"
|
||||||
|
y="-650.36218" />
|
||||||
|
<rect
|
||||||
|
y="-650.36218"
|
||||||
|
x="205"
|
||||||
|
height="1"
|
||||||
|
width="25"
|
||||||
|
id="rect1204"
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke-width:0.436436;stroke-linejoin:round"
|
||||||
|
transform="scale(1,-1)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="decoration-inactive-center"
|
||||||
|
width="25"
|
||||||
|
height="25"
|
||||||
|
x="53"
|
||||||
|
y="374.36218" />
|
||||||
|
<rect
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
y="316.36218"
|
||||||
|
x="63"
|
||||||
|
height="32"
|
||||||
|
width="2"
|
||||||
|
id="rect1210"
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:1.33333" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-90)"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
y="-20"
|
||||||
|
x="-389.36218"
|
||||||
|
height="47"
|
||||||
|
width="2"
|
||||||
|
id="rect1212"
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:1.61589" />
|
||||||
|
<rect
|
||||||
|
transform="scale(-1)"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
y="-501.36218"
|
||||||
|
x="-65"
|
||||||
|
height="76"
|
||||||
|
width="2"
|
||||||
|
id="rect1214"
|
||||||
|
style="opacity:0.5;fill:#ff00ff;fill-opacity:1;stroke-width:2.05481" />
|
||||||
|
<g
|
||||||
|
transform="matrix(-1,0,0,1,259,-195)"
|
||||||
|
id="decoration-inactive-bottomright">
|
||||||
|
<path
|
||||||
|
d="m 108,595 v 25 h 53 c -3.324,0 -6,-2.676 -6,-6 v -19 z"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient2479);fill-opacity:1;stroke-width:1.25585;stroke-linejoin:round"
|
||||||
|
id="path2469"
|
||||||
|
transform="translate(0,0.36218262)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cssccc"
|
||||||
|
d="m 180,620.36218 h -19 c -3.324,0 -6,-2.676 -6,-6 v -19 h 25 z"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path2471" />
|
||||||
|
<path
|
||||||
|
id="path2473"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient2481);fill-opacity:1;stroke-width:1.14143;stroke-linejoin:round"
|
||||||
|
d="m 187,109 v 76 h 72 v -76 z"
|
||||||
|
transform="translate(-79.00003,511.36218)" />
|
||||||
|
<path
|
||||||
|
id="path2475"
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m -161,400 v 19 c -0.20382,3.87264 3.122,7 7,7 h 19 v -1 h -19 c -3.324,0 -6,-2.676 -6,-6 v -19 z"
|
||||||
|
transform="translate(315,195.36218)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-topright"
|
||||||
|
transform="matrix(-1,0,0,1,269,-302)">
|
||||||
|
<path
|
||||||
|
d="m 118,618 v 57 h 47 v -19 c 0,-3.324 2.676,-6 6,-6 h 19 v -32 z"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient1187);fill-opacity:1;stroke-width:1.01466;stroke-linejoin:round"
|
||||||
|
id="path1179"
|
||||||
|
transform="translate(0,0.36218262)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="scccss"
|
||||||
|
d="m 171,650.36218 h 19 v 25 h -25 v -19 c 0,-3.324 2.676,-6 6,-6 z"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1181" />
|
||||||
|
<path
|
||||||
|
d="m 190,649.36218 h -19 c -3.87264,-0.20382 -7,3.122 -7,7 v 19 h 1 v -19 c 0,-3.324 2.676,-6 6,-6 h 19 z"
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1183" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-right"
|
||||||
|
transform="matrix(-1,0,0,1,269,-316)">
|
||||||
|
<rect
|
||||||
|
transform="scale(-1)"
|
||||||
|
style="opacity:0.1;fill:url(#radialGradient1277);fill-opacity:1;stroke-width:1.25585;stroke-linejoin:round"
|
||||||
|
id="rect1269"
|
||||||
|
width="47.000031"
|
||||||
|
height="25"
|
||||||
|
x="-165"
|
||||||
|
y="-715.36218" />
|
||||||
|
<rect
|
||||||
|
y="690.36218"
|
||||||
|
x="165"
|
||||||
|
height="25"
|
||||||
|
width="25"
|
||||||
|
id="rect1271"
|
||||||
|
style="opacity:1;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:3.33334;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.666668;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1273"
|
||||||
|
width="1"
|
||||||
|
height="25"
|
||||||
|
x="164"
|
||||||
|
y="690.36218" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 27 KiB |
|
@ -0,0 +1,206 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="keepabove.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1007"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="-8.4278697"
|
||||||
|
inkscape:cy="-24.863676"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid834" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(-4,22.110913)"
|
||||||
|
id="g860">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect945"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect856"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4179"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="25"
|
||||||
|
y="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="rect862"
|
||||||
|
d="m 36.000977,7.1113282 -0.707032,0.7070313 -6.365234,6.3632815 0.707031,0.707031 6.365235,-6.3632812 6.363281,6.3632812 0.707031,-0.707031 -6.363281,-6.3632815 z"
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4183"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="50"
|
||||||
|
y="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 61.000977,7.1113281 -0.707032,0.7070313 -6.365234,6.3632816 0.707031,0.707031 6.365235,-6.3632813 6.363281,6.3632813 0.707031,-0.707031 -6.363281,-6.3632816 z"
|
||||||
|
id="path885" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4208"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-5e-07"
|
||||||
|
y="26.944544" />
|
||||||
|
<g
|
||||||
|
transform="translate(25,1.9445435)"
|
||||||
|
id="g907">
|
||||||
|
<g
|
||||||
|
id="g880"
|
||||||
|
transform="translate(-29,47.110913)">
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
|
||||||
|
ry="0"
|
||||||
|
y="-21.213203"
|
||||||
|
x="-1"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect876"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect878"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="20.213203"
|
||||||
|
y="2.710328e-09"
|
||||||
|
ry="0"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="opacity:0.1;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect899"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-25"
|
||||||
|
y="25"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(-0.146446,-0.09099)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4164"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0.146446"
|
||||||
|
y="52.090988" />
|
||||||
|
<g
|
||||||
|
transform="translate(25.146446,27.09099)"
|
||||||
|
id="g917">
|
||||||
|
<g
|
||||||
|
transform="translate(-29,47.110913)"
|
||||||
|
id="g913">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect909"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect911"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
y="25"
|
||||||
|
x="-25"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect915"
|
||||||
|
style="opacity:0.2;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1,206 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="keepbelow.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1007"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.5853273"
|
||||||
|
inkscape:cx="24.295723"
|
||||||
|
inkscape:cy="-37.080705"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid834" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="translate(27)">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4208-6"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-27"
|
||||||
|
y="-49" />
|
||||||
|
<g
|
||||||
|
transform="matrix(1,0,0,-1,-31,26.889087)"
|
||||||
|
id="g880">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect876"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect878"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
ry="0"
|
||||||
|
y="-49"
|
||||||
|
x="-27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect899"
|
||||||
|
style="opacity:0.1;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(27)">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
y="-74"
|
||||||
|
x="-27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect854"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
id="g860"
|
||||||
|
transform="matrix(1,0,0,-1,-31,51.889087)">
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
|
||||||
|
ry="0"
|
||||||
|
y="-21.213203"
|
||||||
|
x="-1"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect856"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect858"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="20.213203"
|
||||||
|
y="2.710328e-09"
|
||||||
|
ry="0"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.2;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect862"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-27"
|
||||||
|
y="-74"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="-22"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(1,17.110913)"
|
||||||
|
id="g897">
|
||||||
|
<rect
|
||||||
|
transform="rotate(135)"
|
||||||
|
ry="0"
|
||||||
|
y="-5.5"
|
||||||
|
x="-9.6421356"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect870"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect872"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="4.5"
|
||||||
|
y="8.6421356"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(0.70710678,0.70710678,0.70710678,-0.70710678,0,0)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4179"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="25"
|
||||||
|
y="-22" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="rect900"
|
||||||
|
d="m 29.635742,7.111328 -0.707031,0.7070312 6.365235,6.3632808 0.707031,0.707032 0.707031,-0.707032 6.363281,-6.3632808 -0.707031,-0.7070312 -6.363281,6.363281 z"
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4183"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="50"
|
||||||
|
y="-22" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 54.635742,7.111328 -0.707031,0.707031 6.365235,6.363281 0.707031,0.707032 0.707031,-0.707032 6.363281,-6.363281 -0.707031,-0.707031 -6.363281,6.363281 z"
|
||||||
|
id="path919"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1,257 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="maximize.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22">
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.048"
|
||||||
|
width="1.048"
|
||||||
|
y="-0.024"
|
||||||
|
x="-0.024"
|
||||||
|
id="filter11290">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur879"
|
||||||
|
stdDeviation="0.15875313" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-0.0078552,-5.0139e-5)"
|
||||||
|
y2="0.64687002"
|
||||||
|
y1="16.296"
|
||||||
|
x2="16.388"
|
||||||
|
x1="0.73910999"
|
||||||
|
id="linearGradient1005">
|
||||||
|
<stop
|
||||||
|
id="stop882"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#00dc96" />
|
||||||
|
<stop
|
||||||
|
id="stop884"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#14d29b" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="3.9999998"
|
||||||
|
inkscape:cx="-12.750001"
|
||||||
|
inkscape:cy="75.375004"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-nodes="false"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid949"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1000"
|
||||||
|
id="use1002"
|
||||||
|
transform="translate(28.476029)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,3.5000015,-0.99999899)"
|
||||||
|
id="active-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,8.8304688)"
|
||||||
|
id="use1626">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect3776"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,20.6375)"
|
||||||
|
id="use1638">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect3780"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
id="path3782"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 81,-89 c -1.107999,0 -2,0.891997 -2,2 v 6 c 0,1.108003 0.892001,2 2,2 h 6 c 1.108003,0 2,-0.891997 2,-2 v -6 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 6 c 0.554003,0 1,0.446001 1,1 v 6 c 0,0.554003 -0.445997,1 -1,1 h -6 c -0.553999,0 -1,-0.445997 -1,-1 v -6 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684208,32.375002)"
|
||||||
|
id="use1624"
|
||||||
|
style="fill:#646464;fill-opacity:1">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect3873"
|
||||||
|
style="opacity:0.003;fill:#646464;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000007,76.999998)"
|
||||||
|
id="use1644"
|
||||||
|
style="opacity:1">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect3883"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
id="path3885"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;opacity:0.4"
|
||||||
|
d="m 81,-89 c -1.107999,0 -2,0.891997 -2,2 v 6 c 0,1.108003 0.892001,2 2,2 h 6 c 1.108003,0 2,-0.891997 2,-2 v -6 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 6 c 0.554003,0 1,0.446001 1,1 v 6 c 0,0.554003 -0.445997,1 -1,1 h -6 c -0.553999,0 -1,-0.445997 -1,-1 v -6 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
y="1.8900739e-06"
|
||||||
|
x="87.999992"
|
||||||
|
height="27.999994"
|
||||||
|
width="44.000004"
|
||||||
|
id="use1632"
|
||||||
|
style="opacity:0.001;fill:#646464;fill-opacity:1;stroke-width:1.32665" />
|
||||||
|
<g
|
||||||
|
id="use1646"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,17.99999,76.999998)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect7255"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 23.547919,-17.991666 c -0.293158,0 -0.529167,0.236007 -0.529167,0.529166 v 1.5875 c 0,0.29316 0.236009,0.529167 0.529167,0.529167 h 1.5875 c 0.293159,0 0.529166,-0.236007 0.529166,-0.529167 v -1.5875 c 0,-0.293159 -0.236007,-0.529166 -0.529166,-0.529166 z m 0,0.264583 h 1.5875 c 0.14658,0 0.264583,0.118005 0.264583,0.264583 v 1.5875 c 0,0.14658 -0.118003,0.264584 -0.264583,0.264584 h -1.5875 c -0.146579,0 -0.264584,-0.118004 -0.264584,-0.264584 v -1.5875 c 0,-0.146578 0.118005,-0.264583 0.264584,-0.264583 z"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="path7257" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-45.000003,28.000001)"
|
||||||
|
id="hover-center">
|
||||||
|
<g
|
||||||
|
id="use1628"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500003,11.293531,17.363282)">
|
||||||
|
<rect
|
||||||
|
style="color:#232629;opacity:0.1;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="rect13204"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916682"
|
||||||
|
y="-19.84375"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1634"
|
||||||
|
transform="translate(-12.699999,25.929166)">
|
||||||
|
<rect
|
||||||
|
y="-25.135416"
|
||||||
|
x="27.516666"
|
||||||
|
height="5.8208327"
|
||||||
|
width="5.8208327"
|
||||||
|
id="rect13198"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 29.633333,-23.547916 c -0.293158,0 -0.529167,0.236008 -0.529167,0.529167 v 1.5875 c 0,0.293159 0.236009,0.529166 0.529167,0.529166 h 1.5875 c 0.293159,0 0.529167,-0.236007 0.529167,-0.529166 v -1.5875 c 0,-0.293159 -0.236008,-0.529167 -0.529167,-0.529167 z m 0,0.264583 h 1.5875 c 0.14658,0 0.264583,0.118005 0.264583,0.264584 v 1.5875 c 0,0.14658 -0.118003,0.264583 -0.264583,0.264583 h -1.5875 c -0.146579,0 -0.264583,-0.118003 -0.264583,-0.264583 v -1.5875 c 0,-0.146579 0.118004,-0.264584 0.264583,-0.264584 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="path13200" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-94.999996,56)"
|
||||||
|
id="pressed-center">
|
||||||
|
<g
|
||||||
|
id="use1630"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500004,24.522698,26.623699)">
|
||||||
|
<rect
|
||||||
|
y="-30.427084"
|
||||||
|
x="0.52916682"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect15451"
|
||||||
|
style="color:#232629;opacity:0.25;fill:#ffffff;fill-opacity:1"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1640"
|
||||||
|
transform="translate(0.5291675,25.929166)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect15445"
|
||||||
|
width="5.8208318"
|
||||||
|
height="5.8208318"
|
||||||
|
x="27.516666"
|
||||||
|
y="-25.135416" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 29.633334,-23.547916 c -0.293158,0 -0.529167,0.236007 -0.529167,0.529166 v 1.5875 c 0,0.293159 0.236009,0.529167 0.529167,0.529167 h 1.5875 c 0.293159,0 0.529166,-0.236008 0.529166,-0.529167 v -1.5875 c 0,-0.293159 -0.236007,-0.529166 -0.529166,-0.529166 z m 0,0.264583 h 1.5875 c 0.14658,0 0.264583,0.118004 0.264583,0.264583 v 1.5875 c 0,0.14658 -0.118003,0.264584 -0.264583,0.264584 h -1.5875 c -0.146579,0 -0.264584,-0.118004 -0.264584,-0.264584 v -1.5875 c 0,-0.146579 0.118005,-0.264583 0.264584,-0.264583 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="path15447" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9.3 KiB |
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Win11OS-dark
|
||||||
|
X-KDE-PluginInfo-Author=yeyushengfan258
|
||||||
|
X-KDE-PluginInfo-Category=
|
||||||
|
X-KDE-PluginInfo-Depends=
|
||||||
|
X-KDE-PluginInfo-Email=yeyushengfan258@outlook.com
|
||||||
|
X-KDE-PluginInfo-EnabledByDefault=true
|
||||||
|
X-KDE-PluginInfo-License=GPL v3
|
||||||
|
X-KDE-PluginInfo-Name=Win11OS-dark
|
||||||
|
X-KDE-PluginInfo-Version=1.0
|
|
@ -0,0 +1,294 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="minimize.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata26">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs24">
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.048"
|
||||||
|
width="1.048"
|
||||||
|
y="-0.024"
|
||||||
|
x="-0.024"
|
||||||
|
id="filter11290">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur879"
|
||||||
|
stdDeviation="0.15875313" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-0.0078552,-5.0139e-5)"
|
||||||
|
y2="0.89802998"
|
||||||
|
y1="16.296"
|
||||||
|
x2="16.136999"
|
||||||
|
x1="0.73910999"
|
||||||
|
id="linearGradient1005">
|
||||||
|
<stop
|
||||||
|
id="stop882"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#ff963c" />
|
||||||
|
<stop
|
||||||
|
id="stop884"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#ffdc55" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.1658"
|
||||||
|
width="1.1702"
|
||||||
|
y="-0.082921997"
|
||||||
|
x="-0.085106999"
|
||||||
|
id="filter1223">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur887"
|
||||||
|
stdDeviation="0.33551144" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview22"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="4"
|
||||||
|
inkscape:cx="39.25"
|
||||||
|
inkscape:cy="79.125001"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid949"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1051"
|
||||||
|
id="use1053"
|
||||||
|
transform="translate(27.966102)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,3.5000049,-0.99999899)"
|
||||||
|
id="active-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,8.8304688)"
|
||||||
|
id="use1626">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect13196"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,20.6375)"
|
||||||
|
id="use1638">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect13190"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="0.13229166"
|
||||||
|
rx="0.13229166"
|
||||||
|
y="-16.668749"
|
||||||
|
x="23.018751"
|
||||||
|
height="0.26458332"
|
||||||
|
width="2.6458333"
|
||||||
|
id="rect13192"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,47.500005,-45.000002)"
|
||||||
|
id="inactive-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,20.472136)"
|
||||||
|
id="use1624">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect13301"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,32.279166)"
|
||||||
|
id="use1644">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect13291"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="0.13229166"
|
||||||
|
rx="0.13229166"
|
||||||
|
y="-16.668749"
|
||||||
|
x="23.018751"
|
||||||
|
height="0.26458332"
|
||||||
|
width="2.6458333"
|
||||||
|
id="rect13293"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;opacity:0.4" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,91.500011,-45.000002)"
|
||||||
|
id="deactivated-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,20.472136)"
|
||||||
|
id="g15892">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect15890"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,32.279166)"
|
||||||
|
id="g15898">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect15894"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="0.13229166"
|
||||||
|
rx="0.13229166"
|
||||||
|
y="-16.668749"
|
||||||
|
x="23.018751"
|
||||||
|
height="0.26458332"
|
||||||
|
width="2.6458333"
|
||||||
|
id="rect15896"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-45.000002,27.999999)"
|
||||||
|
id="hover-center">
|
||||||
|
<g
|
||||||
|
id="use1628"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500003,11.293531,17.363282)">
|
||||||
|
<rect
|
||||||
|
style="color:#232629;opacity:0.1;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="rect17449"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916682"
|
||||||
|
y="-19.84375"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1634"
|
||||||
|
transform="translate(-12.699999,25.929166)">
|
||||||
|
<rect
|
||||||
|
y="-25.135416"
|
||||||
|
x="27.516666"
|
||||||
|
height="5.8208327"
|
||||||
|
width="5.8208327"
|
||||||
|
id="rect17443"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="rect17445"
|
||||||
|
width="2.6458333"
|
||||||
|
height="0.26458332"
|
||||||
|
x="29.104166"
|
||||||
|
y="-22.225"
|
||||||
|
rx="0.13229166"
|
||||||
|
ry="0.13229166"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-95.000004,56.000003)"
|
||||||
|
id="pressed-center">
|
||||||
|
<g
|
||||||
|
id="use1630"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500004,24.522698,26.623699)">
|
||||||
|
<rect
|
||||||
|
y="-30.427084"
|
||||||
|
x="0.52916682"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect19001"
|
||||||
|
style="color:#232629;opacity:0.25;fill:#ffffff;fill-opacity:1"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1640"
|
||||||
|
transform="translate(0.5291675,25.929166)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect19005"
|
||||||
|
width="5.8208318"
|
||||||
|
height="5.8208318"
|
||||||
|
x="27.516666"
|
||||||
|
y="-25.135416" />
|
||||||
|
<rect
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="rect19007"
|
||||||
|
width="2.6458333"
|
||||||
|
height="0.26458332"
|
||||||
|
x="29.104168"
|
||||||
|
y="-22.225"
|
||||||
|
rx="0.13229166"
|
||||||
|
ry="0.13229166"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.1 KiB |
|
@ -0,0 +1,235 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="restore.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="11.313708"
|
||||||
|
inkscape:cx="11.136932"
|
||||||
|
inkscape:cy="61.739261"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-nodes="false"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid74"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1000"
|
||||||
|
id="use1002"
|
||||||
|
transform="translate(28.476029)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="active-center"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,3.5000049,-0.99999899)">
|
||||||
|
<g
|
||||||
|
id="use1626"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,8.8304688)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723"
|
||||||
|
id="rect17516"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916652"
|
||||||
|
y="-9.7895832" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1638"
|
||||||
|
transform="translate(-19.446877,20.6375)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect17510"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
id="path17512"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 83,-89 c -0.741067,0 -1.379047,0.404199 -1.724609,1 H 86 c 1.107999,0 2,0.892001 2,2 v 4.724609 C 88.595797,-81.620953 89,-82.258925 89,-83 v -3 c 0,-1.661998 -1.337998,-3 -3,-3 z m -2,2 c -1.107999,0 -2,0.891997 -2,2 v 4 c 0,1.108003 0.892001,2 2,2 h 4 c 1.108003,0 2,-0.891997 2,-2 v -4 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 4 c 0.554003,0 1,0.446001 1,1 v 4 c 0,0.554003 -0.445997,1 -1,1 h -4 c -0.553999,0 -1,-0.445997 -1,-1 v -4 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<g
|
||||||
|
id="use1624"
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684208,32.375002)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723"
|
||||||
|
id="rect17618"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916652"
|
||||||
|
y="-9.7895832" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1644"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000007,76.999998)"
|
||||||
|
style="opacity:1">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect17622"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
id="path17624"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;opacity:0.4"
|
||||||
|
d="m 83,-89 c -0.741067,0 -1.379047,0.404199 -1.724609,1 H 86 c 1.107999,0 2,0.892001 2,2 v 4.724609 C 88.595797,-81.620953 89,-82.258925 89,-83 v -3 c 0,-1.661998 -1.337998,-3 -3,-3 z m -2,2 c -1.107999,0 -2,0.891997 -2,2 v 4 c 0,1.108003 0.892001,2 2,2 h 4 c 1.108003,0 2,-0.891997 2,-2 v -4 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 4 c 0.554003,0 1,0.446001 1,1 v 4 c 0,0.554003 -0.445997,1 -1,1 h -4 c -0.553999,0 -1,-0.445997 -1,-1 v -4 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(44)">
|
||||||
|
<g
|
||||||
|
id="g21014"
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684208,32.375002)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723"
|
||||||
|
id="rect21012"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916652"
|
||||||
|
y="-9.7895832" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g21020"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000007,76.999998)"
|
||||||
|
style="opacity:1">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect21016"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
id="path21018"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 83,-89 c -0.741067,0 -1.379047,0.404199 -1.724609,1 H 86 c 1.107999,0 2,0.892001 2,2 v 4.724609 C 88.595797,-81.620953 89,-82.258925 89,-83 v -3 c 0,-1.661998 -1.337998,-3 -3,-3 z m -2,2 c -1.107999,0 -2,0.891997 -2,2 v 4 c 0,1.108003 0.892001,2 2,2 h 4 c 1.108003,0 2,-0.891997 2,-2 v -4 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 4 c 0.554003,0 1,0.446001 1,1 v 4 c 0,0.554003 -0.445997,1 -1,1 h -4 c -0.553999,0 -1,-0.445997 -1,-1 v -4 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-45.000006,28.000002)">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500003,11.293531,17.363282)"
|
||||||
|
id="use1628">
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
y="-19.84375"
|
||||||
|
x="0.52916682"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect22562"
|
||||||
|
style="color:#232629;opacity:0.1;fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1634"
|
||||||
|
transform="translate(-12.699999,25.929166)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect22566"
|
||||||
|
width="5.8208327"
|
||||||
|
height="5.8208327"
|
||||||
|
x="27.516666"
|
||||||
|
y="-25.135416" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 30.1625,-23.547916 c -0.196074,0 -0.364873,0.106944 -0.456303,0.264583 h 1.250053 c 0.293158,0 0.529167,0.236009 0.529167,0.529167 v 1.250052 C 31.643055,-21.595544 31.75,-21.76434 31.75,-21.960416 v -0.79375 c 0,-0.439737 -0.354012,-0.79375 -0.79375,-0.79375 z m -0.529167,0.529166 c -0.293158,0 -0.529166,0.236008 -0.529166,0.529167 v 1.058333 c 0,0.293159 0.236008,0.529167 0.529166,0.529167 h 1.058334 c 0.293159,0 0.529166,-0.236008 0.529166,-0.529167 v -1.058333 c 0,-0.293159 -0.236007,-0.529167 -0.529166,-0.529167 z m 0,0.264584 h 1.058334 c 0.14658,0 0.264583,0.118004 0.264583,0.264583 v 1.058333 c 0,0.14658 -0.118003,0.264584 -0.264583,0.264584 h -1.058334 c -0.146579,0 -0.264583,-0.118004 -0.264583,-0.264584 v -1.058333 c 0,-0.146579 0.118004,-0.264583 0.264583,-0.264583 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="path22568" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-45.000006,56)">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500003,11.293531,17.363282)"
|
||||||
|
id="g24758">
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
y="-19.84375"
|
||||||
|
x="0.52916682"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect24756"
|
||||||
|
style="color:#232629;opacity:0.25;fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g24764"
|
||||||
|
transform="translate(-12.699999,25.929166)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect24760"
|
||||||
|
width="5.8208327"
|
||||||
|
height="5.8208327"
|
||||||
|
x="27.516666"
|
||||||
|
y="-25.135416" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 30.1625,-23.547916 c -0.196074,0 -0.364873,0.106944 -0.456303,0.264583 h 1.250053 c 0.293158,0 0.529167,0.236009 0.529167,0.529167 v 1.250052 C 31.643055,-21.595544 31.75,-21.76434 31.75,-21.960416 v -0.79375 c 0,-0.439737 -0.354012,-0.79375 -0.79375,-0.79375 z m -0.529167,0.529166 c -0.293158,0 -0.529166,0.236008 -0.529166,0.529167 v 1.058333 c 0,0.293159 0.236008,0.529167 0.529166,0.529167 h 1.058334 c 0.293159,0 0.529166,-0.236008 0.529166,-0.529167 v -1.058333 c 0,-0.293159 -0.236007,-0.529167 -0.529166,-0.529167 z m 0,0.264584 h 1.058334 c 0.14658,0 0.264583,0.118004 0.264583,0.264583 v 1.058333 c 0,0.14658 -0.118003,0.264584 -0.264583,0.264584 h -1.058334 c -0.146579,0 -0.264583,-0.118004 -0.264583,-0.264584 v -1.058333 c 0,-0.146579 0.118004,-0.264583 0.264583,-0.264583 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
id="path24762" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9.6 KiB |
|
@ -0,0 +1,50 @@
|
||||||
|
[General]
|
||||||
|
ActiveTextColor=225,225,225,255
|
||||||
|
ActiveTextColor=55,55,55
|
||||||
|
InactiveTextColor=120,120,120,225
|
||||||
|
TitleAlignment=Center
|
||||||
|
TitleVerticalAlignment=Center
|
||||||
|
UseTextShadow=true
|
||||||
|
ActiveTextShadowColor=255,255,255,255
|
||||||
|
InactiveTextColor=55,55,55,100
|
||||||
|
InactiveTextShadowColor=255,255,255,255
|
||||||
|
TextShadowOffsetX=0
|
||||||
|
TextShadowOffsetY=1
|
||||||
|
LeftButtons=XIA
|
||||||
|
Shadow=true
|
||||||
|
Animation=1
|
||||||
|
|
||||||
|
[Layout]
|
||||||
|
BorderLeft=1
|
||||||
|
BorderRight=1
|
||||||
|
BorderBottom=12
|
||||||
|
|
||||||
|
ButtonWidth=26
|
||||||
|
ButtonWidthClose=40
|
||||||
|
ButtonWidthMaximizeRestore=40
|
||||||
|
ButtonWidthMinimize=40
|
||||||
|
|
||||||
|
ButtonHeight=26
|
||||||
|
ButtonSpacing=14
|
||||||
|
ButtonMarginTop=-4
|
||||||
|
ButtonMarginLeft=0
|
||||||
|
ButtonMarginRight=0
|
||||||
|
|
||||||
|
ExplicitButtonSpacer=0
|
||||||
|
|
||||||
|
PaddingTop=36
|
||||||
|
PaddingBottom=95
|
||||||
|
PaddingRight=75
|
||||||
|
PaddingLeft=75
|
||||||
|
|
||||||
|
TitleEdgeTop=4
|
||||||
|
TitleEdgeBottom=4
|
||||||
|
TitleEdgeLeft=16
|
||||||
|
TitleEdgeRight=0
|
||||||
|
TitleBorderLeft=150
|
||||||
|
TitleBorderRight=50
|
||||||
|
TitleHeight=20
|
||||||
|
TitleEdgeTopMaximized=4
|
||||||
|
TitleEdgeBottomMaximized=4
|
||||||
|
TitleEdgeLeftMaximized=4
|
||||||
|
TitleEdgeRightMaximized=0
|
|
@ -0,0 +1,225 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="alldesktops.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata26">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs24" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
id="namedview22"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="12.840416"
|
||||||
|
inkscape:cx="20.521142"
|
||||||
|
inkscape:cy="15.614759"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid886" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<g
|
||||||
|
transform="translate(23)"
|
||||||
|
id="g4206">
|
||||||
|
<rect
|
||||||
|
id="rect4208"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"
|
||||||
|
id="circle4212"
|
||||||
|
cx="34"
|
||||||
|
cy="11"
|
||||||
|
r="11" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle4213"
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="28"
|
||||||
|
id="circle861"
|
||||||
|
style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle863"
|
||||||
|
cx="40"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
id="rect4180"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="69"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle4217"
|
||||||
|
cx="80"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="74"
|
||||||
|
id="circle869"
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle872"
|
||||||
|
cx="86"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center">
|
||||||
|
<g
|
||||||
|
id="g838"
|
||||||
|
transform="translate(45)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect836" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
r="11"
|
||||||
|
cy="11"
|
||||||
|
cx="56"
|
||||||
|
id="circle840"
|
||||||
|
style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="50"
|
||||||
|
id="circle842"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle865"
|
||||||
|
cx="56"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="62"
|
||||||
|
id="circle867"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(25)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="69"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect869" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="80"
|
||||||
|
id="circle871"
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle874"
|
||||||
|
cx="74"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="86"
|
||||||
|
id="circle876"
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(19)"
|
||||||
|
id="g850">
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
id="circle836"
|
||||||
|
cx="-14"
|
||||||
|
cy="13"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
cy="13"
|
||||||
|
cx="-8"
|
||||||
|
id="circle843"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
id="circle845"
|
||||||
|
cx="-2"
|
||||||
|
cy="13"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
|
@ -0,0 +1,597 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:docname="close.svg"
|
||||||
|
style="enable-background:new"
|
||||||
|
version="1.1"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="svg4306"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata31">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs29">
|
||||||
|
<filter
|
||||||
|
id="filter11290"
|
||||||
|
x="-.024"
|
||||||
|
y="-.024"
|
||||||
|
width="1.048"
|
||||||
|
height="1.048"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.15875313"
|
||||||
|
id="feGaussianBlur880" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1005"
|
||||||
|
x1="2.9667"
|
||||||
|
x2="16.101"
|
||||||
|
y1="14.069"
|
||||||
|
y2=".93425"
|
||||||
|
gradientTransform="translate(-0.0080452,-5.0139e-5)"
|
||||||
|
gradientUnits="userSpaceOnUse">
|
||||||
|
<stop
|
||||||
|
stop-color="#ff7d50"
|
||||||
|
offset="0"
|
||||||
|
id="stop883" />
|
||||||
|
<stop
|
||||||
|
stop-color="#fa4b5a"
|
||||||
|
offset=".51596"
|
||||||
|
id="stop885" />
|
||||||
|
<stop
|
||||||
|
stop-color="#ff509b"
|
||||||
|
offset="1"
|
||||||
|
id="stop887" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
id="aw">
|
||||||
|
<path
|
||||||
|
d="m481 318h22v22h-22z"
|
||||||
|
id="path890" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="av">
|
||||||
|
<path
|
||||||
|
d="m507 318h22v22h-22z"
|
||||||
|
id="path893" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="au">
|
||||||
|
<path
|
||||||
|
d="m530 318h22v22h-22z"
|
||||||
|
id="path896" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="at">
|
||||||
|
<path
|
||||||
|
d="m672 1064c0-1.105 4.925-2 11-2s11 0.895 11 2-4.925 2-11 2-11-0.895-11-2"
|
||||||
|
id="path899" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="as">
|
||||||
|
<path
|
||||||
|
d="m660 1057h51v65.001h-51z"
|
||||||
|
id="path902" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ar">
|
||||||
|
<path
|
||||||
|
d="m659 517h53v18h-53z"
|
||||||
|
id="path905" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aq">
|
||||||
|
<path
|
||||||
|
d="m659 500h53v18h-53z"
|
||||||
|
id="path908" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ap">
|
||||||
|
<path
|
||||||
|
d="m648 112h73v60h-73z"
|
||||||
|
id="path911" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ao">
|
||||||
|
<path
|
||||||
|
d="m826 1056h59v60h-59z"
|
||||||
|
id="path914" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="an">
|
||||||
|
<path
|
||||||
|
d="m805 276h100v100h-100z"
|
||||||
|
id="path917" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="am">
|
||||||
|
<path
|
||||||
|
d="m145 1063.8h74.152v45.21h-74.152z"
|
||||||
|
id="path920" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="al">
|
||||||
|
<path
|
||||||
|
d="m151 667h57v57h-57z"
|
||||||
|
id="path923" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ak">
|
||||||
|
<path
|
||||||
|
d="m154 697h51v51h-51z"
|
||||||
|
id="path926" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aj">
|
||||||
|
<path
|
||||||
|
d="m500.04 864.45h36.012v67.52h-36.012z"
|
||||||
|
id="path929" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ai">
|
||||||
|
<path
|
||||||
|
d="m836 870.54h47v55.539h-47z"
|
||||||
|
id="path932" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ah">
|
||||||
|
<path
|
||||||
|
d="m318.03 702.35h62.848v37.991h-62.848z"
|
||||||
|
id="path935" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ag">
|
||||||
|
<path
|
||||||
|
d="m485.03 133.35h62.847v37.991h-62.847z"
|
||||||
|
id="path938" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="af">
|
||||||
|
<path
|
||||||
|
d="m493.37 677.93h45.643v68.067h-45.643z"
|
||||||
|
id="path941" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ae">
|
||||||
|
<path
|
||||||
|
d="m144.34 1018.2h71.467v78h-71.467z"
|
||||||
|
id="path944" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ad">
|
||||||
|
<path
|
||||||
|
d="m293.21 1068.6 66.323-38.292 36.047 62.435-66.323 38.292z"
|
||||||
|
id="path947" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ac">
|
||||||
|
<path
|
||||||
|
d="m488.86 1054.5h10v10.706h-10z"
|
||||||
|
id="path950" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ab">
|
||||||
|
<path
|
||||||
|
d="m508 1066.8h10.001v10.705h-10.001z"
|
||||||
|
id="path953" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aa">
|
||||||
|
<path
|
||||||
|
d="m525 1045.8h10v10.706h-10z"
|
||||||
|
id="path956" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="z">
|
||||||
|
<path
|
||||||
|
d="m836 1043.7h25.5v31.5h-25.5z"
|
||||||
|
id="path959" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="y">
|
||||||
|
<path
|
||||||
|
d="m838 1062.2h24v24h-24z"
|
||||||
|
id="path962" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="x">
|
||||||
|
<path
|
||||||
|
d="m134 489.24h7v6h-7z"
|
||||||
|
id="path965" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="w">
|
||||||
|
<path
|
||||||
|
d="m216 489.24h7v6h-7z"
|
||||||
|
id="path968" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="v">
|
||||||
|
<path
|
||||||
|
d="m838 477.24h22v22h-22z"
|
||||||
|
id="path971" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="u">
|
||||||
|
<path
|
||||||
|
d="m704 1061.2h25v25h-25z"
|
||||||
|
id="path974" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="t">
|
||||||
|
<path
|
||||||
|
d="m663.04 1078.6-1.808-3.514-21.07-47.453c13.336-18.439 48.336-26.938 73.836-3.439 0.842 0 6.476 6.246 6 7l-18.386 25.895c-0.483 0.765-1.453 0.946-2.177 0.431l-15.505-11.011c-0.359-0.255-0.847-0.153-1.07 0.238l-18.272 31.869c-0.218 0.384-0.502 0.578-0.782 0.578-0.282 0-0.561-0.197-0.766-0.594"
|
||||||
|
id="path977" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="s">
|
||||||
|
<path
|
||||||
|
d="m127 820.24h100v100h-100z"
|
||||||
|
id="path980" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="r">
|
||||||
|
<path
|
||||||
|
d="m809 680.24c0-22.092 17.908-40 40-40s40 17.908 40 40c0 22.091-17.908 40-40 40s-40-17.909-40-40"
|
||||||
|
id="path983" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="q">
|
||||||
|
<path
|
||||||
|
d="m658 469.24h44v45h-44z"
|
||||||
|
id="path986" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="p">
|
||||||
|
<path
|
||||||
|
d="m651 271.24h58v58h-58z"
|
||||||
|
id="path989" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="o">
|
||||||
|
<path
|
||||||
|
d="m662 307.24h38v8h-38z"
|
||||||
|
id="path992" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="n">
|
||||||
|
<path
|
||||||
|
d="m858.98 137.24c0.013-0.101 0.021-0.203 0.021-0.307v-6.693h15.75c1.237 0 2.25-1.013 2.25-2.25v-11.25l-27-4.5-27 4.5v-2.25l27-4.5 27 4.5v-27c0-1.237-1.013-2.25-2.25-2.25h-49.5c-1.237 0-2.25 1.013-2.25 2.25v-4.25h54v54zm-35.979 0v-9.25c0 1.237 1.013 2.25 2.25 2.25h15.75v6.693c0 0.104 7e-3 0.207 0.02 0.307zm22.5-7h9v4.5h-9zm1.125-9c-0.62 0-1.125-0.506-1.125-1.125v-2.25c0-0.619 0.505-1.125 1.125-1.125h6.75c0.619 0 1.125 0.506 1.125 1.125v2.25c0 0.619-0.506 1.125-1.125 1.125z"
|
||||||
|
id="path995" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="m">
|
||||||
|
<path
|
||||||
|
d="m531.27 136.24c6.325-2.29 10.727-8.277 10.727-15.484 0-11.316-10.2-20.563-25.65-34.575l-4.35-3.941-4.35 3.941c-15.45 14.012-25.65 23.259-25.65 34.575v-39.516h60v55zm-26.983 0c2.995-1.052 5.686-2.883 7.71-5.25 2.024 2.367 4.715 4.198 7.71 5.25zm-22.29 0v-15.484c0 7.207 4.402 13.194 10.727 15.484z"
|
||||||
|
id="path998" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="l">
|
||||||
|
<path
|
||||||
|
d="m648 79.241h64v64h-64z"
|
||||||
|
id="path1001" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="k">
|
||||||
|
<path
|
||||||
|
d="m500 691.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5-2.463 5.5-5.5 5.5-5.5-2.463-5.5-5.5"
|
||||||
|
id="path1004" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="j">
|
||||||
|
<path
|
||||||
|
d="m500 669.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5"
|
||||||
|
id="path1007" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="i">
|
||||||
|
<path
|
||||||
|
d="m494 680.74c0-3.037 2.462-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5"
|
||||||
|
id="path1010" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="h">
|
||||||
|
<path
|
||||||
|
d="m513 691.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5-2.463 5.5-5.5 5.5-5.5-2.463-5.5-5.5"
|
||||||
|
id="path1013" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="g">
|
||||||
|
<path
|
||||||
|
d="m513 669.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5"
|
||||||
|
id="path1016" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="f-0">
|
||||||
|
<path
|
||||||
|
d="m507 680.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5"
|
||||||
|
id="path1019" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="e-7">
|
||||||
|
<path
|
||||||
|
d="m520 680.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5"
|
||||||
|
id="path1022" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="d-8">
|
||||||
|
<path
|
||||||
|
d="m321 322.24c-4.97 0-9-4.029-9-9 0-4.97 4.03-9 9-9h45c4.971 0 9 4.03 9 9 0 4.971-4.029 9-9 9z"
|
||||||
|
id="path1025" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="c">
|
||||||
|
<path
|
||||||
|
d="m322 297.24c-4.971 0-9-4.029-9-9 0-4.97 4.029-9 9-9h45c4.971 0 9 4.03 9 9 0 4.971-4.029 9-9 9z"
|
||||||
|
id="path1028" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="b-6">
|
||||||
|
<path
|
||||||
|
d="m155 83.24h44v53h-44z"
|
||||||
|
id="path1031" />
|
||||||
|
</clipPath>
|
||||||
|
<filter
|
||||||
|
id="filter2174"
|
||||||
|
x="-.15989"
|
||||||
|
y="-.094877"
|
||||||
|
width="1.3198"
|
||||||
|
height="1.1898"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.25608494"
|
||||||
|
id="feGaussianBlur1034" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="81.301128"
|
||||||
|
inkscape:cx="63.966304"
|
||||||
|
inkscape:zoom="2.8284273"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview27"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="false"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid878"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect4175" />
|
||||||
|
<g
|
||||||
|
id="g2521"
|
||||||
|
transform="translate(1.5004363,-5.0354618)">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect979"
|
||||||
|
width="9"
|
||||||
|
height="1"
|
||||||
|
x="14.136899"
|
||||||
|
y="-0.70913243"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(60)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect1061"
|
||||||
|
width="9"
|
||||||
|
height="1"
|
||||||
|
x="4.6373353"
|
||||||
|
y="15.744595"
|
||||||
|
ry="0.5"
|
||||||
|
transform="matrix(-0.5,0.8660254,0.8660254,0.5,0,0)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
transform="translate(28)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect2756" />
|
||||||
|
<g
|
||||||
|
id="g2762"
|
||||||
|
transform="translate(1.5004363,-5.0354618)">
|
||||||
|
<path
|
||||||
|
id="rect2758"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
d="m 36.986328,-14.964844 c -0.08056,0.0022 -0.161363,0.02508 -0.236328,0.06836 -0.239889,0.1385 -0.322094,0.441751 -0.183594,0.68164 L 38.421875,-11 36.566406,-7.7851562 c -0.1385,0.239889 -0.05629,0.5431406 0.183594,0.6816406 0.239889,0.1385 0.545094,0.058248 0.683594,-0.1816406 L 39,-9.9980469 l 1.566406,2.7128907 c 0.1385,0.239889 0.443705,0.3201406 0.683594,0.1816406 0.239889,-0.1385 0.322094,-0.4417516 0.183594,-0.6816406 L 39.578125,-11 l 1.855469,-3.214844 c 0.1385,-0.239889 0.05629,-0.54314 -0.183594,-0.68164 -0.239889,-0.1385 -0.545094,-0.05825 -0.683594,0.18164 L 39,-12.001953 37.433594,-14.714844 c -0.09522,-0.164923 -0.270026,-0.254787 -0.447266,-0.25 z"
|
||||||
|
transform="translate(-29.500436,27.035462)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(55)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect2945" />
|
||||||
|
<g
|
||||||
|
id="g2949"
|
||||||
|
transform="translate(1.5004363,-5.0354618)">
|
||||||
|
<path
|
||||||
|
id="path2947"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
d="m 36.986328,-14.964844 c -0.08056,0.0022 -0.161363,0.02508 -0.236328,0.06836 -0.239889,0.1385 -0.322094,0.441751 -0.183594,0.68164 L 38.421875,-11 36.566406,-7.7851562 c -0.1385,0.239889 -0.05629,0.5431406 0.183594,0.6816406 0.239889,0.1385 0.545094,0.058248 0.683594,-0.1816406 L 39,-9.9980469 l 1.566406,2.7128907 c 0.1385,0.239889 0.443705,0.3201406 0.683594,0.1816406 0.239889,-0.1385 0.322094,-0.4417516 0.183594,-0.6816406 L 39.578125,-11 l 1.855469,-3.214844 c 0.1385,-0.239889 0.05629,-0.54314 -0.183594,-0.68164 -0.239889,-0.1385 -0.545094,-0.05825 -0.683594,0.18164 L 39,-12.001953 37.433594,-14.714844 c -0.09522,-0.164923 -0.270026,-0.254787 -0.447266,-0.25 z"
|
||||||
|
transform="translate(-29.500436,27.035462)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
|
||||||
|
id="rect6348"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="27" />
|
||||||
|
<rect
|
||||||
|
style="fill:#c32d1e;fill-opacity:1;stroke:none;stroke-width:1.22222;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect997"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="27"
|
||||||
|
ry="9"
|
||||||
|
rx="7" />
|
||||||
|
<rect
|
||||||
|
style="fill:#c32d1e;fill-opacity:1;stroke:none;stroke-width:1.22727;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect1072"
|
||||||
|
width="9"
|
||||||
|
height="9"
|
||||||
|
x="0"
|
||||||
|
y="27"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#c32d1e;fill-opacity:1;stroke:none;stroke-width:1.22727;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect2796"
|
||||||
|
width="9"
|
||||||
|
height="9"
|
||||||
|
x="0"
|
||||||
|
y="40"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#c32d1e;fill-opacity:1;stroke:none;stroke-width:1.22727;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect2798"
|
||||||
|
width="9"
|
||||||
|
height="9"
|
||||||
|
x="13"
|
||||||
|
y="40"
|
||||||
|
ry="0" />
|
||||||
|
<g
|
||||||
|
id="g3099"
|
||||||
|
transform="translate(1.5004363,21.964538)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect3095"
|
||||||
|
width="9"
|
||||||
|
height="1"
|
||||||
|
x="14.136899"
|
||||||
|
y="-0.70913243"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(60)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect3097"
|
||||||
|
width="9"
|
||||||
|
height="1"
|
||||||
|
x="4.6373353"
|
||||||
|
y="15.744595"
|
||||||
|
ry="0.5"
|
||||||
|
transform="matrix(-0.5,0.8660254,0.8660254,0.5,0,0)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center">
|
||||||
|
<rect
|
||||||
|
style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
|
||||||
|
id="rect2816"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="55" />
|
||||||
|
<rect
|
||||||
|
style="fill:#9b2319;fill-opacity:1;stroke:none;stroke-width:1.22222;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect2818"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="55"
|
||||||
|
ry="9"
|
||||||
|
rx="7" />
|
||||||
|
<rect
|
||||||
|
style="fill:#9b2319;fill-opacity:1;stroke:none;stroke-width:5.4;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect3068"
|
||||||
|
width="9"
|
||||||
|
height="9"
|
||||||
|
x="0"
|
||||||
|
y="55"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#9b2319;fill-opacity:1;stroke:none;stroke-width:5.4;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4146"
|
||||||
|
width="9"
|
||||||
|
height="9"
|
||||||
|
x="0"
|
||||||
|
y="68"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#9b2319;fill-opacity:1;stroke:none;stroke-width:5.4;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4148"
|
||||||
|
width="9"
|
||||||
|
height="9"
|
||||||
|
x="13"
|
||||||
|
y="68"
|
||||||
|
ry="0" />
|
||||||
|
<g
|
||||||
|
id="g4139"
|
||||||
|
transform="translate(1.5004363,50)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4135"
|
||||||
|
width="9"
|
||||||
|
height="1"
|
||||||
|
x="14.136899"
|
||||||
|
y="-0.70913243"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(60)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:3.18198;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4137"
|
||||||
|
width="9"
|
||||||
|
height="1"
|
||||||
|
x="4.6373353"
|
||||||
|
y="15.744595"
|
||||||
|
ry="0.5"
|
||||||
|
transform="matrix(-0.5,0.8660254,0.8660254,0.5,0,0)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1,815 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:export-ydpi="90"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-filename="/home/diau/svn/playground-plasma/desktoptheme/air/widgets/background.png"
|
||||||
|
version="1.0"
|
||||||
|
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||||
|
sodipodi:docname="decoration.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:version="0.32"
|
||||||
|
id="svg3642"
|
||||||
|
height="310"
|
||||||
|
width="355"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:object-paths="true"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-midpoints="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-global="true"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
gridtolerance="13"
|
||||||
|
objecttolerance="9"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
showguides="true"
|
||||||
|
height="48px"
|
||||||
|
width="48px"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
inkscape:cy="150.43696"
|
||||||
|
inkscape:cx="97.403957"
|
||||||
|
inkscape:zoom="2.8284272"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="1"
|
||||||
|
borderopacity="1.0"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#585858"
|
||||||
|
id="base"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
empopacity="0.25098039"
|
||||||
|
empcolor="#6decff"
|
||||||
|
opacity="0.1254902"
|
||||||
|
color="#8f8fff"
|
||||||
|
snapvisiblegridlinesonly="true"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
id="grid2555"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs3644">
|
||||||
|
<linearGradient
|
||||||
|
id="shadow_active">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.92168677;"
|
||||||
|
offset="0"
|
||||||
|
id="stop7028" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.74096388;"
|
||||||
|
offset="0.125"
|
||||||
|
id="stop7026" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.60240966;"
|
||||||
|
offset="0.25"
|
||||||
|
id="stop6834" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.33132529;"
|
||||||
|
offset="0.5"
|
||||||
|
id="stop6832" />
|
||||||
|
<stop
|
||||||
|
id="stop6836"
|
||||||
|
offset="0.75"
|
||||||
|
style="stop-color:#000000;stop-opacity:0.10843374;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.03921569;"
|
||||||
|
offset="0.875"
|
||||||
|
id="stop6894" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6721" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="221.16278"
|
||||||
|
x2="398"
|
||||||
|
y1="138.13953"
|
||||||
|
x1="398"
|
||||||
|
gradientTransform="matrix(1,0,0,1.0117647,0,137.2353)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient5688"
|
||||||
|
xlink:href="#shadow_active"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
y2="14.583314"
|
||||||
|
x2="396"
|
||||||
|
y1="64.166748"
|
||||||
|
x1="396"
|
||||||
|
gradientTransform="matrix(1,0,0,1.0285694,-215,50.00005)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient6612"
|
||||||
|
xlink:href="#shadow_active"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
y2="171.74419"
|
||||||
|
x2="398"
|
||||||
|
y1="138.13954"
|
||||||
|
x1="398"
|
||||||
|
gradientTransform="matrix(1,0,0,1.0117647,0,137.15731)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient5688-2"
|
||||||
|
xlink:href="#shadow_inactive"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="shadow_inactive">
|
||||||
|
<stop
|
||||||
|
id="stop6719-25"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.63855422;"
|
||||||
|
offset="0.25"
|
||||||
|
id="stop6834-1" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.33734939;"
|
||||||
|
offset="0.5"
|
||||||
|
id="stop6832-0" />
|
||||||
|
<stop
|
||||||
|
id="stop6836-0"
|
||||||
|
offset="0.75"
|
||||||
|
style="stop-color:#000000;stop-opacity:0.10843374;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.03921569;"
|
||||||
|
offset="0.875"
|
||||||
|
id="stop6894-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6721-4" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="30"
|
||||||
|
x2="396"
|
||||||
|
y1="66"
|
||||||
|
x1="396"
|
||||||
|
gradientTransform="translate(200,5)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient6612-5"
|
||||||
|
xlink:href="#shadow_inactive"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
y2="99"
|
||||||
|
x2="279.41449"
|
||||||
|
y1="99"
|
||||||
|
x1="348.49344"
|
||||||
|
gradientTransform="matrix(1.0133333,0,0,1,-3.2650058,140)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient1126"
|
||||||
|
xlink:href="#shadow_active"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
r="17.5"
|
||||||
|
fy="80.416679"
|
||||||
|
fx="296.47726"
|
||||||
|
cy="80.416679"
|
||||||
|
cx="296.47726"
|
||||||
|
gradientTransform="matrix(9.4919759e-7,-2.9142759,4.0000007,1.1504403e-6,-211.66707,980.01628)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient1306"
|
||||||
|
xlink:href="#shadow_active"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
y2="99.01548"
|
||||||
|
x2="304.08554"
|
||||||
|
y1="99.01548"
|
||||||
|
x1="348.49344"
|
||||||
|
gradientTransform="matrix(1.0133333,0,0,1,-3.2650058,140)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient1389"
|
||||||
|
xlink:href="#shadow_inactive"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
r="17.5"
|
||||||
|
fy="178.72313"
|
||||||
|
fx="48.27084"
|
||||||
|
cy="178.72313"
|
||||||
|
cx="48.27084"
|
||||||
|
gradientTransform="matrix(-4.0000019,3.2964352e-6,1.0208917e-6,-4.799999,303.08329,1053.8707)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient965"
|
||||||
|
xlink:href="#shadow_active"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
r="17.5"
|
||||||
|
fy="181.17691"
|
||||||
|
fx="48.270844"
|
||||||
|
cy="181.17691"
|
||||||
|
cx="48.270844"
|
||||||
|
gradientTransform="matrix(-2.5714291,8.7200345e-7,-2.0148289e-7,-1.9428564,594.12508,548.00068)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient967"
|
||||||
|
xlink:href="#shadow_inactive"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
r="17.5"
|
||||||
|
fy="80.416672"
|
||||||
|
fx="296.45123"
|
||||||
|
cy="80.416672"
|
||||||
|
cx="296.45123"
|
||||||
|
gradientTransform="matrix(-3.7607938e-7,-2.0571166,2.5714318,-5.1233137e-7,263.21413,725.83432)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient969"
|
||||||
|
xlink:href="#shadow_inactive"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
y2="99"
|
||||||
|
x2="279.41449"
|
||||||
|
y1="99"
|
||||||
|
x1="348.49344"
|
||||||
|
gradientTransform="matrix(1.0133333,0,0,1,-3.2650058,140)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient968"
|
||||||
|
xlink:href="#shadow_active"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
y2="99.01548"
|
||||||
|
x2="304.08554"
|
||||||
|
y1="99.01548"
|
||||||
|
x1="348.49344"
|
||||||
|
gradientTransform="matrix(1.0133333,0,0,1,-3.2650058,140)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient1012"
|
||||||
|
xlink:href="#shadow_inactive"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
</defs>
|
||||||
|
<metadata
|
||||||
|
id="metadata3647">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
transform="translate(0,-90)"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
transform="translate(140,-31.063)"
|
||||||
|
inkscape:label="#decoration-inactive-topleft"
|
||||||
|
id="decoration-inactive-topleft">
|
||||||
|
<path
|
||||||
|
transform="translate(-140,115.063)"
|
||||||
|
d="m 365,50 v 66 h 76 V 98 c 0,-6.648 5.352,-12 12,-12 h 17 V 50 Z"
|
||||||
|
style="opacity:0.5;fill:url(#radialGradient969);fill-opacity:1;stroke:none"
|
||||||
|
id="rect6520-3-2-6" />
|
||||||
|
<g
|
||||||
|
id="6utrh-9"
|
||||||
|
inkscape:label="#g5343">
|
||||||
|
<g
|
||||||
|
transform="translate(0,1)"
|
||||||
|
inkscape:label="#g5253"
|
||||||
|
id="decoration-toplefthaerty-5">
|
||||||
|
<g
|
||||||
|
id="49093u-9"
|
||||||
|
transform="translate(-19,25)"
|
||||||
|
inkscape:label="#g6458">
|
||||||
|
<path
|
||||||
|
transform="translate(-121,89.063)"
|
||||||
|
d="m 453,86 c -6.648,0 -12,5.352 -12,12 V 115.93555 116 h 29 V 86 Z"
|
||||||
|
style="opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:1"
|
||||||
|
id="rect5073-4-9-6" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
transform="translate(-140,121.063)"
|
||||||
|
d="M 453 79 C 445.798 79 440 84.798 440 92 L 440 110 L 441 110 L 441 92 C 441 85.352 446.352 80 453 80 L 470 80 L 470 79 L 453 79 z "
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path202" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-right"
|
||||||
|
transform="matrix(-1,0,0,1,604.875,3)"
|
||||||
|
inkscape:label="#decoration-left">
|
||||||
|
<path
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient968);fill-opacity:1;stroke:none;stroke-width:1.00664"
|
||||||
|
d="m 244.875,197 v 86 h 76 v -86 z"
|
||||||
|
id="path960"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
transform="matrix(-1,0,0,1,604.875,81)"
|
||||||
|
d="m 284,116 v 86 h 1 v -86 z"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path962" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 576,121 v 86 h 29 v -86 z"
|
||||||
|
id="path964"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
transform="translate(-255.125,76)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4418"
|
||||||
|
style="display:none"
|
||||||
|
inkscape:label="layer1"
|
||||||
|
transform="translate(-1453.4451,-465.21909)" />
|
||||||
|
<g
|
||||||
|
id="layer2"
|
||||||
|
style="display:inline"
|
||||||
|
inkscape:label="glow"
|
||||||
|
transform="translate(-1453.4451,-465.21909)" />
|
||||||
|
<g
|
||||||
|
transform="translate(975.61592,-1945.0985)"
|
||||||
|
id="g2424"
|
||||||
|
style="display:none"
|
||||||
|
inkscape:label="layer1" />
|
||||||
|
<g
|
||||||
|
transform="translate(975.61592,-1945.0985)"
|
||||||
|
id="g2426"
|
||||||
|
style="display:inline"
|
||||||
|
inkscape:label="glow" />
|
||||||
|
<g
|
||||||
|
transform="translate(1021.5937,-976.23581)"
|
||||||
|
id="g3429"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(2807.8842,-592.77773)"
|
||||||
|
id="g19758"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(3912.7094,-1471.0471)"
|
||||||
|
id="g3935"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(1514.8397,-1486.3943)"
|
||||||
|
id="g8459"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(164.02222,-157.78265)"
|
||||||
|
id="g28391"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(1268.8474,-1036.052)"
|
||||||
|
id="g28393"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(-1129.0223,-1051.3992)"
|
||||||
|
id="g28395"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(2310.5222,-165.78265)"
|
||||||
|
id="g6598"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(3415.3474,-1044.052)"
|
||||||
|
id="g6640"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
transform="translate(1017.4777,-1059.3992)"
|
||||||
|
id="g6716"
|
||||||
|
inkscape:label="Layer 1" />
|
||||||
|
<g
|
||||||
|
style="opacity:0.45945943"
|
||||||
|
transform="matrix(1,0,0,-1,-153.44508,295.17435)"
|
||||||
|
id="g6850" />
|
||||||
|
<g
|
||||||
|
transform="translate(-1919.565,-153.36219)"
|
||||||
|
inkscape:label="layer1"
|
||||||
|
style="display:none"
|
||||||
|
id="g4240" />
|
||||||
|
<g
|
||||||
|
transform="translate(-1919.565,-153.36219)"
|
||||||
|
inkscape:label="glow"
|
||||||
|
style="display:inline"
|
||||||
|
id="g4242" />
|
||||||
|
<g
|
||||||
|
inkscape:label="layer1"
|
||||||
|
style="display:none"
|
||||||
|
id="g4244"
|
||||||
|
transform="translate(509.49601,-1633.2416)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="glow"
|
||||||
|
style="display:inline"
|
||||||
|
id="g4246"
|
||||||
|
transform="translate(509.49601,-1633.2416)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4248"
|
||||||
|
transform="translate(555.47381,-664.37887)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4250"
|
||||||
|
transform="translate(2341.7643,-280.92083)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4252"
|
||||||
|
transform="translate(3446.5895,-1159.1902)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4254"
|
||||||
|
transform="translate(1048.7198,-1174.5374)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4256"
|
||||||
|
transform="translate(-302.09768,154.07425)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4258"
|
||||||
|
transform="translate(802.72751,-724.19507)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4260"
|
||||||
|
transform="translate(-1595.1422,-739.54227)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4262"
|
||||||
|
transform="translate(1844.4023,146.07425)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4264"
|
||||||
|
transform="translate(2949.2275,-732.19507)" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="g4266"
|
||||||
|
transform="translate(551.35781,-747.54227)" />
|
||||||
|
<g
|
||||||
|
id="g4268"
|
||||||
|
transform="matrix(1,0,0,-1,-619.56498,607.03125)"
|
||||||
|
style="opacity:0.45945943" />
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-bottom"
|
||||||
|
transform="translate(-215,9)"
|
||||||
|
id="decoration-bottom">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6217-8"
|
||||||
|
d="m 325,289 v 86 h 145 v -86 z"
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient5688);fill-opacity:1;stroke:none;stroke-width:1.0058651" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.413845"
|
||||||
|
d="M 470,289 H 325 v 1 h 145 z"
|
||||||
|
id="path6214-7" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.41421"
|
||||||
|
d="M 470,277 H 325 v 12 h 145 z"
|
||||||
|
id="path6211-7" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:label="#decoration-center"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="decoration-center"
|
||||||
|
d="m 110,200 v 86 h 145 v -86 z"
|
||||||
|
style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-top"
|
||||||
|
transform="translate(-215,-5.99995)"
|
||||||
|
id="decoration-top">
|
||||||
|
<path
|
||||||
|
transform="translate(215,89.99995)"
|
||||||
|
d="M 110,50 V 86 H 255 V 50 Z"
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient6612);fill-opacity:1;stroke:none;stroke-width:1.01418"
|
||||||
|
id="path6055-5" />
|
||||||
|
<path
|
||||||
|
transform="translate(215,89.99995)"
|
||||||
|
d="m 110,85 v 1 h 145 v -1 z"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path6098-4" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6092-3"
|
||||||
|
d="m 325,175.99994 v 30.00002 h 145 v -30.00002 z"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-left"
|
||||||
|
transform="translate(-239.875,3)"
|
||||||
|
id="decoration-left">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6345-1"
|
||||||
|
d="m 244.875,197 v 86 h 76 v -86 z"
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient1126);fill-opacity:1;stroke:none;stroke-width:1.00664" />
|
||||||
|
<path
|
||||||
|
transform="translate(239.875,81)"
|
||||||
|
d="m 80,116 v 86 h 1 v -86 z"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path6342-6" />
|
||||||
|
<path
|
||||||
|
transform="translate(-255.125,76)"
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6339-9"
|
||||||
|
d="m 576,121 v 86 h 29 v -86 z"
|
||||||
|
style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-inactive-bottom"
|
||||||
|
transform="translate(145,9.07798)"
|
||||||
|
id="decoration-inactive-bottom">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6217-8-2"
|
||||||
|
d="m 325,288.92202 v 86 h 145 v -86 z"
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient5688-2);fill-opacity:1;stroke:none;stroke-width:1.0058651" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.39242497"
|
||||||
|
d="M 470,288.92202 H 325 v 1 h 145 z"
|
||||||
|
id="path6214-7-4" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.41421"
|
||||||
|
d="M 470,276.92202 H 325 v 12 h 145 z"
|
||||||
|
id="path6211-7-5" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:label="#decoration-inactive-center"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="decoration-inactive-center"
|
||||||
|
d="m 470,200 v 86 h 145 v -86 z"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-inactive-top"
|
||||||
|
transform="translate(145,-6)"
|
||||||
|
id="decoration-inactive-top">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6055-5-5"
|
||||||
|
transform="translate(-200,135)"
|
||||||
|
d="M 525,5 V 41 H 670 V 5 Z"
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient6612-5);fill-opacity:1;stroke:none" />
|
||||||
|
<path
|
||||||
|
id="path6098-4-8"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="m 470,85 v 1 h 145 v -1 z"
|
||||||
|
transform="translate(-145,90)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6092-3-3"
|
||||||
|
d="m 325,176 v 30 h 145 v -30 z"
|
||||||
|
style="opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none;stroke-width:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-inactive-left"
|
||||||
|
transform="translate(120.125,2.98452)"
|
||||||
|
id="decoration-inactive-left">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path6345-1-1"
|
||||||
|
d="m 244.875,197.01548 v 86 l 76,-0.0155 v -85.98452 z"
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient1389);fill-opacity:1;stroke:none;stroke-width:1.00664" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.447214"
|
||||||
|
d="m 319.875,197.01548 v 86 h 1 v -86 z"
|
||||||
|
id="path6342-6-6" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
id="path6339-9-9"
|
||||||
|
d="m 320.875,197.01548 v 86 h 29 v -86 z"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:label="#decoration-bottomleft"
|
||||||
|
id="decoration-bottomleft"
|
||||||
|
transform="translate(-385,-4.000015)">
|
||||||
|
<path
|
||||||
|
transform="translate(385,94.000015)"
|
||||||
|
d="M 81 196 C 81 202.648 86.352 208 93 208 L 110 208 L 110 196 L 81 196 z "
|
||||||
|
style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
id="rect7023-1" />
|
||||||
|
<g
|
||||||
|
id="hrh-6"
|
||||||
|
inkscape:label="#g5246"
|
||||||
|
transform="matrix(1,0,0,0.99932111,165,-10.666582)">
|
||||||
|
<path
|
||||||
|
transform="matrix(1,0,0,1.0006794,220,104.7377)"
|
||||||
|
d="M 5 196 L 5 294 L 110 294 L 110 208 L 93 208 C 86.352 208 81 202.648 81 196 L 5 196 z "
|
||||||
|
style="opacity:0.5;fill:url(#radialGradient965);fill-opacity:1;stroke:none"
|
||||||
|
id="rect5099-9-5" />
|
||||||
|
<g
|
||||||
|
inkscape:label="#g6297"
|
||||||
|
transform="translate(-20,24)"
|
||||||
|
id="decoration-bottomleft57547-54-5">
|
||||||
|
<g
|
||||||
|
id="g6659-3-3-0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
transform="matrix(1,0,0,1.0006794,220,104.7377)"
|
||||||
|
d="M 80 196 C 80 203.202 85.798 209 93 209 L 110 209 L 110 208 L 93 208 C 86.352 208 81 202.648 81 196 L 80 196 z "
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path168" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-bottomleft">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cscccc"
|
||||||
|
transform="translate(0,90)"
|
||||||
|
d="m 441,196 c 0,6.648 5.352,12 12,12 h 14 3 v -12 z"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.41421"
|
||||||
|
id="path4207" />
|
||||||
|
<g
|
||||||
|
id="hrh-3"
|
||||||
|
inkscape:label="#g5246"
|
||||||
|
transform="matrix(1,0,0,0.99932111,140,-14.604092)">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cccccscc"
|
||||||
|
transform="matrix(1,0,0,1.0006794,-140,104.67515)"
|
||||||
|
d="m 365,196 v 98 h 105 v -86 h -3 -14 c -6.648,0 -12,-5.352 -12,-12 z"
|
||||||
|
style="opacity:0.5;fill:url(#radialGradient967);fill-opacity:1;stroke:none"
|
||||||
|
id="rect5099-9-6" />
|
||||||
|
<g
|
||||||
|
inkscape:label="#g6297"
|
||||||
|
transform="translate(-20,24)"
|
||||||
|
id="decoration-bottomleft57547-54-2">
|
||||||
|
<g
|
||||||
|
id="g6659-3-3-4" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="csccccscc"
|
||||||
|
transform="matrix(1,0,0,1.0006794,-140,104.67515)"
|
||||||
|
d="m 440,196 c 0,7.202 5.798,13 13,13 h 14 l 3,-1e-5 V 208 h -3 -14 c -6.648,0 -12,-5.352 -12,-12 z"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path188" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
y="134.00005"
|
||||||
|
x="174"
|
||||||
|
height="35.999897"
|
||||||
|
width="4"
|
||||||
|
id="shadow-hint-top-margin"
|
||||||
|
style="opacity:1;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:0.447214" />
|
||||||
|
<rect
|
||||||
|
y="298.00003"
|
||||||
|
x="175"
|
||||||
|
height="85.999969"
|
||||||
|
width="4"
|
||||||
|
id="shadow-hint-bottom-margin"
|
||||||
|
style="opacity:1;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:1.18321598" />
|
||||||
|
<rect
|
||||||
|
y="230"
|
||||||
|
x="284"
|
||||||
|
height="4"
|
||||||
|
width="76"
|
||||||
|
id="shadow-hint-right-margin"
|
||||||
|
style="opacity:1;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:0.707107" />
|
||||||
|
<rect
|
||||||
|
y="224"
|
||||||
|
x="5"
|
||||||
|
height="4"
|
||||||
|
width="76"
|
||||||
|
id="shadow-hint-left-margin"
|
||||||
|
style="opacity:1;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:0.707107" />
|
||||||
|
<rect
|
||||||
|
style="fill:#00ff29;fill-opacity:1;stroke:none;stroke-width:1.08465"
|
||||||
|
y="134"
|
||||||
|
x="186"
|
||||||
|
height="66"
|
||||||
|
width="4"
|
||||||
|
id="hint-top-margin" />
|
||||||
|
<rect
|
||||||
|
style="fill:#00ff29;fill-opacity:1;stroke:none;stroke-width:1.11946"
|
||||||
|
y="286"
|
||||||
|
x="187"
|
||||||
|
height="97.999992"
|
||||||
|
width="4"
|
||||||
|
id="hint-bottom-margin" />
|
||||||
|
<rect
|
||||||
|
style="fill:#00ff29;fill-opacity:1;stroke:none;stroke-width:1.08465"
|
||||||
|
transform="rotate(90)"
|
||||||
|
y="-360"
|
||||||
|
x="219"
|
||||||
|
height="105"
|
||||||
|
width="4"
|
||||||
|
id="hint-right-margin" />
|
||||||
|
<rect
|
||||||
|
style="fill:#00ff29;fill-opacity:1;stroke:none;stroke-width:1.0853"
|
||||||
|
transform="rotate(90)"
|
||||||
|
y="-110"
|
||||||
|
x="216"
|
||||||
|
height="105"
|
||||||
|
width="4"
|
||||||
|
id="hint-left-margin" />
|
||||||
|
<g
|
||||||
|
id="decoration-topleft"
|
||||||
|
inkscape:label="#decoration-topleft"
|
||||||
|
transform="matrix(-1,0,0,1,535,-31.0625)">
|
||||||
|
<path
|
||||||
|
transform="matrix(-1,0,0,1,535,115.0625)"
|
||||||
|
d="m 5,50 v 66 H 81 V 98 c 0,-6.648 5.352,-12 12,-12 h 17 V 50 Z"
|
||||||
|
style="opacity:0.5;fill:url(#radialGradient1306);fill-opacity:1;stroke:none"
|
||||||
|
id="path1019" />
|
||||||
|
<g
|
||||||
|
inkscape:label="#g6067"
|
||||||
|
id="g1027"
|
||||||
|
transform="translate(250)">
|
||||||
|
<g
|
||||||
|
transform="matrix(-1,0,0,1,524,26)"
|
||||||
|
id="g1025"
|
||||||
|
inkscape:label="#g6458-7">
|
||||||
|
<path
|
||||||
|
transform="translate(239,89.0625)"
|
||||||
|
d="m 93,86 c -6.648,0 -12,5.352 -12,12 v 18 h 29 V 86 Z"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1"
|
||||||
|
id="path1023" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
transform="matrix(-1,0,0,1,535,115.0625)"
|
||||||
|
d="m 93,85 c -7.202,0 -13,5.798 -13,13 v 18 h 1 V 98 c 0,-6.648 5.352,-12 12,-12 h 17 v -1 z"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path187" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="decoration-inactive-right"
|
||||||
|
transform="matrix(-1,0,0,1,964.875,2.98452)"
|
||||||
|
inkscape:label="#decoration-inactive-left">
|
||||||
|
<path
|
||||||
|
style="opacity:0.5;fill:url(#linearGradient1012);fill-opacity:1;stroke:none;stroke-width:1.00664"
|
||||||
|
d="m 244.875,197.01548 v 86 l 76,-0.0155 v -85.98452 z"
|
||||||
|
id="path1004"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
id="path1006"
|
||||||
|
d="m 319.875,197.01548 v 86 h 1 v -86 z"
|
||||||
|
style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.447214"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 320.875,197.01548 v 86 h 29 v -86 z"
|
||||||
|
id="path1008" />
|
||||||
|
</g>
|
||||||
|
<use
|
||||||
|
height="100%"
|
||||||
|
width="100%"
|
||||||
|
transform="matrix(-1,0,0,1,365,0)"
|
||||||
|
id="decoration-topright"
|
||||||
|
xlink:href="#decoration-topleft"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<use
|
||||||
|
height="100%"
|
||||||
|
width="100%"
|
||||||
|
transform="matrix(-1,0,0,1,1085,0)"
|
||||||
|
id="decoration-inactive-topright"
|
||||||
|
xlink:href="#decoration-inactive-topleft"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<use
|
||||||
|
height="100%"
|
||||||
|
width="100%"
|
||||||
|
transform="matrix(-1,0,0,1,365,0)"
|
||||||
|
id="decoration-bottomright"
|
||||||
|
xlink:href="#decoration-bottomleft"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<use
|
||||||
|
height="100%"
|
||||||
|
width="100%"
|
||||||
|
transform="matrix(-1,0,0,1,1085,0)"
|
||||||
|
id="decoration-inactive-bottomright"
|
||||||
|
xlink:href="#decoration-inactive-bottomleft"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 26 KiB |
|
@ -0,0 +1,207 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="keepabove.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="-71.594562"
|
||||||
|
inkscape:cy="42.603184"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid834" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(-4,22.110913)"
|
||||||
|
id="g860">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect945"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect856"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4179"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="25"
|
||||||
|
y="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="rect862"
|
||||||
|
d="m 36.000977,7.1113282 -0.707032,0.7070313 -6.365234,6.3632815 0.707031,0.707031 6.365235,-6.3632812 6.363281,6.3632812 0.707031,-0.707031 -6.363281,-6.3632815 z"
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4183"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="50"
|
||||||
|
y="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 61.000977,7.1113281 -0.707032,0.7070313 -6.365234,6.3632816 0.707031,0.707031 6.365235,-6.3632813 6.363281,6.3632813 0.707031,-0.707031 -6.363281,-6.3632816 z"
|
||||||
|
id="path885" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4208"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-5e-07"
|
||||||
|
y="26.944544" />
|
||||||
|
<g
|
||||||
|
transform="translate(25,1.9445435)"
|
||||||
|
id="g907">
|
||||||
|
<g
|
||||||
|
id="g880"
|
||||||
|
transform="translate(-29,47.110913)">
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
|
||||||
|
ry="0"
|
||||||
|
y="-21.213203"
|
||||||
|
x="-1"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect876"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect878"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="20.213203"
|
||||||
|
y="2.710328e-09"
|
||||||
|
ry="0"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="opacity:0.1;fill:#323232;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect899"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-25"
|
||||||
|
y="25"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(-0.146446,-0.09099)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4164"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0.146446"
|
||||||
|
y="52.090988" />
|
||||||
|
<g
|
||||||
|
transform="translate(25.146446,27.09099)"
|
||||||
|
id="g917">
|
||||||
|
<g
|
||||||
|
transform="translate(-29,47.110913)"
|
||||||
|
id="g913">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect909"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect911"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
y="25"
|
||||||
|
x="-25"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect915"
|
||||||
|
style="opacity:0.2;fill:#323232;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1,207 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="keepbelow.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.5853273"
|
||||||
|
inkscape:cx="18.390769"
|
||||||
|
inkscape:cy="9.8215933"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid834" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="translate(27)">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4208-6"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-27"
|
||||||
|
y="-49" />
|
||||||
|
<g
|
||||||
|
transform="matrix(1,0,0,-1,-31,26.889087)"
|
||||||
|
id="g880">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect876"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect878"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
ry="0"
|
||||||
|
y="-49"
|
||||||
|
x="-27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect899"
|
||||||
|
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(27)">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
y="-74"
|
||||||
|
x="-27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect854"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
id="g860"
|
||||||
|
transform="matrix(1,0,0,-1,-31,51.889087)">
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
|
||||||
|
ry="0"
|
||||||
|
y="-21.213203"
|
||||||
|
x="-1"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect856"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect858"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="20.213203"
|
||||||
|
y="2.710328e-09"
|
||||||
|
ry="0"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect862"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-27"
|
||||||
|
y="-74"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="-22"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(1,17.110913)"
|
||||||
|
id="g897">
|
||||||
|
<rect
|
||||||
|
transform="rotate(135)"
|
||||||
|
ry="0"
|
||||||
|
y="-5.5"
|
||||||
|
x="-9.6421356"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect870"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect872"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="4.5"
|
||||||
|
y="8.6421356"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(0.70710678,0.70710678,0.70710678,-0.70710678,0,0)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4179"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="25"
|
||||||
|
y="-22" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="rect900"
|
||||||
|
d="m 29.635742,7.111328 -0.707031,0.7070312 6.365235,6.3632808 0.707031,0.707032 0.707031,-0.707032 6.363281,-6.3632808 -0.707031,-0.7070312 -6.363281,6.363281 z"
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4183"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="50"
|
||||||
|
y="-22" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 54.635742,7.111328 -0.707031,0.707031 6.365235,6.363281 0.707031,0.707032 0.707031,-0.707032 6.363281,-6.363281 -0.707031,-0.707031 -6.363281,6.363281 z"
|
||||||
|
id="path919"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1,195 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="maximize.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22">
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.048"
|
||||||
|
width="1.048"
|
||||||
|
y="-.024"
|
||||||
|
x="-.024"
|
||||||
|
id="filter11290">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur879"
|
||||||
|
stdDeviation="0.15875313" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-0.0078552,-5.0139e-5)"
|
||||||
|
y2=".64687"
|
||||||
|
y1="16.296"
|
||||||
|
x2="16.388"
|
||||||
|
x1=".73911"
|
||||||
|
id="linearGradient1005">
|
||||||
|
<stop
|
||||||
|
id="stop882"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#00dc96" />
|
||||||
|
<stop
|
||||||
|
id="stop884"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#14d29b" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.9999996"
|
||||||
|
inkscape:cx="39.437502"
|
||||||
|
inkscape:cy="12.187501"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid949" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1000"
|
||||||
|
id="use1002"
|
||||||
|
transform="translate(28.476029)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.5367432e-07"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect962"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<path
|
||||||
|
id="rect5015"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 9 7 C 8.446 7 8 7.446 8 8 L 8 14 C 8 14.554 8.446 15 9 15 L 13 15 C 13.554 15 14 14.554 14 14 L 14 8 C 14 7.446 13.554 7 13 7 L 9 7 z M 8.9453125 7.6777344 L 13.054688 7.6777344 C 13.242883 7.6777344 13.394531 7.8293826 13.394531 8.0175781 L 13.394531 13.982422 C 13.394531 14.170617 13.242883 14.322266 13.054688 14.322266 L 8.9453125 14.322266 C 8.757117 14.322266 8.6054688 14.170617 8.6054688 13.982422 L 8.6054688 8.0175781 C 8.6054688 7.8293826 8.757117 7.6777344 8.9453125 7.6777344 z " />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
|
||||||
|
id="rect6284"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="4.8794135e-07"
|
||||||
|
y="27" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ebebeb;fill-opacity:1;stroke:none;stroke-width:1.29412;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect867"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="27"
|
||||||
|
ry="0" />
|
||||||
|
<path
|
||||||
|
id="path5728"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 9 34 C 8.446 34 8 34.446 8 35 L 8 41 C 8 41.554 8.446 42 9 42 L 13 42 C 13.554 42 14 41.554 14 41 L 14 35 C 14 34.446 13.554 34 13 34 L 9 34 z M 8.9453125 34.677734 L 13.054688 34.677734 C 13.242883 34.677734 13.394531 34.829383 13.394531 35.017578 L 13.394531 40.982422 C 13.394531 41.170617 13.242883 41.322266 13.054688 41.322266 L 8.9453125 41.322266 C 8.757117 41.322266 8.6054688 41.170617 8.6054688 40.982422 L 8.6054688 35.017578 C 8.6054688 34.829383 8.757117 34.677734 8.9453125 34.677734 z " />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(0,28)">
|
||||||
|
<rect
|
||||||
|
style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
|
||||||
|
id="rect6109"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="4.8794135e-07"
|
||||||
|
y="27" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ebebeb;fill-opacity:1;stroke:none;stroke-width:1.29412;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect6111"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="27"
|
||||||
|
ry="0" />
|
||||||
|
<path
|
||||||
|
id="path6113"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 9 62 C 8.446 62 8 62.446 8 63 L 8 69 C 8 69.554 8.446 70 9 70 L 13 70 C 13.554 70 14 69.554 14 69 L 14 63 C 14 62.446 13.554 62 13 62 L 9 62 z M 8.9453125 62.671875 L 13.054688 62.671875 C 13.242883 62.671875 13.394531 62.823523 13.394531 63.011719 L 13.394531 68.976562 C 13.394531 69.164758 13.242883 69.316406 13.054688 69.316406 L 8.9453125 69.316406 C 8.757117 69.316406 8.6054688 69.164758 8.6054688 68.976562 L 8.6054688 63.011719 C 8.6054688 62.823523 8.757117 62.671875 8.9453125 62.671875 z "
|
||||||
|
transform="translate(0,-28)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
transform="translate(30)">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.5367432e-07"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect2728"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<path
|
||||||
|
id="path2730"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 9,7 C 8.446,7 8,7.446 8,8 v 6 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 V 8 C 14,7.446 13.554,7 13,7 Z M 8.945313,7.6777344 h 4.109376 c 0.188195,0 0.339843,0.1516482 0.339843,0.3398437 v 5.9648439 c 0,0.188195 -0.151648,0.339844 -0.339843,0.339844 H 8.9453125 c -0.1881955,0 -0.3398437,-0.151649 -0.3398437,-0.339844 V 8.0175781 c 0,-0.1881955 0.1516482,-0.3398437 0.3398442,-0.3398437 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(55)">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.5367432e-07"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect2992"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<path
|
||||||
|
id="path2994"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 9,7 C 8.446,7 8,7.446 8,8 v 6 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 V 8 C 14,7.446 13.554,7 13,7 Z M 8.945313,7.6777344 h 4.109376 c 0.188195,0 0.339843,0.1516482 0.339843,0.3398437 v 5.9648439 c 0,0.188195 -0.151648,0.339844 -0.339843,0.339844 H 8.9453125 c -0.1881955,0 -0.3398437,-0.151649 -0.3398437,-0.339844 V 8.0175781 c 0,-0.1881955 0.1516482,-0.3398437 0.3398442,-0.3398437 z" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.2 KiB |
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Win11OS-light
|
||||||
|
X-KDE-PluginInfo-Author=yeyushengfan258
|
||||||
|
X-KDE-PluginInfo-Category=
|
||||||
|
X-KDE-PluginInfo-Depends=
|
||||||
|
X-KDE-PluginInfo-Email=yeyushengfan258@outlook.com
|
||||||
|
X-KDE-PluginInfo-EnabledByDefault=true
|
||||||
|
X-KDE-PluginInfo-License=GPL v3
|
||||||
|
X-KDE-PluginInfo-Name=Win11OS-light
|
||||||
|
X-KDE-PluginInfo-Version=1.0
|
|
@ -0,0 +1,232 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="minimize.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata26">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs24">
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.048"
|
||||||
|
width="1.048"
|
||||||
|
y="-.024"
|
||||||
|
x="-.024"
|
||||||
|
id="filter11290">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur879"
|
||||||
|
stdDeviation="0.15875313" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-0.0078552,-5.0139e-5)"
|
||||||
|
y2=".89803"
|
||||||
|
y1="16.296"
|
||||||
|
x2="16.137"
|
||||||
|
x1=".73911"
|
||||||
|
id="linearGradient1005">
|
||||||
|
<stop
|
||||||
|
id="stop882"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#ff963c" />
|
||||||
|
<stop
|
||||||
|
id="stop884"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#ffdc55" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.1658"
|
||||||
|
width="1.1702"
|
||||||
|
y="-.082922"
|
||||||
|
x="-.085107"
|
||||||
|
id="filter1223">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur887"
|
||||||
|
stdDeviation="0.33551144" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
id="namedview22"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.6568542"
|
||||||
|
inkscape:cx="16.351844"
|
||||||
|
inkscape:cy="41.454135"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid949" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1051"
|
||||||
|
id="use1053"
|
||||||
|
transform="translate(27.966102)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.6172789e-07"
|
||||||
|
x="1.2357177e-06"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect962"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<rect
|
||||||
|
ry="0.5"
|
||||||
|
y="11"
|
||||||
|
x="8.0000019"
|
||||||
|
height="1"
|
||||||
|
width="5.9999971"
|
||||||
|
id="rect842"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.632455;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
transform="translate(-0.65556335)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
|
||||||
|
id="rect1015"
|
||||||
|
width="21.999998"
|
||||||
|
height="21.999998"
|
||||||
|
x="28.655563"
|
||||||
|
y="0.0605249"
|
||||||
|
rx="0"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.632455;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect844"
|
||||||
|
width="6"
|
||||||
|
height="1"
|
||||||
|
x="36.655563"
|
||||||
|
y="11"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(0.14104843)">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="0.80628788"
|
||||||
|
x="58.858952"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect1020"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<rect
|
||||||
|
ry="0.5"
|
||||||
|
y="11"
|
||||||
|
x="66.85894"
|
||||||
|
height="1"
|
||||||
|
width="6.0000143"
|
||||||
|
id="rect893"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.632456;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
|
||||||
|
id="rect6316"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="6.2584604e-07"
|
||||||
|
y="32" />
|
||||||
|
<g
|
||||||
|
transform="translate(25.000001)"
|
||||||
|
id="g921">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ebebeb;fill-opacity:1;stroke:none;stroke-width:1.22222;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect913"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-25"
|
||||||
|
y="32"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.632455;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect846"
|
||||||
|
width="5.9999967"
|
||||||
|
height="1"
|
||||||
|
x="-16.999998"
|
||||||
|
y="43"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(0,-0.5)">
|
||||||
|
<rect
|
||||||
|
y="57.5"
|
||||||
|
x="6.2316286e-07"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect6412"
|
||||||
|
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
|
||||||
|
<g
|
||||||
|
transform="translate(25.000001,-0.5)"
|
||||||
|
id="g946">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
y="58"
|
||||||
|
x="-25"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect915"
|
||||||
|
style="opacity:1;fill:#ebebeb;fill-opacity:1;stroke:none;stroke-width:1.22222;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
ry="0.5"
|
||||||
|
y="69"
|
||||||
|
x="-16.999998"
|
||||||
|
height="1"
|
||||||
|
width="5.9999967"
|
||||||
|
id="rect917"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.632455;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 7.1 KiB |
|
@ -0,0 +1,251 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="restore.svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="998"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="16"
|
||||||
|
inkscape:cx="46.71875"
|
||||||
|
inkscape:cy="6.03125"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid74" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1000"
|
||||||
|
id="use1002"
|
||||||
|
transform="translate(28.476029)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.5367432e-07"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect962"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<g
|
||||||
|
id="g7129"
|
||||||
|
transform="translate(14)">
|
||||||
|
<path
|
||||||
|
id="rect5015"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 8 9 C 7.446 9 7 9.446 7 10 L 7 14 C 7 14.554 7.446 15 8 15 L 11 15 C 11.554 15 12 14.554 12 14 L 12 10 C 12 9.446 11.554 9 11 9 L 8 9 z M 7.9824219 9.6367188 L 11.017578 9.6367188 C 11.220786 9.6367188 11.382813 9.8006981 11.382812 10.003906 L 11.382812 13.996094 C 11.382812 14.199302 11.220786 14.363281 11.017578 14.363281 L 7.9824219 14.363281 C 7.7792137 14.363281 7.6171875 14.199302 7.6171875 13.996094 L 7.6171875 10.003906 C 7.6171875 9.8006981 7.7792137 9.6367188 7.9824219 9.6367188 z "
|
||||||
|
transform="translate(-14)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.573549;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="rect1292"
|
||||||
|
width="4.6382227"
|
||||||
|
height="0.63831115"
|
||||||
|
x="-5"
|
||||||
|
y="7"
|
||||||
|
ry="0.31915557" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.671661;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="rect6797"
|
||||||
|
width="6.3616886"
|
||||||
|
height="0.63822269"
|
||||||
|
x="-13.361689"
|
||||||
|
y="-1"
|
||||||
|
ry="0.31911135"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
y="32"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect909"
|
||||||
|
style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ebebeb;fill-opacity:1;stroke:none;stroke-width:1.29412;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect911"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="32"
|
||||||
|
ry="0" />
|
||||||
|
<g
|
||||||
|
id="g2017"
|
||||||
|
transform="translate(14,32)">
|
||||||
|
<path
|
||||||
|
id="path2011"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 8,9 C 7.446,9 7,9.446 7,10 v 4 c 0,0.554 0.446,1 1,1 h 3 c 0.554,0 1,-0.446 1,-1 V 10 C 12,9.446 11.554,9 11,9 Z M 7.982422,9.6367188 h 3.035156 c 0.203208,0 0.365235,0.1639793 0.365234,0.3671872 v 3.992188 c 0,0.203208 -0.162026,0.367187 -0.365234,0.367187 H 7.9824219 c -0.2032082,0 -0.3652344,-0.163979 -0.3652344,-0.367187 v -3.992188 c 0,-0.2032079 0.1620262,-0.3671872 0.3652345,-0.3671872 z"
|
||||||
|
transform="translate(-14)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.573549;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="rect2013"
|
||||||
|
width="4.6382227"
|
||||||
|
height="0.63831115"
|
||||||
|
x="-5"
|
||||||
|
y="7"
|
||||||
|
ry="0.31915557" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.671661;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="rect2015"
|
||||||
|
width="6.3616886"
|
||||||
|
height="0.63822269"
|
||||||
|
x="-13.361689"
|
||||||
|
y="-1"
|
||||||
|
ry="0.31911135"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center">
|
||||||
|
<rect
|
||||||
|
y="57"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect7546"
|
||||||
|
style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:1.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ebebeb;fill-opacity:1;stroke:none;stroke-width:1.29412;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect7548"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="57"
|
||||||
|
ry="0" />
|
||||||
|
<g
|
||||||
|
id="g2406"
|
||||||
|
transform="translate(14,57)">
|
||||||
|
<path
|
||||||
|
id="path2400"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 8,9 C 7.446,9 7,9.446 7,10 v 4 c 0,0.554 0.446,1 1,1 h 3 c 0.554,0 1,-0.446 1,-1 V 10 C 12,9.446 11.554,9 11,9 Z M 7.982422,9.6367188 h 3.035156 c 0.203208,0 0.365235,0.1639793 0.365234,0.3671872 v 3.992188 c 0,0.203208 -0.162026,0.367187 -0.365234,0.367187 H 7.9824219 c -0.2032082,0 -0.3652344,-0.163979 -0.3652344,-0.367187 v -3.992188 c 0,-0.2032079 0.1620262,-0.3671872 0.3652345,-0.3671872 z"
|
||||||
|
transform="translate(-14)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.573549;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="rect2402"
|
||||||
|
width="4.6382227"
|
||||||
|
height="0.63831115"
|
||||||
|
x="-5"
|
||||||
|
y="7"
|
||||||
|
ry="0.31915557" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.671661;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="rect2404"
|
||||||
|
width="6.3616886"
|
||||||
|
height="0.63822269"
|
||||||
|
x="-13.361689"
|
||||||
|
y="-1"
|
||||||
|
ry="0.31911135"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
transform="translate(30)">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.5367432e-07"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect2792"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<g
|
||||||
|
id="g2800"
|
||||||
|
transform="translate(14)">
|
||||||
|
<path
|
||||||
|
id="path2794"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 8,9 C 7.446,9 7,9.446 7,10 v 4 c 0,0.554 0.446,1 1,1 h 3 c 0.554,0 1,-0.446 1,-1 V 10 C 12,9.446 11.554,9 11,9 Z M 7.982422,9.6367188 h 3.035156 c 0.203208,0 0.365235,0.1639793 0.365234,0.3671872 v 3.992188 c 0,0.203208 -0.162026,0.367187 -0.365234,0.367187 H 7.9824219 c -0.2032082,0 -0.3652344,-0.163979 -0.3652344,-0.367187 v -3.992188 c 0,-0.2032079 0.1620262,-0.3671872 0.3652345,-0.3671872 z"
|
||||||
|
transform="translate(-14)" />
|
||||||
|
<path
|
||||||
|
id="rect2796"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-width:0.573549;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 39.318359,-11 C 39.141547,-11 39,-10.858453 39,-10.681641 c 0,0.176813 0.141547,0.320313 0.318359,0.320313 H 43 v 5.4042968 c 0,0.1767876 0.141572,0.3183593 0.318359,0.3183593 0.176788,0 0.320313,-0.1415717 0.320313,-0.3183593 v -5.7246098 c 0,-0.03305 -0.0064,-0.06382 -0.01563,-0.09375 -0.0031,-0.01 -0.0057,-0.01974 -0.0098,-0.0293 -0.0081,-0.0191 -0.01785,-0.03771 -0.0293,-0.05469 -0.01145,-0.01697 -0.02464,-0.03245 -0.03906,-0.04687 -0.01442,-0.01442 -0.0299,-0.02761 -0.04687,-0.03906 -0.0086,-0.0058 -0.01816,-0.01066 -0.02734,-0.01563 -0.009,-0.0049 -0.01779,-0.0096 -0.02734,-0.01367 -0.0191,-0.0081 -0.03973,-0.01529 -0.06055,-0.01953 -0.02081,-0.0042 -0.04235,-0.0059 -0.06445,-0.0059 z"
|
||||||
|
transform="translate(-44,17.999999)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(55)">
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
y="9.5367432e-07"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
height="21.999998"
|
||||||
|
width="21.999998"
|
||||||
|
id="rect2983"
|
||||||
|
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
|
||||||
|
<g
|
||||||
|
id="g2989"
|
||||||
|
transform="translate(14)">
|
||||||
|
<path
|
||||||
|
id="path2985"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 8,9 C 7.446,9 7,9.446 7,10 v 4 c 0,0.554 0.446,1 1,1 h 3 c 0.554,0 1,-0.446 1,-1 V 10 C 12,9.446 11.554,9 11,9 Z M 7.982422,9.6367188 h 3.035156 c 0.203208,0 0.365235,0.1639793 0.365234,0.3671872 v 3.992188 c 0,0.203208 -0.162026,0.367187 -0.365234,0.367187 H 7.9824219 c -0.2032082,0 -0.3652344,-0.163979 -0.3652344,-0.367187 v -3.992188 c 0,-0.2032079 0.1620262,-0.3671872 0.3652345,-0.3671872 z"
|
||||||
|
transform="translate(-14)" />
|
||||||
|
<path
|
||||||
|
id="path2987"
|
||||||
|
style="opacity:0.4;fill:#000000;fill-opacity:1;stroke-width:0.573549;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 39.318359,-11 C 39.141547,-11 39,-10.858453 39,-10.681641 c 0,0.176813 0.141547,0.320313 0.318359,0.320313 H 43 v 5.4042968 c 0,0.1767876 0.141572,0.3183593 0.318359,0.3183593 0.176788,0 0.320313,-0.1415717 0.320313,-0.3183593 v -5.7246098 c 0,-0.03305 -0.0064,-0.06382 -0.01563,-0.09375 -0.0031,-0.01 -0.0057,-0.01974 -0.0098,-0.0293 -0.0081,-0.0191 -0.01785,-0.03771 -0.0293,-0.05469 -0.01145,-0.01697 -0.02464,-0.03245 -0.03906,-0.04687 -0.01442,-0.01442 -0.0299,-0.02761 -0.04687,-0.03906 -0.0086,-0.0058 -0.01816,-0.01066 -0.02734,-0.01563 -0.009,-0.0049 -0.01779,-0.0096 -0.02734,-0.01367 -0.0191,-0.0081 -0.03973,-0.01529 -0.06055,-0.01953 -0.02081,-0.0042 -0.04235,-0.0059 -0.06445,-0.0059 z"
|
||||||
|
transform="translate(-44,17.999999)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 11 KiB |
|
@ -0,0 +1,47 @@
|
||||||
|
[General]
|
||||||
|
ActiveTextColor=255,255,255,255
|
||||||
|
InactiveTextColor=255,255,255,128
|
||||||
|
TitleAlignment=Left
|
||||||
|
TitleVerticalAlignment=Center
|
||||||
|
Animation=0
|
||||||
|
Shadow=true
|
||||||
|
|
||||||
|
[Layout]
|
||||||
|
BorderLeft=3
|
||||||
|
BorderRight=3
|
||||||
|
BorderBottom=4
|
||||||
|
|
||||||
|
TitleEdgeTop=0
|
||||||
|
TitleEdgeBottom=-4
|
||||||
|
TitleEdgeLeft=4
|
||||||
|
TitleEdgeRight=0
|
||||||
|
TitleBorderLeft=8
|
||||||
|
TitleBorderRight=0
|
||||||
|
TitleHeight=29
|
||||||
|
|
||||||
|
ButtonWidth=28
|
||||||
|
ButtonWidthClose=44
|
||||||
|
ButtonWidthMaximizeRestore=44
|
||||||
|
ButtonWidthMinimize=44
|
||||||
|
|
||||||
|
ButtonWidthKeepabove=43
|
||||||
|
ButtonWidthKeepbelow=43
|
||||||
|
ButtonWidthHelp=43
|
||||||
|
|
||||||
|
ButtonWidthAlldesktops=44
|
||||||
|
|
||||||
|
ButtonHeight=28
|
||||||
|
ButtonSpacing=1
|
||||||
|
ButtonMarginTop=0
|
||||||
|
ExplicitButtonSpacer=10
|
||||||
|
|
||||||
|
PaddingTop=32
|
||||||
|
PaddingBottom=76
|
||||||
|
PaddingRight=47
|
||||||
|
PaddingLeft=47
|
||||||
|
|
||||||
|
TitleHeightMaximized=28
|
||||||
|
TitleEdgeTopMaximized=0
|
||||||
|
TitleEdgeBottomMaximized=0
|
||||||
|
TitleEdgeLeftMaximized=0
|
||||||
|
TitleEdgeRightMaximized=0
|
|
@ -0,0 +1,230 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="alldesktops.svg"
|
||||||
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||||
|
<metadata
|
||||||
|
id="metadata26">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs24" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="992"
|
||||||
|
id="namedview22"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="4.5397725"
|
||||||
|
inkscape:cx="27.308512"
|
||||||
|
inkscape:cy="1.0209013"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:document-rotation="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid886" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
cy="-9"
|
||||||
|
cx="11"
|
||||||
|
id="path4206"
|
||||||
|
r="4" />
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<g
|
||||||
|
transform="translate(23)"
|
||||||
|
id="g4206">
|
||||||
|
<rect
|
||||||
|
id="rect4208"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"
|
||||||
|
id="circle4212"
|
||||||
|
cx="34"
|
||||||
|
cy="11"
|
||||||
|
r="11" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle4213"
|
||||||
|
cx="34"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="28"
|
||||||
|
id="circle861"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle863"
|
||||||
|
cx="40"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
id="rect4180"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="69"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle4217"
|
||||||
|
cx="80"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="74"
|
||||||
|
id="circle869"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle872"
|
||||||
|
cx="86"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center">
|
||||||
|
<g
|
||||||
|
id="g838"
|
||||||
|
transform="translate(45)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect836" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
r="11"
|
||||||
|
cy="11"
|
||||||
|
cx="56"
|
||||||
|
id="circle840"
|
||||||
|
style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="50"
|
||||||
|
id="circle842"
|
||||||
|
style="opacity:1;fill:#00a0ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#00a0ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle865"
|
||||||
|
cx="56"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="62"
|
||||||
|
id="circle867"
|
||||||
|
style="opacity:1;fill:#00a0ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(25)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
y="0"
|
||||||
|
x="69"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect869" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="80"
|
||||||
|
id="circle871"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="circle874"
|
||||||
|
cx="74"
|
||||||
|
cy="13"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
cy="13"
|
||||||
|
cx="86"
|
||||||
|
id="circle876"
|
||||||
|
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(19)"
|
||||||
|
id="g850">
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
id="circle836"
|
||||||
|
cx="-14"
|
||||||
|
cy="13"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
cy="13"
|
||||||
|
cx="-8"
|
||||||
|
id="circle843"
|
||||||
|
r="2" />
|
||||||
|
<circle
|
||||||
|
r="2"
|
||||||
|
id="circle845"
|
||||||
|
cx="-2"
|
||||||
|
cy="13"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
|
@ -0,0 +1,514 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
sodipodi:docname="close.svg"
|
||||||
|
style="enable-background:new"
|
||||||
|
version="1.1"
|
||||||
|
height="28"
|
||||||
|
width="44"
|
||||||
|
id="svg4306"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata31">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs29">
|
||||||
|
<filter
|
||||||
|
id="filter11290"
|
||||||
|
x="-0.024"
|
||||||
|
y="-0.024"
|
||||||
|
width="1.048"
|
||||||
|
height="1.048"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.15875313"
|
||||||
|
id="feGaussianBlur880" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1005"
|
||||||
|
x1="2.9667001"
|
||||||
|
x2="16.101"
|
||||||
|
y1="14.069"
|
||||||
|
y2="0.93425"
|
||||||
|
gradientTransform="translate(-0.0080452,-5.0139e-5)"
|
||||||
|
gradientUnits="userSpaceOnUse">
|
||||||
|
<stop
|
||||||
|
stop-color="#ff7d50"
|
||||||
|
offset="0"
|
||||||
|
id="stop883" />
|
||||||
|
<stop
|
||||||
|
stop-color="#fa4b5a"
|
||||||
|
offset=".51596"
|
||||||
|
id="stop885" />
|
||||||
|
<stop
|
||||||
|
stop-color="#ff509b"
|
||||||
|
offset="1"
|
||||||
|
id="stop887" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
id="aw">
|
||||||
|
<path
|
||||||
|
d="m 481,318 h 22 v 22 h -22 z"
|
||||||
|
id="path890" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="av">
|
||||||
|
<path
|
||||||
|
d="m 507,318 h 22 v 22 h -22 z"
|
||||||
|
id="path893" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="au">
|
||||||
|
<path
|
||||||
|
d="m 530,318 h 22 v 22 h -22 z"
|
||||||
|
id="path896" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="at">
|
||||||
|
<path
|
||||||
|
d="m 672,1064 c 0,-1.105 4.925,-2 11,-2 6.075,0 11,0.895 11,2 0,1.105 -4.925,2 -11,2 -6.075,0 -11,-0.895 -11,-2"
|
||||||
|
id="path899" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="as">
|
||||||
|
<path
|
||||||
|
d="m 660,1057 h 51 v 65.001 h -51 z"
|
||||||
|
id="path902" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ar">
|
||||||
|
<path
|
||||||
|
d="m 659,517 h 53 v 18 h -53 z"
|
||||||
|
id="path905" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aq">
|
||||||
|
<path
|
||||||
|
d="m 659,500 h 53 v 18 h -53 z"
|
||||||
|
id="path908" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ap">
|
||||||
|
<path
|
||||||
|
d="m 648,112 h 73 v 60 h -73 z"
|
||||||
|
id="path911" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ao">
|
||||||
|
<path
|
||||||
|
d="m 826,1056 h 59 v 60 h -59 z"
|
||||||
|
id="path914" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="an">
|
||||||
|
<path
|
||||||
|
d="M 805,276 H 905 V 376 H 805 Z"
|
||||||
|
id="path917" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="am">
|
||||||
|
<path
|
||||||
|
d="m 145,1063.8 h 74.152 v 45.21 H 145 Z"
|
||||||
|
id="path920" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="al">
|
||||||
|
<path
|
||||||
|
d="m 151,667 h 57 v 57 h -57 z"
|
||||||
|
id="path923" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ak">
|
||||||
|
<path
|
||||||
|
d="m 154,697 h 51 v 51 h -51 z"
|
||||||
|
id="path926" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aj">
|
||||||
|
<path
|
||||||
|
d="m 500.04,864.45 h 36.012 v 67.52 H 500.04 Z"
|
||||||
|
id="path929" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ai">
|
||||||
|
<path
|
||||||
|
d="m 836,870.54 h 47 v 55.539 h -47 z"
|
||||||
|
id="path932" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ah">
|
||||||
|
<path
|
||||||
|
d="m 318.03,702.35 h 62.848 v 37.991 H 318.03 Z"
|
||||||
|
id="path935" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ag">
|
||||||
|
<path
|
||||||
|
d="m 485.03,133.35 h 62.847 v 37.991 H 485.03 Z"
|
||||||
|
id="path938" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="af">
|
||||||
|
<path
|
||||||
|
d="m 493.37,677.93 h 45.643 v 68.067 H 493.37 Z"
|
||||||
|
id="path941" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ae">
|
||||||
|
<path
|
||||||
|
d="m 144.34,1018.2 h 71.467 v 78 H 144.34 Z"
|
||||||
|
id="path944" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ad">
|
||||||
|
<path
|
||||||
|
d="m 293.21,1068.6 66.323,-38.292 36.047,62.435 -66.323,38.292 z"
|
||||||
|
id="path947" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ac">
|
||||||
|
<path
|
||||||
|
d="m 488.86,1054.5 h 10 v 10.706 h -10 z"
|
||||||
|
id="path950" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="ab">
|
||||||
|
<path
|
||||||
|
d="m 508,1066.8 h 10.001 v 10.705 H 508 Z"
|
||||||
|
id="path953" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="aa">
|
||||||
|
<path
|
||||||
|
d="m 525,1045.8 h 10 v 10.706 h -10 z"
|
||||||
|
id="path956" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="z">
|
||||||
|
<path
|
||||||
|
d="m 836,1043.7 h 25.5 v 31.5 H 836 Z"
|
||||||
|
id="path959" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="y">
|
||||||
|
<path
|
||||||
|
d="m 838,1062.2 h 24 v 24 h -24 z"
|
||||||
|
id="path962" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="x">
|
||||||
|
<path
|
||||||
|
d="m 134,489.24 h 7 v 6 h -7 z"
|
||||||
|
id="path965" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="w">
|
||||||
|
<path
|
||||||
|
d="m 216,489.24 h 7 v 6 h -7 z"
|
||||||
|
id="path968" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="v">
|
||||||
|
<path
|
||||||
|
d="m 838,477.24 h 22 v 22 h -22 z"
|
||||||
|
id="path971" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="u">
|
||||||
|
<path
|
||||||
|
d="m 704,1061.2 h 25 v 25 h -25 z"
|
||||||
|
id="path974" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="t">
|
||||||
|
<path
|
||||||
|
d="m 663.04,1078.6 -1.808,-3.514 -21.07,-47.453 c 13.336,-18.439 48.336,-26.938 73.836,-3.439 0.842,0 6.476,6.246 6,7 l -18.386,25.895 c -0.483,0.765 -1.453,0.946 -2.177,0.431 l -15.505,-11.011 c -0.359,-0.255 -0.847,-0.153 -1.07,0.238 l -18.272,31.869 c -0.218,0.384 -0.502,0.578 -0.782,0.578 -0.282,0 -0.561,-0.197 -0.766,-0.594"
|
||||||
|
id="path977" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="s">
|
||||||
|
<path
|
||||||
|
d="m 127,820.24 h 100 v 100 H 127 Z"
|
||||||
|
id="path980" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="r">
|
||||||
|
<path
|
||||||
|
d="m 809,680.24 c 0,-22.092 17.908,-40 40,-40 22.092,0 40,17.908 40,40 0,22.091 -17.908,40 -40,40 -22.092,0 -40,-17.909 -40,-40"
|
||||||
|
id="path983" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="q">
|
||||||
|
<path
|
||||||
|
d="m 658,469.24 h 44 v 45 h -44 z"
|
||||||
|
id="path986" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="p">
|
||||||
|
<path
|
||||||
|
d="m 651,271.24 h 58 v 58 h -58 z"
|
||||||
|
id="path989" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="o">
|
||||||
|
<path
|
||||||
|
d="m 662,307.24 h 38 v 8 h -38 z"
|
||||||
|
id="path992" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="n">
|
||||||
|
<path
|
||||||
|
d="m 858.98,137.24 c 0.013,-0.101 0.021,-0.203 0.021,-0.307 v -6.693 h 15.75 c 1.237,0 2.25,-1.013 2.25,-2.25 v -11.25 l -27,-4.5 -27,4.5 v -2.25 l 27,-4.5 27,4.5 v -27 c 0,-1.237 -1.013,-2.25 -2.25,-2.25 h -49.5 c -1.237,0 -2.25,1.013 -2.25,2.25 v -4.25 h 54 v 54 z m -35.979,0 v -9.25 c 0,1.237 1.013,2.25 2.25,2.25 h 15.75 v 6.693 c 0,0.104 0.007,0.207 0.02,0.307 z m 22.5,-7 h 9 v 4.5 h -9 z m 1.125,-9 c -0.62,0 -1.125,-0.506 -1.125,-1.125 v -2.25 c 0,-0.619 0.505,-1.125 1.125,-1.125 h 6.75 c 0.619,0 1.125,0.506 1.125,1.125 v 2.25 c 0,0.619 -0.506,1.125 -1.125,1.125 z"
|
||||||
|
id="path995" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="m">
|
||||||
|
<path
|
||||||
|
d="m 531.27,136.24 c 6.325,-2.29 10.727,-8.277 10.727,-15.484 0,-11.316 -10.2,-20.563 -25.65,-34.575 l -4.35,-3.941 -4.35,3.941 c -15.45,14.012 -25.65,23.259 -25.65,34.575 V 81.24 h 60 v 55 z m -26.983,0 c 2.995,-1.052 5.686,-2.883 7.71,-5.25 2.024,2.367 4.715,4.198 7.71,5.25 z m -22.29,0 v -15.484 c 0,7.207 4.402,13.194 10.727,15.484 z"
|
||||||
|
id="path998" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="l">
|
||||||
|
<path
|
||||||
|
d="m 648,79.241 h 64 v 64 h -64 z"
|
||||||
|
id="path1001" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="k">
|
||||||
|
<path
|
||||||
|
d="m 500,691.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.037 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.463 -5.5,-5.5"
|
||||||
|
id="path1004" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="j">
|
||||||
|
<path
|
||||||
|
d="m 500,669.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1007" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="i">
|
||||||
|
<path
|
||||||
|
d="m 494,680.74 c 0,-3.037 2.462,-5.5 5.5,-5.5 3.038,0 5.5,2.463 5.5,5.5 0,3.038 -2.462,5.5 -5.5,5.5 -3.038,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1010" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="h">
|
||||||
|
<path
|
||||||
|
d="m 513,691.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.037 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.463 -5.5,-5.5"
|
||||||
|
id="path1013" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="g">
|
||||||
|
<path
|
||||||
|
d="m 513,669.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1016" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="f-0">
|
||||||
|
<path
|
||||||
|
d="m 507,680.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1019" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="e-7">
|
||||||
|
<path
|
||||||
|
d="m 520,680.74 c 0,-3.037 2.463,-5.5 5.5,-5.5 3.037,0 5.5,2.463 5.5,5.5 0,3.038 -2.463,5.5 -5.5,5.5 -3.037,0 -5.5,-2.462 -5.5,-5.5"
|
||||||
|
id="path1022" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="d-8">
|
||||||
|
<path
|
||||||
|
d="m 321,322.24 c -4.97,0 -9,-4.029 -9,-9 0,-4.97 4.03,-9 9,-9 h 45 c 4.971,0 9,4.03 9,9 0,4.971 -4.029,9 -9,9 z"
|
||||||
|
id="path1025" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="c">
|
||||||
|
<path
|
||||||
|
d="m 322,297.24 c -4.971,0 -9,-4.029 -9,-9 0,-4.97 4.029,-9 9,-9 h 45 c 4.971,0 9,4.03 9,9 0,4.971 -4.029,9 -9,9 z"
|
||||||
|
id="path1028" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="b-6">
|
||||||
|
<path
|
||||||
|
d="m 155,83.24 h 44 v 53 h -44 z"
|
||||||
|
id="path1031" />
|
||||||
|
</clipPath>
|
||||||
|
<filter
|
||||||
|
id="filter2174"
|
||||||
|
x="-0.15989"
|
||||||
|
y="-0.094876997"
|
||||||
|
width="1.3198"
|
||||||
|
height="1.1898"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.25608494"
|
||||||
|
id="feGaussianBlur1034" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="82"
|
||||||
|
inkscape:window-x="1920"
|
||||||
|
inkscape:cy="58.557277"
|
||||||
|
inkscape:cx="101.82337"
|
||||||
|
inkscape:zoom="11.313709"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview27"
|
||||||
|
inkscape:window-height="1904"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid878"
|
||||||
|
type="xygrid"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="active-center"
|
||||||
|
transform="translate(0,-3.0103603)">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070867,-2.3157885,35.375001)"
|
||||||
|
id="use1626">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect715"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-70.000003,80)"
|
||||||
|
id="use1638">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect709"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path711"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:0.997926"
|
||||||
|
d="m 25.528792,-17.988925 c -0.0339,0 -0.06805,0.01274 -0.09385,0.03868 l -1.094816,1.094816 -1.095847,-1.094816 c -0.05137,-0.05052 -0.13376,-0.05052 -0.185133,0 -0.05052,0.05137 -0.05052,0.133761 0,0.185135 l 1.096362,1.096362 -1.094816,1.095847 c -0.05052,0.05137 -0.05052,0.133762 0,0.185133 0.05137,0.05052 0.133762,0.05052 0.185134,0 l 1.095847,-1.094815 1.094815,1.094815 c 0.05161,0.05188 0.135585,0.05188 0.187197,0 0.05052,-0.05137 0.05052,-0.133762 0,-0.185133 l -1.095846,-1.095847 1.094299,-1.096362 c 0.05052,-0.05137 0.05052,-0.133761 0,-0.185135 -0.02581,-0.02595 -0.05945,-0.03868 -0.09334,-0.03868 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
transform="translate(1.0078055)">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684212,32.375001)"
|
||||||
|
id="use1624">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect4383"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000003,77)"
|
||||||
|
id="use1644">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect4387"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path4389"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke-width:1.0006"
|
||||||
|
d="m 25.531971,-17.99246 c -0.03399,0 -0.06823,0.01277 -0.09411,0.03879 l -1.097746,1.097747 -1.098781,-1.097747 c -0.05151,-0.05066 -0.134119,-0.05066 -0.18563,0 -0.05066,0.05151 -0.05066,0.134119 0,0.18563 l 1.099298,1.099298 -1.097747,1.09878 c -0.05066,0.05151 -0.05066,0.134121 0,0.185629 0.05151,0.05066 0.13412,0.05066 0.18563,0 l 1.098781,-1.097746 1.097746,1.097746 c 0.05175,0.05202 0.135948,0.05202 0.187699,0 0.05066,-0.05151 0.05066,-0.13412 0,-0.185629 l -1.098781,-1.09878 1.097229,-1.099298 c 0.05066,-0.05151 0.05066,-0.13412 0,-0.18563 -0.02587,-0.02602 -0.0596,-0.03879 -0.09359,-0.03879 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<path
|
||||||
|
id="path529"
|
||||||
|
style="fill:#ff3232;fill-opacity:1;stroke:none;stroke-width:2.14878;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
|
||||||
|
d="m 3,30 c -0.103875,0 -0.205545,0.0054 -0.306641,0.01563 -0.101095,0.01021 -0.201006,0.02501 -0.298828,0.04492 -0.09782,0.01992 -0.195009,0.04509 -0.289062,0.07422 -0.09405,0.02913 -0.185602,0.06176 -0.275391,0.09961 -0.08979,0.03785 -0.176689,0.08088 -0.261719,0.126953 -0.08503,0.04608 -0.168272,0.09658 -0.248047,0.150391 -0.07977,0.05381 -0.156443,0.110833 -0.230468,0.171875 -0.07403,0.06104 -0.14511,0.125578 -0.212891,0.193359 -0.06778,0.06778 -0.132318,0.138865 -0.193359,0.212891 -0.06104,0.07403 -0.118069,0.150696 -0.171875,0.230468 -0.05381,0.07978 -0.104314,0.163018 -0.150391,0.248047 -0.04608,0.08503 -0.0891,0.17193 -0.126953,0.261719 -0.03785,0.08979 -0.07048,0.181338 -0.09961,0.275391 -0.02913,0.09405 -0.0543,0.19124 -0.07422,0.289062 -0.01992,0.09782 -0.03472,0.197727 -0.04492,0.298823 C 0.005419,32.794455 0,32.896125 0,33 v 1 3 3 2 7 3 3 1 c 0,0.103875 0.0054,0.205545 0.01563,0.306641 0.01021,0.101096 0.02501,0.201006 0.04492,0.298828 0.01992,0.09782 0.04509,0.195009 0.07422,0.289062 0.02913,0.09405 0.06176,0.185602 0.09961,0.275391 0.03785,0.08979 0.08088,0.176689 0.126953,0.261719 0.04608,0.08503 0.09658,0.168271 0.150391,0.248047 0.05381,0.07977 0.110834,0.156442 0.171875,0.230468 0.06104,0.07403 0.125578,0.14511 0.193359,0.212891 0.06778,0.06778 0.138865,0.132318 0.212891,0.193359 0.07403,0.06104 0.150694,0.118069 0.230468,0.171875 0.07977,0.05381 0.163018,0.104314 0.248047,0.150391 0.08503,0.04608 0.171931,0.0891 0.261719,0.126953 0.08979,0.03785 0.181338,0.07048 0.275391,0.09961 0.09405,0.02913 0.19124,0.0543 0.289062,0.07422 0.09782,0.01992 0.197733,0.03472 0.298828,0.04492 C 2.794455,58.994581 2.896125,59 3,59 H 4 15.320312 20 24 28.679688 40 41 c 0.10388,0 0.20555,-0.0054 0.30664,-0.01563 0.1011,-0.01021 0.20101,-0.02501 0.29883,-0.04492 0.0978,-0.01992 0.19501,-0.04509 0.28906,-0.07422 0.094,-0.02913 0.1856,-0.06176 0.27539,-0.09961 0.0898,-0.03785 0.17669,-0.08088 0.26172,-0.126953 0.085,-0.04608 0.16827,-0.09658 0.24805,-0.150391 0.0798,-0.05381 0.15644,-0.110833 0.23047,-0.171875 0.074,-0.06104 0.14511,-0.125578 0.21289,-0.193359 0.0678,-0.06778 0.13231,-0.138865 0.19336,-0.212891 0.061,-0.07403 0.11806,-0.150694 0.17187,-0.230468 0.0538,-0.07978 0.10432,-0.163018 0.15039,-0.248047 0.0461,-0.08503 0.0891,-0.17193 0.12696,-0.261719 0.0378,-0.08979 0.0705,-0.181338 0.0996,-0.275391 0.0291,-0.09405 0.0543,-0.19124 0.0742,-0.289062 0.0199,-0.09782 0.0347,-0.197732 0.0449,-0.298828 C 43.99458,56.205545 44,56.103875 44,56 v -1 -3 -2 -1 -5 -1 -3 -1 c 0,-4.985965 -4.01404,-9 -9,-9 H 34 28.679688 24 20 4 Z" />
|
||||||
|
<path
|
||||||
|
d="m 28.296084,37.500525 c -0.179753,0 -0.360828,0.06752 -0.497666,0.205098 l -5.805252,5.805257 -5.810728,-5.805257 c -0.272406,-0.267908 -0.709262,-0.267908 -0.981668,0 -0.267909,0.272406 -0.267909,0.709267 0,0.981673 l 5.813459,5.813459 -5.805257,5.810722 c -0.267908,0.272407 -0.267908,0.709273 0,0.98167 0.272406,0.267908 0.709272,0.267908 0.981669,0 l 5.810727,-5.805252 5.805251,5.805252 c 0.273676,0.275104 0.718936,0.275104 0.992612,0 0.267908,-0.272408 0.267908,-0.709273 0,-0.98167 l -5.810723,-5.810722 5.802516,-5.813459 c 0.267908,-0.272406 0.267908,-0.709267 0,-0.981673 -0.13684,-0.137582 -0.315215,-0.205098 -0.494915,-0.205098 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:5.2915"
|
||||||
|
id="path420"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(45.999604)">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684212,32.375001)"
|
||||||
|
id="g25386">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect25384"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000003,77)"
|
||||||
|
id="g25392">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect25388"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path25390"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke-width:1.0006"
|
||||||
|
d="m 25.531971,-17.99246 c -0.03399,0 -0.06823,0.01277 -0.09411,0.03879 l -1.097746,1.097747 -1.098781,-1.097747 c -0.05151,-0.05066 -0.134119,-0.05066 -0.18563,0 -0.05066,0.05151 -0.05066,0.134119 0,0.18563 l 1.099298,1.099298 -1.097747,1.09878 c -0.05066,0.05151 -0.05066,0.134121 0,0.185629 0.05151,0.05066 0.13412,0.05066 0.18563,0 l 1.098781,-1.097746 1.097746,1.097746 c 0.05175,0.05202 0.135948,0.05202 0.187699,0 0.05066,-0.05151 0.05066,-0.13412 0,-0.185629 l -1.098781,-1.09878 1.097229,-1.099298 c 0.05066,-0.05151 0.05066,-0.13412 0,-0.18563 -0.02587,-0.02602 -0.0596,-0.03879 -0.09359,-0.03879 z" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(0,30)"
|
||||||
|
style="opacity:0.5">
|
||||||
|
<path
|
||||||
|
id="path833"
|
||||||
|
style="fill:#ff3232;fill-opacity:1;stroke:none;stroke-width:2.14878;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
|
||||||
|
d="m 3,30 c -0.103875,0 -0.205545,0.0054 -0.306641,0.01563 -0.101095,0.01021 -0.201006,0.02501 -0.298828,0.04492 -0.09782,0.01992 -0.195009,0.04509 -0.289062,0.07422 -0.09405,0.02913 -0.185602,0.06176 -0.275391,0.09961 -0.08979,0.03785 -0.176689,0.08088 -0.261719,0.126953 -0.08503,0.04608 -0.168272,0.09658 -0.248047,0.150391 -0.07977,0.05381 -0.156443,0.110833 -0.230468,0.171875 -0.07403,0.06104 -0.14511,0.125578 -0.212891,0.193359 -0.06778,0.06778 -0.132318,0.138865 -0.193359,0.212891 -0.06104,0.07403 -0.118069,0.150696 -0.171875,0.230468 -0.05381,0.07978 -0.104314,0.163018 -0.150391,0.248047 -0.04608,0.08503 -0.0891,0.17193 -0.126953,0.261719 -0.03785,0.08979 -0.07048,0.181338 -0.09961,0.275391 -0.02913,0.09405 -0.0543,0.19124 -0.07422,0.289062 -0.01992,0.09782 -0.03472,0.197727 -0.04492,0.298823 C 0.005419,32.794455 0,32.896125 0,33 v 1 3 3 2 7 3 3 1 c 0,0.103875 0.0054,0.205545 0.01563,0.306641 0.01021,0.101096 0.02501,0.201006 0.04492,0.298828 0.01992,0.09782 0.04509,0.195009 0.07422,0.289062 0.02913,0.09405 0.06176,0.185602 0.09961,0.275391 0.03785,0.08979 0.08088,0.176689 0.126953,0.261719 0.04608,0.08503 0.09658,0.168271 0.150391,0.248047 0.05381,0.07977 0.110834,0.156442 0.171875,0.230468 0.06104,0.07403 0.125578,0.14511 0.193359,0.212891 0.06778,0.06778 0.138865,0.132318 0.212891,0.193359 0.07403,0.06104 0.150694,0.118069 0.230468,0.171875 0.07977,0.05381 0.163018,0.104314 0.248047,0.150391 0.08503,0.04608 0.171931,0.0891 0.261719,0.126953 0.08979,0.03785 0.181338,0.07048 0.275391,0.09961 0.09405,0.02913 0.19124,0.0543 0.289062,0.07422 0.09782,0.01992 0.197733,0.03472 0.298828,0.04492 C 2.794455,58.994581 2.896125,59 3,59 H 4 15.320312 20 24 28.679688 40 41 c 0.10388,0 0.20555,-0.0054 0.30664,-0.01563 0.1011,-0.01021 0.20101,-0.02501 0.29883,-0.04492 0.0978,-0.01992 0.19501,-0.04509 0.28906,-0.07422 0.094,-0.02913 0.1856,-0.06176 0.27539,-0.09961 0.0898,-0.03785 0.17669,-0.08088 0.26172,-0.126953 0.085,-0.04608 0.16827,-0.09658 0.24805,-0.150391 0.0798,-0.05381 0.15644,-0.110833 0.23047,-0.171875 0.074,-0.06104 0.14511,-0.125578 0.21289,-0.193359 0.0678,-0.06778 0.13231,-0.138865 0.19336,-0.212891 0.061,-0.07403 0.11806,-0.150694 0.17187,-0.230468 0.0538,-0.07978 0.10432,-0.163018 0.15039,-0.248047 0.0461,-0.08503 0.0891,-0.17193 0.12696,-0.261719 0.0378,-0.08979 0.0705,-0.181338 0.0996,-0.275391 0.0291,-0.09405 0.0543,-0.19124 0.0742,-0.289062 0.0199,-0.09782 0.0347,-0.197732 0.0449,-0.298828 C 43.99458,56.205545 44,56.103875 44,56 v -1 -3 -2 -1 -5 -1 -3 -1 c 0,-4.985965 -4.01404,-9 -9,-9 H 34 28.679688 24 20 4 Z" />
|
||||||
|
<path
|
||||||
|
d="m 28.296084,37.500525 c -0.179753,0 -0.360828,0.06752 -0.497666,0.205098 l -5.805252,5.805257 -5.810728,-5.805257 c -0.272406,-0.267908 -0.709262,-0.267908 -0.981668,0 -0.267909,0.272406 -0.267909,0.709267 0,0.981673 l 5.813459,5.813459 -5.805257,5.810722 c -0.267908,0.272407 -0.267908,0.709273 0,0.98167 0.272406,0.267908 0.709272,0.267908 0.981669,0 l 5.810727,-5.805252 5.805251,5.805252 c 0.273676,0.275104 0.718936,0.275104 0.992612,0 0.267908,-0.272408 0.267908,-0.709273 0,-0.98167 l -5.810723,-5.810722 5.802516,-5.813459 c 0.267908,-0.272406 0.267908,-0.709267 0,-0.981673 -0.13684,-0.137582 -0.315215,-0.205098 -0.494915,-0.205098 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:5.2915"
|
||||||
|
id="path835"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 60 KiB |
|
@ -0,0 +1,206 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="keepabove.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1007"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="-8.4278697"
|
||||||
|
inkscape:cy="-24.863676"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid834" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(-4,22.110913)"
|
||||||
|
id="g860">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect945"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect856"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4179"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="25"
|
||||||
|
y="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="rect862"
|
||||||
|
d="m 36.000977,7.1113282 -0.707032,0.7070313 -6.365234,6.3632815 0.707031,0.707031 6.365235,-6.3632812 6.363281,6.3632812 0.707031,-0.707031 -6.363281,-6.3632815 z"
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4183"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="50"
|
||||||
|
y="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 61.000977,7.1113281 -0.707032,0.7070313 -6.365234,6.3632816 0.707031,0.707031 6.365235,-6.3632813 6.363281,6.3632813 0.707031,-0.707031 -6.363281,-6.3632816 z"
|
||||||
|
id="path885" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4208"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-5e-07"
|
||||||
|
y="26.944544" />
|
||||||
|
<g
|
||||||
|
transform="translate(25,1.9445435)"
|
||||||
|
id="g907">
|
||||||
|
<g
|
||||||
|
id="g880"
|
||||||
|
transform="translate(-29,47.110913)">
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
|
||||||
|
ry="0"
|
||||||
|
y="-21.213203"
|
||||||
|
x="-1"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect876"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect878"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="20.213203"
|
||||||
|
y="2.710328e-09"
|
||||||
|
ry="0"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="opacity:0.1;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect899"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-25"
|
||||||
|
y="25"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(-0.146446,-0.09099)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4164"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0.146446"
|
||||||
|
y="52.090988" />
|
||||||
|
<g
|
||||||
|
transform="translate(25.146446,27.09099)"
|
||||||
|
id="g917">
|
||||||
|
<g
|
||||||
|
transform="translate(-29,47.110913)"
|
||||||
|
id="g913">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect909"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect911"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
ry="0"
|
||||||
|
y="25"
|
||||||
|
x="-25"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect915"
|
||||||
|
style="opacity:0.2;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1,206 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg4306"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="keepbelow.svg"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1007"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.5853273"
|
||||||
|
inkscape:cx="24.295723"
|
||||||
|
inkscape:cy="-37.080705"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid834" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="translate(27)">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4208-6"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-27"
|
||||||
|
y="-49" />
|
||||||
|
<g
|
||||||
|
transform="matrix(1,0,0,-1,-31,26.889087)"
|
||||||
|
id="g880">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect876"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="-1"
|
||||||
|
y="-21.213203"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(-45)"
|
||||||
|
ry="0"
|
||||||
|
y="2.710328e-09"
|
||||||
|
x="20.213203"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect878"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
ry="0"
|
||||||
|
y="-49"
|
||||||
|
x="-27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect899"
|
||||||
|
style="opacity:0.1;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(27)">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
y="-74"
|
||||||
|
x="-27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect854"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
id="g860"
|
||||||
|
transform="matrix(1,0,0,-1,-31,51.889087)">
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
|
||||||
|
ry="0"
|
||||||
|
y="-21.213203"
|
||||||
|
x="-1"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect856"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect858"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="20.213203"
|
||||||
|
y="2.710328e-09"
|
||||||
|
ry="0"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.2;fill:#eaeaea;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect862"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-27"
|
||||||
|
y="-74"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
id="rect4266"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="-22"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(1,17.110913)"
|
||||||
|
id="g897">
|
||||||
|
<rect
|
||||||
|
transform="rotate(135)"
|
||||||
|
ry="0"
|
||||||
|
y="-5.5"
|
||||||
|
x="-9.6421356"
|
||||||
|
height="10"
|
||||||
|
width="1"
|
||||||
|
id="rect870"
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect872"
|
||||||
|
width="1"
|
||||||
|
height="10"
|
||||||
|
x="4.5"
|
||||||
|
y="8.6421356"
|
||||||
|
ry="0"
|
||||||
|
transform="matrix(0.70710678,0.70710678,0.70710678,-0.70710678,0,0)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4179"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="25"
|
||||||
|
y="-22" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="rect900"
|
||||||
|
d="m 29.635742,7.111328 -0.707031,0.7070312 6.365235,6.3632808 0.707031,0.707032 0.707031,-0.707032 6.363281,-6.3632808 -0.707031,-0.7070312 -6.363281,6.363281 z"
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center">
|
||||||
|
<rect
|
||||||
|
transform="scale(1,-1)"
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4183"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="50"
|
||||||
|
y="-22" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.3;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.3651484;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 54.635742,7.111328 -0.707031,0.707031 6.365235,6.363281 0.707031,0.707032 0.707031,-0.707032 6.363281,-6.363281 -0.707031,-0.707031 -6.363281,6.363281 z"
|
||||||
|
id="path919"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1,232 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="maximize.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22">
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.048"
|
||||||
|
width="1.048"
|
||||||
|
y="-0.024"
|
||||||
|
x="-0.024"
|
||||||
|
id="filter11290">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur879"
|
||||||
|
stdDeviation="0.15875313" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-0.0078552,-5.0139e-5)"
|
||||||
|
y2="0.64687002"
|
||||||
|
y1="16.296"
|
||||||
|
x2="16.388"
|
||||||
|
x1="0.73910999"
|
||||||
|
id="linearGradient1005">
|
||||||
|
<stop
|
||||||
|
id="stop882"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#00dc96" />
|
||||||
|
<stop
|
||||||
|
id="stop884"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#14d29b" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:window-height="1904"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.8571436"
|
||||||
|
inkscape:cx="31.309088"
|
||||||
|
inkscape:cy="-8.5909083"
|
||||||
|
inkscape:window-x="1920"
|
||||||
|
inkscape:window-y="82"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid949"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1000"
|
||||||
|
id="use1002"
|
||||||
|
transform="translate(28.476029)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="active-center">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070871,-2.315792,32.375002)"
|
||||||
|
id="use1626">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect3776"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-70.000007,76.999999)"
|
||||||
|
id="use1638">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect3780"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
id="path3782"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 80,-90.000001 c -1.107999,0 -2,0.891997 -2,2 v 8 c 0,1.108003 0.892001,2 2,2 h 8 c 1.108003,0 2,-0.891997 2,-2 v -8 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 8 c 0.554003,0 1,0.446001 1,1 v 8 c 0,0.554003 -0.445997,1 -1,1 h -8 c -0.553999,0 -1,-0.445997 -1,-1 v -8 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
style="enable-background:new">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684208,32.375002)"
|
||||||
|
id="use1624"
|
||||||
|
style="fill:#646464;fill-opacity:1">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect3873"
|
||||||
|
style="opacity:0.003;fill:#646464;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000007,76.999998)"
|
||||||
|
id="use1644"
|
||||||
|
style="opacity:1">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect3883"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<path
|
||||||
|
id="path3885"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 80,-90 c -1.107999,0 -2,0.891997 -2,2 v 8 c 0,1.108003 0.892001,2 2,2 h 8 c 1.108003,0 2,-0.891997 2,-2 v -8 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 8 c 0.554003,0 1,0.446001 1,1 v 8 c 0,0.554003 -0.445997,1 -1,1 h -8 c -0.553999,0 -1,-0.445997 -1,-1 v -8 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
style="enable-background:new">
|
||||||
|
<rect
|
||||||
|
y="1.8900739e-06"
|
||||||
|
x="87.999992"
|
||||||
|
height="27.999994"
|
||||||
|
width="44.000004"
|
||||||
|
id="use1632"
|
||||||
|
style="opacity:0.00100002;fill:#646464;fill-opacity:1;stroke-width:1.32665" />
|
||||||
|
<g
|
||||||
|
id="use1646"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,17.99999,76.999998)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect7255"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 23.283336,-18.256249 c -0.293158,0 -0.529167,0.236007 -0.529167,0.529166 v 2.116666 c 0,0.29316 0.236009,0.529167 0.529167,0.529167 l 2.116667,1e-6 c 0.293159,0 0.529166,-0.236007 0.529166,-0.529167 v -2.116667 c 0,-0.293159 -0.236007,-0.529166 -0.529166,-0.529166 z m 0,0.264583 2.116667,0 c 0.14658,0 0.264583,0.118005 0.264583,0.264583 v 2.116667 c 0,0.14658 -0.118003,0.264584 -0.264583,0.264584 l -2.116667,-1e-6 c -0.146579,0 -0.264584,-0.118004 -0.264584,-0.264584 v -2.116666 c 0,-0.146578 0.118005,-0.264583 0.264584,-0.264583 z"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="path7257"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="translate(0,-8.000073)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.15;fill:#ffffff;fill-rule:evenodd;stroke-width:0.272245;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect19751"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
x="-3.5527137e-15"
|
||||||
|
y="37"
|
||||||
|
ry="3.000073" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 17.000002,44.084429 c -1.10796,0.0093 -2.000001,0.891998 -2.000001,2.000001 v 10.000002 c 0,1.108002 0.892041,2.009343 2.000001,1.999997 L 27,58.000072 c 1.107964,-0.0093 2.000001,-0.891995 2.000001,-1.999997 V 46.000073 c 0,-1.108003 -0.892037,-2.009347 -2.000001,-2.000001 z m 0,0.999998 L 27,45.00007 c 0.553983,-0.0047 0.999999,0.446003 0.999999,1.000003 v 10.000002 c 0,0.554003 -0.446016,0.995326 -0.999999,0.999999 l -9.999998,0.08436 c -0.553979,0.0047 -0.999999,-0.445996 -0.999999,-0.999999 V 46.08443 c 0,-0.554 0.44602,-0.99533 0.999999,-1.000003 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:0.999999"
|
||||||
|
id="path13200"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(0,21)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.1;fill:#ffffff;fill-rule:evenodd;stroke-width:0.272245;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect25529"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
x="-3.5527137e-15"
|
||||||
|
y="37"
|
||||||
|
ry="3" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 17.000002,44.084429 c -1.10796,0.0093 -2.000001,0.891998 -2.000001,2.000001 v 10.000002 c 0,1.108002 0.892041,2.009343 2.000001,1.999997 L 27,58.000072 c 1.107964,-0.0093 2.000001,-0.891995 2.000001,-1.999997 V 46.000073 c 0,-1.108003 -0.892037,-2.009347 -2.000001,-2.000001 z m 0,0.999998 L 27,45.00007 c 0.553983,-0.0047 0.999999,0.446003 0.999999,1.000003 v 10.000002 c 0,0.554003 -0.446016,0.995326 -0.999999,0.999999 l -9.999998,0.08436 c -0.553979,0.0047 -0.999999,-0.445996 -0.999999,-0.999999 V 46.08443 c 0,-0.554 0.44602,-0.99533 0.999999,-1.000003 z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:0.999999"
|
||||||
|
id="path25531"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.8 KiB |
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Win12OS-dark
|
||||||
|
X-KDE-PluginInfo-Author=yeyushengfan258
|
||||||
|
X-KDE-PluginInfo-Category=
|
||||||
|
X-KDE-PluginInfo-Depends=
|
||||||
|
X-KDE-PluginInfo-Email=yeyushengfan258@outlook.com
|
||||||
|
X-KDE-PluginInfo-EnabledByDefault=true
|
||||||
|
X-KDE-PluginInfo-License=GPL v3
|
||||||
|
X-KDE-PluginInfo-Name=Win12OS-dark
|
||||||
|
X-KDE-PluginInfo-Version=1.0
|
|
@ -0,0 +1,269 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="minimize.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata26">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs24">
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.048"
|
||||||
|
width="1.048"
|
||||||
|
y="-0.024"
|
||||||
|
x="-0.024"
|
||||||
|
id="filter11290">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur879"
|
||||||
|
stdDeviation="0.15875313" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-0.0078552,-5.0139e-5)"
|
||||||
|
y2="0.89802998"
|
||||||
|
y1="16.296"
|
||||||
|
x2="16.136999"
|
||||||
|
x1="0.73910999"
|
||||||
|
id="linearGradient1005">
|
||||||
|
<stop
|
||||||
|
id="stop882"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#ff963c" />
|
||||||
|
<stop
|
||||||
|
id="stop884"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#ffdc55" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.1658"
|
||||||
|
width="1.1702"
|
||||||
|
y="-0.082921997"
|
||||||
|
x="-0.085106999"
|
||||||
|
id="filter1223">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur887"
|
||||||
|
stdDeviation="0.33551144" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:window-height="1904"
|
||||||
|
id="namedview22"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="8"
|
||||||
|
inkscape:cx="13.5"
|
||||||
|
inkscape:cy="34.1875"
|
||||||
|
inkscape:window-x="1920"
|
||||||
|
inkscape:window-y="82"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid949"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1051"
|
||||||
|
id="use1053"
|
||||||
|
transform="translate(27.966102)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,3.5000031,-1.0000045)"
|
||||||
|
id="active-center"
|
||||||
|
style="enable-background:new">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,8.8304688)"
|
||||||
|
id="use1626">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect13196"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,20.6375)"
|
||||||
|
id="use1638">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect13190"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="0.13229166"
|
||||||
|
rx="0"
|
||||||
|
y="-16.668749"
|
||||||
|
x="23.018749"
|
||||||
|
height="0.26458332"
|
||||||
|
width="2.6458347"
|
||||||
|
id="rect13192"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,48.500005,-45.000007)"
|
||||||
|
id="inactive-center"
|
||||||
|
style="enable-background:new">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,20.472136)"
|
||||||
|
id="use1624">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect13301"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,32.279166)"
|
||||||
|
id="use1644">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect13291"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="0.13229166"
|
||||||
|
rx="0"
|
||||||
|
y="-16.668749"
|
||||||
|
x="23.018751"
|
||||||
|
height="0.26458332"
|
||||||
|
width="2.6458337"
|
||||||
|
id="rect13293"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke-width:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,93.499991,-45.000007)"
|
||||||
|
id="deactivated-center"
|
||||||
|
style="enable-background:new">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,20.472136)"
|
||||||
|
id="g15892">
|
||||||
|
<rect
|
||||||
|
y="-9.7895832"
|
||||||
|
x="0.52916652"
|
||||||
|
height="8.4666662"
|
||||||
|
width="10.054167"
|
||||||
|
id="rect15890"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(-19.446877,32.279166)"
|
||||||
|
id="g15898">
|
||||||
|
<rect
|
||||||
|
y="-19.579166"
|
||||||
|
x="21.431252"
|
||||||
|
height="5.8208332"
|
||||||
|
width="5.8208332"
|
||||||
|
id="rect15894"
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007" />
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="0.13229166"
|
||||||
|
rx="0"
|
||||||
|
y="-16.668749"
|
||||||
|
x="23.018749"
|
||||||
|
height="0.26458332"
|
||||||
|
width="2.645838"
|
||||||
|
id="rect15896"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke-width:1.00001" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="translate(0,1.0000114)">
|
||||||
|
<rect
|
||||||
|
style="color:#232629;opacity:0.15;fill:#ffffff;fill-opacity:1;stroke-width:3.80431"
|
||||||
|
id="rect13204"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
x="0"
|
||||||
|
y="28"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="2.9999886" />
|
||||||
|
<rect
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:4.472"
|
||||||
|
id="rect17445"
|
||||||
|
width="14.000004"
|
||||||
|
height="0.99999994"
|
||||||
|
x="14.999996"
|
||||||
|
y="41.999989"
|
||||||
|
rx="0"
|
||||||
|
ry="0.49999997"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(0,30.000011)">
|
||||||
|
<rect
|
||||||
|
style="color:#232629;opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:3.80431"
|
||||||
|
id="rect42665"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
x="0"
|
||||||
|
y="28"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="2.999989" />
|
||||||
|
<rect
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:4.472"
|
||||||
|
id="rect42669"
|
||||||
|
width="14.000004"
|
||||||
|
height="0.99999994"
|
||||||
|
x="14.999996"
|
||||||
|
y="41.999989"
|
||||||
|
rx="0"
|
||||||
|
ry="0.49999997"
|
||||||
|
class="ColorScheme-Text" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 7.3 KiB |
|
@ -0,0 +1,214 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4306"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
version="1.1"
|
||||||
|
style="enable-background:new"
|
||||||
|
sodipodi:docname="restore.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata24">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs22" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:window-height="1904"
|
||||||
|
id="namedview20"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="10.727273"
|
||||||
|
inkscape:cx="56.211863"
|
||||||
|
inkscape:cy="6.1991524"
|
||||||
|
inkscape:window-x="1920"
|
||||||
|
inkscape:window-y="82"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4306"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid74"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1000"
|
||||||
|
id="use1002"
|
||||||
|
transform="translate(28.476029)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="active-center"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,3.5000015,-1.0000027)"
|
||||||
|
style="enable-background:new">
|
||||||
|
<g
|
||||||
|
id="use1626"
|
||||||
|
transform="matrix(1.1578947,0,0,0.87500005,-1.538762,8.8304688)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723"
|
||||||
|
id="rect17516"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916652"
|
||||||
|
y="-9.7895832" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1638"
|
||||||
|
transform="translate(-19.446877,20.6375)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect17510"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
id="path17512"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 83,-91 c -0.741067,0 -1.379047,0.404199 -1.724609,1 H 88 c 1.107999,0 2,0.892001 2,2 l 0,6.724609 C 90.595797,-81.620953 91,-82.258925 91,-83 l 0,-5 c 0,-1.661998 -1.337998,-3 -3,-3 z m -3,3 c -1.107999,0 -2,0.891997 -2,2 l 0,6 c 0,1.108003 0.892001,2 2,2 h 6 c 1.108003,0 2,-0.891997 2,-2 l 0,-6 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 6 c 0.554003,0 1,0.446001 1,1 l 0,6 c 0,0.554003 -0.445997,1 -1,1 h -6 c -0.553999,0 -1,-0.445997 -1,-1 l 0,-6 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
sodipodi:nodetypes="scsscssssssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="inactive-center"
|
||||||
|
style="enable-background:new"
|
||||||
|
transform="translate(1.0000001)">
|
||||||
|
<g
|
||||||
|
id="use1624"
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684208,32.375002)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723"
|
||||||
|
id="rect17618"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916652"
|
||||||
|
y="-9.7895832" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="use1644"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000007,76.999998)"
|
||||||
|
style="opacity:1">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect17622"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
id="path17624"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 83,-91 c -0.741067,0 -1.379047,0.404199 -1.724609,1 H 88 c 1.107999,0 2,0.892001 2,2 v 6.724609 C 90.595797,-81.620953 91,-82.258925 91,-83 v -5 c 0,-1.661998 -1.337998,-3 -3,-3 z m -3,3 c -1.107999,0 -2,0.891997 -2,2 v 6 c 0,1.108003 0.892001,2 2,2 h 6 c 1.108003,0 2,-0.891997 2,-2 v -6 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 h 6 c 0.554003,0 1,0.446001 1,1 v 6 c 0,0.554003 -0.445997,1 -1,1 h -6 c -0.553999,0 -1,-0.445997 -1,-1 v -6 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
sodipodi:nodetypes="scsscssssssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="deactivated-center"
|
||||||
|
transform="translate(45.999996)"
|
||||||
|
style="enable-background:new">
|
||||||
|
<g
|
||||||
|
id="g21014"
|
||||||
|
transform="matrix(4.376295,0,0,3.3070868,41.684208,32.375002)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.348723"
|
||||||
|
id="rect21012"
|
||||||
|
width="10.054167"
|
||||||
|
height="8.4666662"
|
||||||
|
x="0.52916652"
|
||||||
|
y="-9.7895832" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g21020"
|
||||||
|
transform="matrix(3.7795276,0,0,3.7795276,-26.000007,76.999998)"
|
||||||
|
style="opacity:1">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:0.220007"
|
||||||
|
id="rect21016"
|
||||||
|
width="5.8208332"
|
||||||
|
height="5.8208332"
|
||||||
|
x="21.431252"
|
||||||
|
y="-19.579166" />
|
||||||
|
<path
|
||||||
|
id="path21018"
|
||||||
|
style="color:#232629;opacity:0.4;fill:#ffffff;fill-opacity:1"
|
||||||
|
d="m 83.000004,-91 c -0.741067,0 -1.379047,0.404199 -1.724609,1 l 6.724609,0 c 1.107999,0 2,0.892001 2,2 v 6.724609 c 0.595797,-0.345562 1,-0.983534 1,-1.724609 v -5 c 0,-1.661998 -1.337998,-3 -3,-3 z m -3,3 c -1.107999,0 -2,0.891997 -2,2 v 6 c 0,1.108003 0.892001,2 2,2 l 6,0 c 1.108003,0 2,-0.891997 2,-2 v -6 c 0,-1.108003 -0.891997,-2 -2,-2 z m 0,1 6,0 c 0.554003,0 1,0.446001 1,1 v 6 c 0,0.554003 -0.445997,1 -1,1 l -6,0 c -0.553999,0 -1,-0.445997 -1,-1 v -6 c 0,-0.553999 0.446001,-1 1,-1 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,2.1166685,5.5562504)"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
sodipodi:nodetypes="scsscssssssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="hover-center"
|
||||||
|
transform="translate(0,1.0000038)">
|
||||||
|
<rect
|
||||||
|
style="color:#232629;opacity:0.15;fill:#ffffff;fill-opacity:1;stroke-width:3.80431"
|
||||||
|
id="rect13204"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
y="27.999996"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="3" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 19.999999,34.000002 c -0.741067,0 -1.379047,0.404197 -1.72461,0.999998 L 27,34.999998 c 1.107999,0 2.000002,0.892003 2.000002,2.000002 l -3e-6,8.72461 c 0.595797,-0.345563 0.999998,-0.983532 0.999998,-1.724606 L 30,37 c 1e-6,-1.661999 -1.337998,-3 -3,-3 z m -3,2.999995 c -1.107999,0 -1.999998,0.891999 -1.999998,2.000001 l -3e-6,8.000003 c 0,1.108003 0.891999,2.000001 1.999998,2.000001 L 25,49 c 1.108002,0 1.999997,-0.891998 1.999997,-2.000001 L 27,38.999996 c 0,-1.108002 -0.891995,-2.000001 -1.999997,-2.000001 z m 0,1.000003 8.000004,-2e-6 c 0.554003,0 0.999998,0.445999 0.999998,0.999998 l -3e-6,8.000003 c 0,0.554003 -0.445995,1.000003 -0.999998,1.000003 l -8.000004,2e-6 c -0.553999,0 -0.999999,-0.446 -0.999999,-1.000003 L 16,38.999998 C 16,38.445999 16.446,38 16.999999,38 Z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:3.77953"
|
||||||
|
id="path22568"
|
||||||
|
sodipodi:nodetypes="scsscssssssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="pressed-center"
|
||||||
|
transform="translate(0,30.000006)">
|
||||||
|
<rect
|
||||||
|
style="color:#232629;opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:3.80431"
|
||||||
|
id="rect29842"
|
||||||
|
width="44"
|
||||||
|
height="28"
|
||||||
|
x="9.5367432e-07"
|
||||||
|
y="27.999996"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
ry="2.9999979" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 19.999999,34.000002 c -0.741067,0 -1.379047,0.404197 -1.72461,0.999998 L 27,34.999998 c 1.107999,0 2.000002,0.892003 2.000002,2.000002 l -3e-6,8.72461 c 0.595797,-0.345563 0.999998,-0.983532 0.999998,-1.724606 L 30,37 c 1e-6,-1.661999 -1.337998,-3 -3,-3 z m -3,2.999995 c -1.107999,0 -1.999998,0.891999 -1.999998,2.000001 l -3e-6,8.000003 c 0,1.108003 0.891999,2.000001 1.999998,2.000001 L 25,49 c 1.108002,0 1.999997,-0.891998 1.999997,-2.000001 L 27,38.999996 c 0,-1.108002 -0.891995,-2.000001 -1.999997,-2.000001 z m 0,1.000003 8.000004,-2e-6 c 0.554003,0 0.999998,0.445999 0.999998,0.999998 l -3e-6,8.000003 c 0,0.554003 -0.445995,1.000003 -0.999998,1.000003 l -8.000004,2e-6 c -0.553999,0 -0.999999,-0.446 -0.999999,-1.000003 L 16,38.999998 C 16,38.445999 16.446,38 16.999999,38 Z"
|
||||||
|
style="color:#232629;fill:#ffffff;fill-opacity:1;stroke-width:3.77953"
|
||||||
|
id="path29846"
|
||||||
|
sodipodi:nodetypes="scsscssssssssssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9.2 KiB |
|
@ -0,0 +1,149 @@
|
||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=true
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=90,90,90
|
||||||
|
BackgroundNormal=77,77,77
|
||||||
|
DecorationFocus=0,120,215
|
||||||
|
DecorationHover=66,156,227
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=0,188,212
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=48,48,48
|
||||||
|
BackgroundNormal=40,40,40
|
||||||
|
DecorationFocus=30,146,255
|
||||||
|
DecorationHover=61,174,230
|
||||||
|
ForegroundActive=246,116,0
|
||||||
|
ForegroundInactive=175,176,179
|
||||||
|
ForegroundLink=61,174,230
|
||||||
|
ForegroundNegative=237,21,21
|
||||||
|
ForegroundNeutral=201,206,59
|
||||||
|
ForegroundNormal=239,240,241
|
||||||
|
ForegroundPositive=17,209,22
|
||||||
|
ForegroundVisited=61,174,230
|
||||||
|
|
||||||
|
[Colors:Header]
|
||||||
|
BackgroundAlternate=40,40,40
|
||||||
|
BackgroundNormal=32,32,32
|
||||||
|
DecorationFocus=0,120,215
|
||||||
|
DecorationHover=66,156,227
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=0,188,212
|
||||||
|
|
||||||
|
[Colors:Header][Inactive]
|
||||||
|
BackgroundAlternate=48,48,48
|
||||||
|
BackgroundNormal=42,42,42
|
||||||
|
DecorationFocus=0,120,215
|
||||||
|
DecorationHover=66,156,227
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=255,255,255,150
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=0,188,212
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=29,153,243
|
||||||
|
BackgroundNormal=0,120,215
|
||||||
|
DecorationFocus=0,120,215
|
||||||
|
DecorationHover=66,156,227
|
||||||
|
ForegroundActive=252,252,252
|
||||||
|
ForegroundInactive=255,255,255
|
||||||
|
ForegroundLink=253,188,75
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=189,195,199
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=40,40,40
|
||||||
|
BackgroundNormal=32,32,32
|
||||||
|
DecorationFocus=0,120,215
|
||||||
|
DecorationHover=66,156,227
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=223,223,223
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=0,188,212
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=48,48,48
|
||||||
|
BackgroundNormal=48,48,48
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=100,187,255
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=223,223,223
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=0,188,212
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=48,48,48
|
||||||
|
BackgroundNormal=40,40,40
|
||||||
|
BackgroundInactive=40,40,40
|
||||||
|
DecorationFocus=0,120,215
|
||||||
|
DecorationHover=66,156,227
|
||||||
|
DecorationInactive=0,120,215
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=255,109,0
|
||||||
|
ForegroundNormal=223,223,223
|
||||||
|
ForegroundPositive=1,162,153
|
||||||
|
ForegroundVisited=0,188,212
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=Win11OSDark
|
||||||
|
Name=Win11OSDark
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=4
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=40,40,40
|
||||||
|
activeBlend=40,40,40
|
||||||
|
activeForeground=223,223,223
|
||||||
|
inactiveBackground=46,46,46
|
||||||
|
inactiveBlend=46,46,46
|
||||||
|
inactiveForeground=105,105,105
|
|
@ -0,0 +1,147 @@
|
||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=true
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=239,239,239
|
||||||
|
BackgroundNormal=242,242,242
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=0,145,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=153,153,153
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=51,51,51
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=54,57,62
|
||||||
|
BackgroundNormal=33,35,41
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=0,145,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=153,153,153
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[Colors:Header]
|
||||||
|
BackgroundAlternate=240,240,240
|
||||||
|
BackgroundNormal=247,247,247
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=0,145,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=153,153,153
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=51,51,51
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[Colors:Header][Inactive]
|
||||||
|
BackgroundAlternate=230,230,230
|
||||||
|
BackgroundNormal=237,237,237
|
||||||
|
DecorationFocus=52,118,207
|
||||||
|
DecorationHover=127,170,207
|
||||||
|
ForegroundActive=255,128,224,150
|
||||||
|
ForegroundInactive=153,153,153
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=51,51,51,150
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=82,148,226
|
||||||
|
BackgroundNormal=0,120,212
|
||||||
|
DecorationFocus=127,195,255
|
||||||
|
DecorationHover=87,163,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=142,203,233
|
||||||
|
ForegroundLink=138,204,244
|
||||||
|
ForegroundNegative=156,14,14
|
||||||
|
ForegroundNeutral=255,221,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=128,255,128
|
||||||
|
ForegroundVisited=206,45,251
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=51,51,51
|
||||||
|
BackgroundNormal=44,44,44
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=0,145,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=136,136,136
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=221,221,221
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=245,245,245
|
||||||
|
BackgroundNormal=228,228,228
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=0,145,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=136,136,136
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=51,51,51
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=238,238,238
|
||||||
|
BackgroundNormal=228,228,228
|
||||||
|
DecorationFocus=0,120,212
|
||||||
|
DecorationHover=0,145,255
|
||||||
|
ForegroundActive=255,128,224
|
||||||
|
ForegroundInactive=153,153,153
|
||||||
|
ForegroundLink=66,133,244
|
||||||
|
ForegroundNegative=191,3,3
|
||||||
|
ForegroundNeutral=176,128,0
|
||||||
|
ForegroundNormal=51,51,51
|
||||||
|
ForegroundPositive=0,110,40
|
||||||
|
ForegroundVisited=224,64,251
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=Win11OSLight
|
||||||
|
Name=Win11OSLight
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=4
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=222,222,222
|
||||||
|
activeBlend=153,153,153
|
||||||
|
activeForeground=120,120,120
|
||||||
|
inactiveBackground=222,222,222
|
||||||
|
inactiveBlend=222,222,222
|
||||||
|
inactiveForeground=170,170,170
|
|
@ -0,0 +1,119 @@
|
||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=false
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=130,130,130
|
||||||
|
BackgroundNormal=68,68,68
|
||||||
|
DecorationFocus=180,180,180
|
||||||
|
DecorationHover=45,200,255
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=189,195,199
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=250,250,250
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=127,140,141
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=66,66,66
|
||||||
|
BackgroundNormal=51,51,51
|
||||||
|
DecorationFocus=49,91,239
|
||||||
|
DecorationHover=49,91,239
|
||||||
|
ForegroundActive=246,116,0
|
||||||
|
ForegroundInactive=136,136,136
|
||||||
|
ForegroundLink=49,91,239
|
||||||
|
ForegroundNegative=237,21,21
|
||||||
|
ForegroundNeutral=201,206,59
|
||||||
|
ForegroundNormal=222,222,222
|
||||||
|
ForegroundPositive=17,209,22
|
||||||
|
ForegroundVisited=49,91,239
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=79,127,239
|
||||||
|
BackgroundNormal=45,200,255
|
||||||
|
DecorationFocus=60,60,60
|
||||||
|
DecorationHover=234,234,234
|
||||||
|
ForegroundActive=252,252,252
|
||||||
|
ForegroundInactive=50,150,255
|
||||||
|
ForegroundLink=253,188,75
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=128,152,239
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=77,77,77
|
||||||
|
BackgroundNormal=50,50,50
|
||||||
|
DecorationFocus=60,60,60
|
||||||
|
DecorationHover=234,234,234
|
||||||
|
ForegroundActive=49,91,239
|
||||||
|
ForegroundInactive=189,195,199
|
||||||
|
ForegroundLink=49,91,239
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=222,222,222
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=127,140,141
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=50,50,50
|
||||||
|
BackgroundNormal=30,30,30
|
||||||
|
DecorationFocus=80,80,80
|
||||||
|
DecorationHover=130,130,130
|
||||||
|
ForegroundActive=49,91,239
|
||||||
|
ForegroundInactive=255,255,255
|
||||||
|
ForegroundLink=49,91,239
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=234,234,234
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=120,120,120
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=66,66,66
|
||||||
|
BackgroundNormal=40,40,40
|
||||||
|
DecorationFocus=180,180,180
|
||||||
|
DecorationHover=130,130,130
|
||||||
|
ForegroundActive=49,91,239
|
||||||
|
ForegroundInactive=136,136,136
|
||||||
|
ForegroundLink=49,91,239
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=222,222,222
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=250,250,250
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=Win12OSDark
|
||||||
|
Name=Win12OSDark
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=0
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=51,51,51
|
||||||
|
activeBlend=171,171,171
|
||||||
|
activeForeground=222,222,222
|
||||||
|
inactiveBackground=66,66,66
|
||||||
|
inactiveBlend=234,234,234
|
||||||
|
inactiveForeground=234,234,234
|
|
@ -0,0 +1,576 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="100"
|
||||||
|
height="100"
|
||||||
|
version="1"
|
||||||
|
id="svg121"
|
||||||
|
sodipodi:docname="background.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata125">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="960"
|
||||||
|
id="namedview123"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
inkscape:zoom="9.44"
|
||||||
|
inkscape:cx="45.444915"
|
||||||
|
inkscape:cy="46.504237"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg121"
|
||||||
|
inkscape:snap-nodes="false"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1008" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs14">
|
||||||
|
<linearGradient
|
||||||
|
id="a">
|
||||||
|
<stop
|
||||||
|
stop-opacity=".5098"
|
||||||
|
offset="0"
|
||||||
|
id="stop2" />
|
||||||
|
<stop
|
||||||
|
stop-opacity="0"
|
||||||
|
offset="1"
|
||||||
|
id="stop4" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
id="g"
|
||||||
|
cx="74.929764"
|
||||||
|
cy="25.070358"
|
||||||
|
r="1.6471"
|
||||||
|
gradientTransform="matrix(-22.463762,2.0567614e-5,2.0567566e-5,22.46371,1712.2039,-534.17482)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
xlink:href="#a"
|
||||||
|
fx="74.929764"
|
||||||
|
fy="25.070358" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="linearGradient957"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.71429,0,0,3,-317.71,3175.1)"
|
||||||
|
x1="83.326836"
|
||||||
|
y1="-965.03333"
|
||||||
|
x2="83.326836"
|
||||||
|
y2="-952.70001" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient963"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
cx="5.3529"
|
||||||
|
cy="50.292"
|
||||||
|
r="1.6471" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient904"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-22.463762,2.0567614e-5,2.0567566e-5,22.46371,1712.2039,-534.17482)"
|
||||||
|
cx="74.929764"
|
||||||
|
cy="25.070358"
|
||||||
|
fx="74.929764"
|
||||||
|
fy="25.070358"
|
||||||
|
r="1.6471" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient906"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
cx="5.3529"
|
||||||
|
cy="50.292"
|
||||||
|
r="1.6471" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="linearGradient914"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.71429,0,0,3,-317.71,3175.1)"
|
||||||
|
x1="83.326836"
|
||||||
|
y1="-965.03333"
|
||||||
|
x2="83.326836"
|
||||||
|
y2="-952.70001" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient922"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-22.463762,2.0567614e-5,2.0567566e-5,22.46371,1712.2039,-534.17482)"
|
||||||
|
cx="74.929764"
|
||||||
|
cy="25.070358"
|
||||||
|
fx="74.929764"
|
||||||
|
fy="25.070358"
|
||||||
|
r="1.6471" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient924"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
cx="5.3529"
|
||||||
|
cy="50.292"
|
||||||
|
r="1.6471" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="linearGradient932"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.71429,0,0,3,-317.71,3175.1)"
|
||||||
|
x1="83.326836"
|
||||||
|
y1="-965.03333"
|
||||||
|
x2="83.326836"
|
||||||
|
y2="-952.70001" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient940"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-22.463762,2.0567614e-5,2.0567566e-5,22.46371,1712.2039,-534.17482)"
|
||||||
|
cx="74.929764"
|
||||||
|
cy="25.070358"
|
||||||
|
fx="74.929764"
|
||||||
|
fy="25.070358"
|
||||||
|
r="1.6471" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="radialGradient942"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
cx="5.3529"
|
||||||
|
cy="50.292"
|
||||||
|
r="1.6471" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#a"
|
||||||
|
id="linearGradient950"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.71429,0,0,3,-317.71,3175.1)"
|
||||||
|
x1="83.326836"
|
||||||
|
y1="-965.03333"
|
||||||
|
x2="83.326836"
|
||||||
|
y2="-952.70001" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
transform="matrix(-1,0,0,0.84,309,-186.88)"
|
||||||
|
id="shadow-left">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.35;fill:url(#linearGradient950)"
|
||||||
|
id="rect944"
|
||||||
|
height="30"
|
||||||
|
width="50"
|
||||||
|
y="288"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.5;fill:none;stroke-width:0.516398"
|
||||||
|
id="rect946"
|
||||||
|
height="7.9999976"
|
||||||
|
width="50"
|
||||||
|
y="280"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(0,1,0.84,0,-186.88,-209)"
|
||||||
|
id="shadow-bottom">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.35;fill:url(#linearGradient932)"
|
||||||
|
id="rect926"
|
||||||
|
height="30"
|
||||||
|
width="50"
|
||||||
|
y="288"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.5;fill:none;stroke-width:0.516398"
|
||||||
|
id="rect928"
|
||||||
|
height="7.9999976"
|
||||||
|
width="50"
|
||||||
|
y="280"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(1,0,0,-0.84,-209,286.88)"
|
||||||
|
id="shadow-right">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.35;fill:url(#linearGradient914)"
|
||||||
|
id="rect908"
|
||||||
|
height="30"
|
||||||
|
width="50"
|
||||||
|
y="288"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.5;fill:none;stroke-width:0.516398"
|
||||||
|
id="rect910"
|
||||||
|
height="7.9999976"
|
||||||
|
width="50"
|
||||||
|
y="280"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(-1.1176497,0,0,1.1176497,112.82289,-122.93312)"
|
||||||
|
id="shadow-topleft">
|
||||||
|
<g
|
||||||
|
style="fill:url(#radialGradient963)"
|
||||||
|
id="g94"
|
||||||
|
transform="matrix(0,4.25,-4.25,0,295.74,106.19)">
|
||||||
|
<path
|
||||||
|
style="color:#000000;opacity:0.35;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:url(#g);stroke-width:4.75001144;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="M -9 -9 L -9 29 L 21 29 A 8 8 0 0 1 29 21 L 29 -9 L -9 -9 z "
|
||||||
|
transform="matrix(0,0.21052582,0.21052582,0,0.89471333,45.833751)"
|
||||||
|
id="path92" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(0,-1,-0.84,0,286.88,309)"
|
||||||
|
id="shadow-top">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.35;fill:url(#linearGradient957)"
|
||||||
|
id="rect81"
|
||||||
|
height="30"
|
||||||
|
width="50"
|
||||||
|
y="288"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.5;fill:none;stroke-width:0.516398"
|
||||||
|
id="rect905"
|
||||||
|
height="7.9999976"
|
||||||
|
width="50"
|
||||||
|
y="280"
|
||||||
|
x="-307"
|
||||||
|
transform="rotate(-90)" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#050505;fill-opacity:0.85882"
|
||||||
|
id="top"
|
||||||
|
transform="matrix(-0.84,0,0,1.1431836,230.6,-267.08435)">
|
||||||
|
<path
|
||||||
|
d="m 190,252 h 50 v 6.998 h -50 z"
|
||||||
|
id="path58"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.7;fill:#000000;fill-opacity:1;stroke-width:0.999864" />
|
||||||
|
<path
|
||||||
|
d="m 190,252 h 50 v 0.87475 h -50 z"
|
||||||
|
id="path945"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.001;fill:#ffffff;fill-opacity:1;stroke-width:0.353505" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(0,-1.1176497,-1.1176497,0,222.93312,112.82072)"
|
||||||
|
id="shadow-topright">
|
||||||
|
<g
|
||||||
|
style="fill:url(#radialGradient906)"
|
||||||
|
id="g900"
|
||||||
|
transform="matrix(0,4.25,-4.25,0,295.74,106.19)">
|
||||||
|
<path
|
||||||
|
style="color:#000000;opacity:0.35;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:url(#radialGradient904);stroke-width:4.75001;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="m -9,-9 v 38 h 30 a 8,8 0 0 1 8,-8 V -9 Z"
|
||||||
|
transform="matrix(0,0.21052582,0.21052582,0,0.89471333,45.833751)"
|
||||||
|
id="path898" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1176497,0,0,-1.1176497,-12.82289,222.93313)"
|
||||||
|
id="shadow-bottomright">
|
||||||
|
<g
|
||||||
|
style="fill:url(#radialGradient924)"
|
||||||
|
id="g918"
|
||||||
|
transform="matrix(0,4.25,-4.25,0,295.74,106.19)">
|
||||||
|
<path
|
||||||
|
style="color:#000000;opacity:0.35;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:url(#radialGradient922);stroke-width:4.75001;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="m -9,-9 v 38 h 30 a 8,8 0 0 1 8,-8 V -9 Z"
|
||||||
|
transform="matrix(0,0.21052582,0.21052582,0,0.89471333,45.833751)"
|
||||||
|
id="path916" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(0,1.1176497,1.1176497,0,-122.93312,-12.82289)"
|
||||||
|
id="shadow-bottomleft">
|
||||||
|
<g
|
||||||
|
style="fill:url(#radialGradient942)"
|
||||||
|
id="g936"
|
||||||
|
transform="matrix(0,4.25,-4.25,0,295.74,106.19)">
|
||||||
|
<path
|
||||||
|
style="color:#000000;opacity:0.35;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:url(#radialGradient940);stroke-width:4.75001;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="m -9,-9 v 38 h 30 a 8,8 0 0 1 8,-8 V -9 Z"
|
||||||
|
transform="matrix(0,0.21052582,0.21052582,0,0.89471333,45.833751)"
|
||||||
|
id="path934" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(0,0.84000003,2,0,-539,-182.36001)"
|
||||||
|
id="mask-left">
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path16"
|
||||||
|
d="m 254,347 h 50 l 10e-6,4 h -50 z" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="fill:#000000;stroke-width:0.84000021"
|
||||||
|
height="42.000011"
|
||||||
|
width="42.000011"
|
||||||
|
y="31"
|
||||||
|
x="163"
|
||||||
|
id="mask-center" />
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(2,0,0,2,-403,-671)"
|
||||||
|
id="mask-topright">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path20"
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="m 308,351 a 4,4 0 0 0 -4,-4 v 4 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(0.83999947,0,0,2,-50.359848,-671)"
|
||||||
|
id="mask-top">
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path23"
|
||||||
|
d="m 254,347 h 50 l 10e-6,4 h -50 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(0,0.84000003,-2,0,907,-182.36001)"
|
||||||
|
id="mask-right">
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path26"
|
||||||
|
d="m 254,347 h 50 l 10e-6,4 h -50 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(-1.75,0,0,1.75,694,-584.25)"
|
||||||
|
id="mask-topleft">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path29"
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;stroke-width:1.14286;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="M 303.42857,347 A 4.5714286,4.5714286 0 0 1 308,351.57143 h -4.57143 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(0.83999947,0,0,-2,-50.359848,775)"
|
||||||
|
id="mask-bottom">
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path32"
|
||||||
|
d="m 254,347 h 50 l 10e-6,4 h -50 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(2.0000014,0,0,-2.0000014,-295.00034,883.00055)"
|
||||||
|
id="mask-bottomright">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path35"
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="m 250,401 a 4,4 0 0 1 4,4 h -4 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#000000"
|
||||||
|
transform="matrix(-2,0,0,-2,771,883)"
|
||||||
|
id="mask-bottomleft">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path38"
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="m 308,405 a 4,4 0 0 0 -4,-4 v 4 z" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
id="hint-stretch-borders"
|
||||||
|
x="7.5"
|
||||||
|
y="2.4414062e-06"
|
||||||
|
width="5"
|
||||||
|
height="5"
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#e4720c;color-rendering:auto;image-rendering:auto;shape-rendering:auto" />
|
||||||
|
<g
|
||||||
|
style="fill:#050505;fill-opacity:0.85882"
|
||||||
|
id="right"
|
||||||
|
transform="matrix(-1.1428561,0,0,0.84000003,288.14267,-188.56001)">
|
||||||
|
<path
|
||||||
|
d="m 183,259 v 50 l 7,10e-6 v -50 z"
|
||||||
|
id="path52"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.7;fill:#000000;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#050505;fill-opacity:0.85882"
|
||||||
|
id="left"
|
||||||
|
transform="matrix(-1.1428577,0,0,0.83999986,303.28586,-188.55996)">
|
||||||
|
<path
|
||||||
|
d="m 247,259 v 50 l -7,10e-6 v -50 z"
|
||||||
|
id="path55"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.7;fill:#000000;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#050505;fill-opacity:0.85882"
|
||||||
|
id="bottom"
|
||||||
|
transform="matrix(0.84,0,0,-1.1428711,-130.6,367.00353)">
|
||||||
|
<path
|
||||||
|
d="m 190,252 h 50 v 6.9999 h -50 z"
|
||||||
|
id="path67"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:0.7;fill:#000000;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="topright">
|
||||||
|
<path
|
||||||
|
d="m 71,20.999 a 8,8 0 0 1 8,8 h -8 z"
|
||||||
|
style="color:#000000;opacity:0.7;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;fill-opacity:1;stroke-width:2;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
id="path61"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path1252"
|
||||||
|
style="color:#000000;opacity:0.001;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#ffffff;fill-opacity:1;stroke-width:2;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="M 71 20.998047 L 71 21.998047 A 8 8 0 0 1 78.935547 28.998047 L 79 28.998047 A 8 8 0 0 0 71 20.998047 z " />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="bottomleft">
|
||||||
|
<path
|
||||||
|
d="m 29,79 a 8,8 0 0 1 -8,-8 h 8 z"
|
||||||
|
style="color:#000000;opacity:0.7;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;fill-opacity:1;stroke-width:2;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
id="path70"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#050505;fill-opacity:0.85882"
|
||||||
|
id="bottomright"
|
||||||
|
transform="matrix(0,-2.00025,-2.00025,0,174.89098,85.00075)">
|
||||||
|
<path
|
||||||
|
d="M 3.0004976,51.939 A 3.9995024,3.9995024 0 0 1 7,47.939498 V 51.939 Z"
|
||||||
|
style="color:#000000;opacity:0.7;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;fill-opacity:1;stroke-width:0.99987561;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
id="path73"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="opacity:0.7;fill:#000000;stroke-width:0.83999997;fill-opacity:1"
|
||||||
|
height="42"
|
||||||
|
width="42"
|
||||||
|
y="-71.000092"
|
||||||
|
x="-71"
|
||||||
|
transform="scale(-1)"
|
||||||
|
id="center" />
|
||||||
|
<rect
|
||||||
|
height="4"
|
||||||
|
width="30"
|
||||||
|
y="48.000004"
|
||||||
|
x="-9"
|
||||||
|
id="shadow-hint-left-margin"
|
||||||
|
style="fill:#f99133" />
|
||||||
|
<rect
|
||||||
|
height="4"
|
||||||
|
width="30"
|
||||||
|
y="48.000004"
|
||||||
|
x="79"
|
||||||
|
id="shadow-hint-right-margin"
|
||||||
|
style="fill:#f99133" />
|
||||||
|
<rect
|
||||||
|
height="30"
|
||||||
|
width="4"
|
||||||
|
y="-8.9999971"
|
||||||
|
x="48"
|
||||||
|
id="shadow-hint-top-margin"
|
||||||
|
style="fill:#f99133" />
|
||||||
|
<rect
|
||||||
|
style="fill:#f99133"
|
||||||
|
height="30"
|
||||||
|
width="4"
|
||||||
|
y="79"
|
||||||
|
x="48"
|
||||||
|
id="shadow-hint-bottom-margin" />
|
||||||
|
<g
|
||||||
|
style="fill:#050505;fill-opacity:0.85882"
|
||||||
|
id="topleft"
|
||||||
|
transform="matrix(0,2,2,0,-74.878,15)"
|
||||||
|
inkscape:transform-center-x="-7.7901595">
|
||||||
|
<path
|
||||||
|
d="m 7,47.939 a 4,4 0 0 0 -4,4 h 4 z"
|
||||||
|
style="color:#000000;opacity:0.7;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#000000;fill-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
id="path64"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path904"
|
||||||
|
style="color:#000000;opacity:0.001;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#ffffff;fill-opacity:1;stroke-width:2;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
d="M 29 21 A 8 8 0 0 0 21 29 L 21.068359 29 A 8 8 0 0 1 29 22 L 29 21 z "
|
||||||
|
transform="matrix(0,0.5,0.5,0,-7.5,37.439)" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#37a4f5;stroke-width:1.41421342;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
height="7.9999981"
|
||||||
|
width="4"
|
||||||
|
y="21.000002"
|
||||||
|
x="48"
|
||||||
|
id="hint-top-margin" />
|
||||||
|
<rect
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#37a4f5;stroke-width:1.41421354;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
height="4"
|
||||||
|
width="8"
|
||||||
|
y="48.000004"
|
||||||
|
x="71"
|
||||||
|
id="hint-right-margin" />
|
||||||
|
<rect
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#37a4f5;stroke-width:1.41421354;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
height="4"
|
||||||
|
width="8"
|
||||||
|
y="48.000004"
|
||||||
|
x="21"
|
||||||
|
id="hint-left-margin" />
|
||||||
|
<rect
|
||||||
|
style="color:#000000;isolation:auto;mix-blend-mode:normal;solid-color:#000000;fill:#37a4f5;stroke-width:1.41420543;color-rendering:auto;image-rendering:auto;shape-rendering:auto"
|
||||||
|
height="7.9999084"
|
||||||
|
width="4"
|
||||||
|
y="71.000092"
|
||||||
|
x="48"
|
||||||
|
id="hint-bottom-margin" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1,102 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="TeamViewer.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata18">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs16" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ebebeb"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="989"
|
||||||
|
id="namedview14"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="4.90625"
|
||||||
|
inkscape:cx="-18.44586"
|
||||||
|
inkscape:cy="50.140127"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showguides="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid864"
|
||||||
|
originx="0"
|
||||||
|
originy="0"
|
||||||
|
spacingy="1"
|
||||||
|
spacingx="1"
|
||||||
|
units="px"
|
||||||
|
visible="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="22-22-TeamViewer">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="32"
|
||||||
|
y="10.000001"
|
||||||
|
id="rect2" />
|
||||||
|
<path
|
||||||
|
d="m 43.000001,13.000001 c -4.411221,0 -8,3.588779 -8,8 0,4.41122 3.588779,8 8,8 4.411221,0 8,-3.58878 8,-8 0,-4.411221 -3.588779,-8 -8,-8 z m 0,15.247643 c -3.996373,0 -7.247639,-3.251273 -7.247639,-7.247643 0,-3.996373 3.251266,-7.247639 7.247639,-7.247639 3.996373,0 7.247639,3.251266 7.247639,7.247639 0,3.99637 -3.251266,7.247643 -7.247639,7.247643 z"
|
||||||
|
id="path6-3"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m 44.830261,18.266874 c -0.120341,0.06612 -0.195129,0.192453 -0.195129,0.329757 v 0.880784 h -3.270304 v -0.880821 c 0,-0.137267 -0.07477,-0.263661 -0.19513,-0.329757 -0.120337,-0.06609 -0.267074,-0.06135 -0.38294,0.01227 l -3.779246,2.403403 c -0.108555,0.06908 -0.174311,0.188805 -0.174311,0.317422 0,0.128616 0.0658,0.24839 0.174311,0.317419 l 3.779246,2.403405 c 0.115824,0.07362 0.262573,0.07832 0.38294,0.01229 0.120342,-0.06611 0.19513,-0.192453 0.19513,-0.329759 v -0.880786 h 3.270304 v 0.880783 c 0,0.137269 0.07476,0.263665 0.195129,0.32976 0.05653,0.03101 0.118834,0.04642 0.18105,0.04642 0.07024,0 0.140434,-0.01968 0.201891,-0.05875 l 3.779245,-2.403403 c 0.108572,-0.06904 0.174326,-0.188803 0.174326,-0.317421 0,-0.128618 -0.06579,-0.248389 -0.174326,-0.317421 l -3.779245,-2.403398 c -0.115851,-0.07347 -0.2626,-0.07821 -0.382941,-0.01219 z m 0.557232,1.586685 v -0.571938 l 2.702047,1.71838 -2.702047,1.718383 v -0.571939 c 0,-0.207729 -0.168411,-0.376182 -0.376182,-0.376182 h -4.02262 c -0.207771,0 -0.376182,0.168453 -0.376182,0.376182 v 0.571939 l -2.702047,-1.718383 2.702047,-1.71838 v 0.571938 c 0,0.207728 0.168411,0.376176 0.376182,0.376176 h 4.022657 c 0.207734,0 0.376145,-0.168411 0.376145,-0.376176 z"
|
||||||
|
id="path8-6"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="TeamViewer">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="rect7" />
|
||||||
|
<path
|
||||||
|
d="m 18.745416,11.900373 c -0.180509,0.09914 -0.292685,0.288679 -0.292685,0.494637 v 1.321176 h -4.905462 v -1.321233 c 0,-0.205901 -0.112176,-0.395495 -0.292686,-0.494637 -0.180509,-0.09909 -0.40063,-0.09197 -0.574424,0.01845 l -5.66886,3.605106 c -0.162847,0.1036 -0.261481,0.283206 -0.261481,0.47613 0,0.192923 0.09863,0.372586 0.261481,0.476129 l 5.66886,3.605106 c 0.173738,0.110428 0.393859,0.117481 0.574424,0.01845 0.18051,-0.09914 0.292686,-0.28868 0.292686,-0.494637 v -1.321177 h 4.905462 v 1.321177 c 0,0.205901 0.112176,0.395495 0.292685,0.494637 0.08475,0.0465 0.178252,0.06963 0.271582,0.06963 0.105406,0 0.210642,-0.02951 0.302843,-0.08814 L 24.9887,16.47607 c 0.162848,-0.103599 0.261482,-0.283206 0.261482,-0.476129 0,-0.192923 -0.09863,-0.372586 -0.261482,-0.476129 l -5.668859,-3.605107 c -0.173795,-0.110258 -0.393915,-0.117367 -0.574425,-0.01834 z m 0.83585,2.380025 v -0.857913 l 4.053079,2.577575 -4.053079,2.577575 v -0.857913 c 0,-0.311588 -0.252623,-0.564267 -0.564268,-0.564267 h -6.03394 c -0.311645,0 -0.564268,0.252679 -0.564268,0.564267 v 0.857913 L 8.365711,16.00006 12.41879,13.422485 v 0.857913 c 0,0.311588 0.252623,0.564267 0.564268,0.564267 h 6.033997 c 0.311588,0 0.564211,-0.252622 0.564211,-0.564267 z"
|
||||||
|
id="path8"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||||
|
<circle
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="circle5488"
|
||||||
|
cx="16"
|
||||||
|
cy="16"
|
||||||
|
r="13.500022" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.4 KiB |
|
@ -0,0 +1,154 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
viewBox="0 0 8.4666665 8.4666669"
|
||||||
|
version="1.1"
|
||||||
|
id="svg847"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
sodipodi:docname="activities.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<defs
|
||||||
|
id="defs841" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="39.364382"
|
||||||
|
inkscape:cy="7.8918168"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
showgrid="true"
|
||||||
|
units="px"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:showpageshadow="false"
|
||||||
|
inkscape:lockguides="false"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1410"
|
||||||
|
originx="-8.4666677"
|
||||||
|
originy="-2.6458333" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata844">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
<style
|
||||||
|
id="current-color-scheme" />
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-8.4666681,-2.6458333)">
|
||||||
|
<g
|
||||||
|
id="g2420"
|
||||||
|
transform="translate(12.964583)">
|
||||||
|
<path
|
||||||
|
id="rect864"
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 16.933334,3.4395833 c -0.293158,0 -0.529166,0.2360083 -0.529166,0.5291667 v 2.3812499 c 0,0.2931583 0.236008,0.5291667 0.529166,0.5291667 h 2.38125 c 0.293159,0 0.529167,-0.2360084 0.529167,-0.5291667 V 3.96875 c 0,-0.2931584 -0.236008,-0.5291667 -0.529167,-0.5291667 z m 0,0.2645833 h 2.38125 c 0.14658,0 0.264584,0.1180043 0.264584,0.2645834 v 2.3812499 c 0,0.1465792 -0.118004,0.2645834 -0.264584,0.2645834 h -2.38125 c -0.146579,0 -0.264583,-0.1180042 -0.264583,-0.2645834 V 3.96875 c 0,-0.1465791 0.118004,-0.2645834 0.264583,-0.2645834 z" />
|
||||||
|
<path
|
||||||
|
id="path1542"
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 16.139584,4.2333334 c -0.293158,0 -0.529166,0.2360083 -0.529166,0.5291667 V 7.14375 c 0,0.2931583 0.236008,0.5291667 0.529166,0.5291667 h 2.38125 c 0.293159,0 0.529167,-0.2360084 0.529167,-0.5291667 V 4.7625001 c 0,-0.2931584 -0.236008,-0.5291667 -0.529167,-0.5291667 z m 0,0.2645833 h 2.38125 c 0.14658,0 0.264584,0.1180043 0.264584,0.2645834 V 7.14375 c 0,0.1465792 -0.118004,0.2645834 -0.264584,0.2645834 h -2.38125 c -0.146579,0 -0.264583,-0.1180042 -0.264583,-0.2645834 V 4.7625001 c 0,-0.1465791 0.118004,-0.2645834 0.264583,-0.2645834 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g2253"
|
||||||
|
transform="translate(-2.1166667,2.6458333)">
|
||||||
|
<path
|
||||||
|
id="rect1966"
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m -20,-6 c -1.662,0 -3,1.3379999 -3,3 v 13 c 0,1.662 1.338,3 3,3 h 13 c 1.6620001,0 3,-1.338 3,-3 V -3 c 0,-1.6620001 -1.3379999,-3 -3,-3 z m 0,1 h 13 c 1.1079996,0 2,0.8920004 2,2 v 13 c 0,1.108 -0.8920004,2 -2,2 h -13 c -1.108,0 -2,-0.892 -2,-2 V -3 c 0,-1.1079996 0.892,-2 2,-2 z"
|
||||||
|
transform="matrix(0.26458333,0,0,0.26458333,8.4666681,2.6458333)" />
|
||||||
|
<path
|
||||||
|
id="path2249"
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 1.8520838,2.38125 c -0.4397375,0 -0.79375,0.3540125 -0.79375,0.79375 v 3.4395833 c 0,0.4397375 0.3540125,0.79375 0.79375,0.79375 h 3.4395833 c 0.4397375,0 0.79375,-0.3540125 0.79375,-0.79375 V 3.175 c 0,-0.4397375 -0.3540125,-0.79375 -0.79375,-0.79375 z m 0,0.2645833 h 3.4395833 c 0.2931582,0 0.5291667,0.2360085 0.5291667,0.5291667 v 3.4395833 c 0,0.2931583 -0.2360085,0.5291667 -0.5291667,0.5291667 H 1.8520838 c -0.2931583,0 -0.5291667,-0.2360084 -0.5291667,-0.5291667 V 3.175 c 0,-0.2931582 0.2360084,-0.5291667 0.5291667,-0.5291667 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-activities">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.003;fill:#000000;stroke-width:0.363802"
|
||||||
|
id="rect1430-3-7-5"
|
||||||
|
width="5.8208323"
|
||||||
|
height="5.8208323"
|
||||||
|
x="17.462502"
|
||||||
|
y="2.6458333" />
|
||||||
|
<g
|
||||||
|
id="g1303"
|
||||||
|
transform="translate(14.022917,5.8208334)">
|
||||||
|
<path
|
||||||
|
id="rect867"
|
||||||
|
style="fill:#fefefe;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
|
||||||
|
d="m 6.3500004,-1.0583333 c -0.4397375,0 -0.79375,0.35401248 -0.79375,0.79374997 V 1.3229166 c 0,0.4397375 0.3540125,0.7937501 0.79375,0.79375 l 1.5875001,-10e-8 c 0.4397375,0 0.79375,-0.3540125 0.79375,-0.79375 v -1.58749989 c 0,-0.43973749 -0.3540125,-0.79374991 -0.79375,-0.79374991 z m 0,0.26458331 1.5875001,-6e-8 c 0.2931583,-1e-8 0.5291666,0.23600833 0.5291666,0.52916666 V 1.3229165 c 0,0.2931583 -0.2360083,0.5291667 -0.5291666,0.5291667 l -1.5875001,1e-7 C 6.0568421,1.8520834 5.8208338,1.6160749 5.8208338,1.3229166 v -1.58749993 c 0,-0.29315833 0.2360083,-0.52916665 0.5291666,-0.52916666 z"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
<path
|
||||||
|
id="path1169"
|
||||||
|
style="fill:#fefefe;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
|
||||||
|
d="m 5.5562504,-1.8520833 c -0.439738,0 -0.79375,0.3540125 -0.79375,0.79375 v 1.58749992 c 0,0.34684997 0.2203247,0.64026678 0.5291667,0.74879148 V 0.98805329 C 5.1332192,0.89683189 5.0270838,0.72584722 5.0270838,0.52916662 V -1.0583333 c 0,-0.2931583 0.2360076,-0.5291667 0.5291666,-0.5291667 l 1.5875001,-1e-7 c 0.1966812,0 0.3676652,0.1061355 0.4588867,0.2645834 H 7.8925419 C 7.7840175,-1.6317585 7.490601,-1.8520834 7.1437505,-1.8520834 Z"
|
||||||
|
sodipodi:nodetypes="sssccssssccss" />
|
||||||
|
<path
|
||||||
|
id="path1171"
|
||||||
|
style="fill:#fefefe;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
|
||||||
|
d="m 4.7625004,-2.6458333 c -0.4397379,0 -0.7937499,0.3540125 -0.7937499,0.79375 v 1.58749992 c 0,0.34685001 0.2203246,0.64026681 0.5291666,0.74879147 V 0.19430333 C 4.3394692,0.10308188 4.2333338,-0.06790277 4.2333338,-0.26458338 V -1.8520833 c 0,-0.2931583 0.2360077,-0.5291667 0.5291666,-0.5291667 l 1.5875001,-10e-8 c 0.1966812,0 0.3676652,0.1061355 0.4588867,0.2645834 H 7.098792 C 6.9902675,-2.4255085 6.696851,-2.6458334 6.3500005,-2.6458334 Z"
|
||||||
|
sodipodi:nodetypes="sssccssssccss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="activities">
|
||||||
|
<rect
|
||||||
|
y="2.6458335"
|
||||||
|
x="8.4666681"
|
||||||
|
height="8.4666662"
|
||||||
|
width="8.4666662"
|
||||||
|
id="rect1430"
|
||||||
|
style="opacity:0.003;fill:#000000;stroke-width:0.529167" />
|
||||||
|
<g
|
||||||
|
id="g3263">
|
||||||
|
<path
|
||||||
|
id="path1305"
|
||||||
|
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 12.435417,5.8208334 c -0.439738,0 -0.79375,0.3540125 -0.79375,0.79375 v 2.6458333 c 0,0.4397375 0.354012,0.7937503 0.79375,0.7937503 h 2.645833 c 0.439738,0 0.79375,-0.3540128 0.79375,-0.7937503 V 6.6145834 c 10e-7,-0.4397375 -0.354012,-0.79375 -0.79375,-0.79375 z m 0,0.2645833 h 2.645833 c 0.293159,0 0.529168,0.2360083 0.529167,0.5291667 v 2.6458333 c 0,0.2931583 -0.236008,0.5291667 -0.529167,0.5291667 h -2.645833 c -0.293158,0 -0.529167,-0.2360084 -0.529167,-0.5291667 V 6.6145834 c 0,-0.2931584 0.236009,-0.5291667 0.529167,-0.5291667 z"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
<path
|
||||||
|
id="path1307"
|
||||||
|
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 11.377084,4.7625001 c -0.439738,0 -0.79375,0.3540125 -0.79375,0.79375 v 2.9104166 c 0,0.34685 0.220325,0.6402668 0.529166,0.7487916 V 8.9255534 C 10.954053,8.834332 10.847917,8.6633473 10.847917,8.4666667 V 5.5562501 c 0,-0.2931583 0.236008,-0.5291667 0.529167,-0.5291667 l 2.910416,-1e-7 c 0.196681,0 0.367665,0.1061355 0.458886,0.2645834 h 0.289905 C 14.927766,4.9828249 14.63435,4.7625 14.2875,4.7625 Z"
|
||||||
|
sodipodi:nodetypes="sssccssssccss" />
|
||||||
|
<path
|
||||||
|
id="path1309"
|
||||||
|
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 10.31875,3.7041667 c -0.4397375,0 -0.7937495,0.3540125 -0.7937495,0.79375 v 2.9104167 c 0,0.34685 0.2203246,0.6402668 0.5291665,0.7487915 V 7.8672201 C 9.8957192,7.7759987 9.7895838,7.605014 9.7895838,7.4083334 V 4.4979167 c 0,-0.2931583 0.2360082,-0.5291667 0.5291662,-0.5291667 h 2.910417 c 0.196681,0 0.367665,0.1061355 0.458887,0.2645834 h 0.289905 C 13.869434,3.9244916 13.576018,3.7041667 13.229167,3.7041667 Z"
|
||||||
|
sodipodi:nodetypes="sssccssssccss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9.7 KiB |
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
id="svg2"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
sodipodi:docname="amarok.svg"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||||
|
<metadata
|
||||||
|
id="metadata13">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1007"
|
||||||
|
id="namedview11"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.8518518"
|
||||||
|
inkscape:cx="25.338882"
|
||||||
|
inkscape:cy="15.299864"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg2" />
|
||||||
|
<defs
|
||||||
|
id="defs3051">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text{color:#fbfbfb}</style>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="22-22-amarok"
|
||||||
|
transform="translate(-22.029289)">
|
||||||
|
<path
|
||||||
|
id="path7"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 11,13 a 8,8 0 1 0 7.166,4.44 C 18.16,17.428 18.142,17.411 18.136,17.4 l 0.007,-0.002 c 0.185,-0.218 0.28,-0.468 0.28,-0.71 a 1.27,1.27 0 0 0 -0.128,-0.493 l 0.006,0.004 c 0,0 -10e-4,-0.124 -0.076,-0.299 a 1.488,1.488 0 0 0 -0.174,-0.3 c 0,0 -0.238,0.037 -0.375,0.062 -0.13,0.024 -0.473,0.214 -0.514,0.236 C 15.45,14.221 13.751,12.958 11,13 Z m 0.2,0.4 a 7.4,7.4 0 0 1 5.605,2.582 c -0.772,0.191 -1.987,0.634 -2.412,0.74 -0.495,0.124 -0.726,0.236 -1.52,0.16 -0.905,-0.085 -1.31,-0.092 -1.549,-0.085 -0.356,-0.032 -0.537,-0.11 -0.537,-0.11 l 0.031,0.352 c -0.237,0.18 -0.713,0.443 -1.693,0.709 -0.636,0.07 -1.166,-0.124 -1.484,0.053 -0.319,0.177 -1.328,0.618 -1.84,0.742 C 5.288,18.667 4.909,18.899 4.6,19 c -0.489,0.16 0.967,2.494 1.6,2.8 l -0.401,0.417 c -0.44,0.3 -0.787,0.32 -0.787,0.32 l 0.023,0.24 c -0.21,0.112 -0.406,0.188 -0.588,0.252 A 7.5,7.5 0 0 1 4,20.5 7.5,7.5 0 0 1 5.104,16.605 7.4,7.4 0 0 1 11.199,13.4 Z m 6.65,4.166 a 7.4,7.4 0 0 1 0.75,3.235 7.4,7.4 0 0 1 -3.325,6.172 7.5,7.5 0 0 1 -2.066,0.824 c 0.03,-0.235 0.061,-0.475 0.084,-0.713 0.174,-0.255 0.406,-0.26 0.406,-0.26 0,0 -0.299,-0.85 -0.27,-1.873 0.038,-0.243 0.1,-0.472 0.18,-0.69 h 0.303 c 0,0 -0.038,-0.417 0.133,-0.841 0.562,-0.854 1.329,-1.425 1.656,-1.676 0.309,-0.237 1.733,-0.601 2.033,-0.672 0.3,-0.07 0.584,-0.548 0.602,-0.69 0.018,-0.14 -0.09,-0.405 -0.09,-0.405 L 17.82,19.881 c 0.106,0.075 0.046,0.15 -0.132,0.182 -0.057,0.01 -0.137,0.014 -0.225,0.015 0,0 -0.093,-0.363 -0.193,-0.394 -0.087,-0.027 -0.313,0.257 -0.31,0.355 A 1.553,1.553 0 0 1 16.7,19.975 c -0.276,-0.1 -0.575,-0.163 -0.575,-0.163 0,0 0.3,-0.675 0.725,-1.337 0.27,-0.423 0.708,-0.73 1,-0.909 z m -5.485,0.157 c 0.486,-0.004 0.848,0.14 0.848,0.14 0,0 0.047,0.456 -1.318,1.272 -0.42,0.25 -1.52,0.416 -1.52,0.416 0,0 -0.024,-0.576 0.395,-1.074 a 2.04,2.04 0 0 1 1.595,-0.754 z M 6.094,18.99 A 0.376,0.376 0 0 1 6.199,19 c 0.2,0.063 0.638,0.858 0.4,1.2 L 7,20.6 c 0.8,-0.8 1.994,-0.243 2.2,0.3 0.284,0.754 0.225,0.664 -0.956,0.836 -0.5,0.073 -1.52,-0.108 -1.924,-0.418 -0.403,-0.31 -1.439,-1.95 -1.351,-2.037 0.076,-0.076 0.809,-0.282 1.125,-0.29 z m 11.508,0.6 c -0.068,0.024 -0.13,0.308 -0.13,0.308 0,0 0.053,0.028 0.323,-0.007 0.073,-0.018 -0.126,-0.325 -0.193,-0.301 z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="color:#fbfbfb;fill:#fbfbfb;fill-opacity:1;stroke:none" />
|
||||||
|
<path
|
||||||
|
id="path9"
|
||||||
|
d="M 0,10 V 32 H 22 V 10 Z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:1;fill:none" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="amarok"
|
||||||
|
transform="translate(-22.029289)">
|
||||||
|
<path
|
||||||
|
id="path12"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 38,4.002 c -6.627,0 -12,5.37 -12,11.998 0,6.627 5.373,12 12,12 6.627,0 12,-5.373 12,-12 0,-1.918 -0.45,-3.732 -1.251,-5.34 -0.01,-0.017 -0.035,-0.042 -0.043,-0.058 l 0.009,-0.004 c 0.277,-0.327 0.421,-0.701 0.421,-1.065 0,-0.263 -0.103,-0.535 -0.194,-0.74 l 0.009,0.006 c 0,0 -10e-4,-0.185 -0.114,-0.447 a 2.203,2.203 0 0 0 -0.261,-0.45 c 0,0 -0.357,0.055 -0.563,0.093 -0.194,0.035 -0.709,0.32 -0.77,0.353 C 44.674,5.832 42.126,3.938 38,4.002 Z m 0.3,0.6 a 11.101,11.101 0 0 1 8.408,3.873 C 45.55,8.761 43.728,9.425 43.09,9.585 42.347,9.771 42,9.938 40.809,9.825 39.452,9.696 38.844,9.687 38.487,9.697 37.952,9.65 37.681,9.533 37.681,9.533 l 0.047,0.526 c -0.356,0.271 -1.07,0.665 -2.54,1.064 -0.955,0.106 -1.75,-0.186 -2.227,0.08 -0.477,0.264 -1.991,0.926 -2.76,1.112 -0.77,0.185 -1.338,0.536 -1.801,0.687 -0.733,0.238 1.451,3.74 2.4,4.2 l -0.601,0.624 c -0.66,0.45 -1.181,0.48 -1.181,0.48 l 0.034,0.36 A 6.244,6.244 0 0 1 28.171,19.045 11.256,11.256 0 0 1 27.5,15.25 11.248,11.248 0 0 1 29.155,9.408 11.1,11.1 0 0 1 38.299,4.602 Z m 9.975,6.249 a 11.1,11.1 0 0 1 1.125,4.851 11.097,11.097 0 0 1 -4.987,9.256 c -0.966,0.564 -2.01,0.982 -3.1,1.237 0.047,-0.351 0.092,-0.711 0.127,-1.069 0.26,-0.383 0.61,-0.39 0.61,-0.39 0,0 -0.45,-1.273 -0.405,-2.808 0.056,-0.364 0.15,-0.709 0.27,-1.035 h 0.453 c 0,0 -0.057,-0.626 0.199,-1.262 0.843,-1.281 1.993,-2.136 2.484,-2.513 0.463,-0.356 2.6,-0.902 3.05,-1.008 0.451,-0.106 0.877,-0.823 0.904,-1.035 0.026,-0.212 -0.135,-0.61 -0.135,-0.61 l -0.639,-0.144 c 0.16,0.113 0.067,0.226 -0.2,0.273 a 2.193,2.193 0 0 1 -0.337,0.023 c 0,0 -0.14,-0.545 -0.29,-0.591 -0.13,-0.04 -0.467,0.387 -0.462,0.533 a 2.332,2.332 0 0 1 -0.393,-0.097 7.185,7.185 0 0 0 -0.861,-0.243 c 0,0 0.45,-1.013 1.087,-2.007 0.406,-0.633 1.062,-1.094 1.5,-1.361 z m -8.227,0.234 a 3.679,3.679 0 0 1 1.271,0.211 c 0,0 0.07,0.683 -1.978,1.908 -0.628,0.375 -2.278,0.623 -2.278,0.623 0,0 -0.036,-0.863 0.59,-1.611 0.75,-0.894 1.666,-1.124 2.395,-1.13 z m -9.407,1.9 a 0.557,0.557 0 0 1 0.158,0.017 c 0.3,0.093 0.956,1.285 0.6,1.797 l 0.601,0.6 c 1.2,-1.2 2.991,-0.362 3.3,0.453 0.426,1.13 0.337,0.995 -1.434,1.253 -0.75,0.11 -2.28,-0.163 -2.885,-0.627 -0.604,-0.465 -2.16,-2.923 -2.028,-3.054 0.115,-0.115 1.214,-0.426 1.688,-0.439 z m 17.26,0.9 c -0.1,0.036 -0.192,0.463 -0.192,0.463 0,0 0.078,0.041 0.483,-0.012 0.109,-0.027 -0.19,-0.487 -0.29,-0.451 z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="color:#fbfbfb;fill:#fbfbfb;fill-opacity:1;stroke:none" />
|
||||||
|
<path
|
||||||
|
id="path14"
|
||||||
|
d="M 22,0 V 32 H 54 V 0 Z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:1;fill:none" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 75 KiB |
|
@ -0,0 +1,79 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg4353"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 22 22"
|
||||||
|
sodipodi:docname="apport.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata10">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="21.077414"
|
||||||
|
inkscape:cx="-0.26094283"
|
||||||
|
inkscape:cy="9.2041652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4353"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid827" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs8">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">
|
||||||
|
.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
id="rect2018"
|
||||||
|
style="opacity:1;fill:#ff3232;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="M 11 3 C 10.489198 3.0000012 9.9781056 3.2605653 9.6953125 3.78125 L 3.1855469 15.765625 C 2.6398787 16.770351 3.3579396 18 4.4902344 18 L 17.509766 18 C 18.642051 18 19.360201 16.770351 18.814453 15.765625 L 12.304688 3.78125 C 12.021889 3.2605603 11.510802 2.9999988 11 3 z M 11 4.0058594 C 11.170267 4.0058594 11.341264 4.0920618 11.435547 4.265625 L 17.943359 16.25 C 18.125275 16.584875 17.887194 16.994141 17.509766 16.994141 L 4.4902344 16.994141 C 4.1127967 16.994141 3.8747445 16.584875 4.0566406 16.25 L 10.564453 4.265625 C 10.658716 4.0920618 10.829733 4.0058594 11 4.0058594 z M 11 7.9492188 C 10.725905 7.9492187 10.503906 8.1755967 10.503906 8.453125 L 10.503906 12.472656 C 10.503906 12.750144 10.725905 12.974609 11 12.974609 C 11.274015 12.974609 11.496094 12.750144 11.496094 12.472656 L 11.496094 8.453125 C 11.496094 8.1755967 11.274015 7.9492188 11 7.9492188 z M 11 13.980469 C 10.588878 13.980469 10.255859 14.317993 10.255859 14.734375 C 10.255859 15.150658 10.588878 15.488281 11 15.488281 C 11.411072 15.488281 11.744141 15.150658 11.744141 14.734375 C 11.744141 14.317993 11.411072 13.980469 11 13.980469 z " />
|
||||||
|
<g
|
||||||
|
id="apport">
|
||||||
|
<rect
|
||||||
|
id="rect5178"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="-0.0022146485"
|
||||||
|
style="opacity:0.00100002;fill:currentColor" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 57 KiB |
|
@ -0,0 +1,724 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:docname="bookmarks.svg"
|
||||||
|
id="svg19"
|
||||||
|
version="1.1"
|
||||||
|
height="32"
|
||||||
|
width="32"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata23">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:current-layer="svg19"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="21.522564"
|
||||||
|
inkscape:cx="8.6841555"
|
||||||
|
inkscape:zoom="22.627416"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview21"
|
||||||
|
inkscape:window-height="954"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid819"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs6">
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.072"
|
||||||
|
width="1.072"
|
||||||
|
y="-.036"
|
||||||
|
x="-.036"
|
||||||
|
id="a">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur3"
|
||||||
|
stdDeviation="0.43506" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style835" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style822" />
|
||||||
|
<style
|
||||||
|
id="current-color-scheme-5"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
id="a-6"
|
||||||
|
x="-.036"
|
||||||
|
y="-.036"
|
||||||
|
width="1.072"
|
||||||
|
height="1.072"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.43506"
|
||||||
|
id="feGaussianBlur3-2" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
id="style835-9"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
id="style822-1"
|
||||||
|
type="text/css" />
|
||||||
|
<clipPath
|
||||||
|
id="clipPath13429">
|
||||||
|
<path
|
||||||
|
id="path833"
|
||||||
|
d="m481 318h22v22h-22z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath13465">
|
||||||
|
<path
|
||||||
|
id="path836"
|
||||||
|
d="m507 318h22v22h-22z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath13501">
|
||||||
|
<path
|
||||||
|
id="path839"
|
||||||
|
d="m530 318h22v22h-22z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath13753">
|
||||||
|
<path
|
||||||
|
id="path842"
|
||||||
|
d="m672 1064c0-1.105 4.925-2 11-2s11 0.895 11 2-4.925 2-11 2-11-0.895-11-2" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath13771">
|
||||||
|
<path
|
||||||
|
id="path845"
|
||||||
|
d="m660 1057h51v65.001h-51z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath14035">
|
||||||
|
<path
|
||||||
|
id="path848"
|
||||||
|
d="m659 517h53v18h-53z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath14127">
|
||||||
|
<path
|
||||||
|
id="path851"
|
||||||
|
d="m659 500h53v18h-53z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath14445">
|
||||||
|
<path
|
||||||
|
id="path854"
|
||||||
|
d="m648 112h73v60h-73z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath14609">
|
||||||
|
<path
|
||||||
|
id="path857"
|
||||||
|
d="m826 1056h59v60h-59z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath15305">
|
||||||
|
<path
|
||||||
|
id="path860"
|
||||||
|
d="m805 276h100v100h-100z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath15341">
|
||||||
|
<path
|
||||||
|
id="path863"
|
||||||
|
d="m145 1063.8h74.152v45.21h-74.152z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath15715">
|
||||||
|
<path
|
||||||
|
id="path866"
|
||||||
|
d="m151 667h57v57h-57z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath15807">
|
||||||
|
<path
|
||||||
|
id="path869"
|
||||||
|
d="m154 697h51v51h-51z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath16001">
|
||||||
|
<path
|
||||||
|
id="path872"
|
||||||
|
d="m500.04 864.45h36.012v67.52h-36.012z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath16093">
|
||||||
|
<path
|
||||||
|
id="path875"
|
||||||
|
d="m836 870.54h47v55.539h-47z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath16477">
|
||||||
|
<path
|
||||||
|
id="path878"
|
||||||
|
d="m318.03 702.35h62.848v37.991h-62.848z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath16579">
|
||||||
|
<path
|
||||||
|
id="path881"
|
||||||
|
d="m485.03 133.35h62.847v37.991h-62.847z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath16709">
|
||||||
|
<path
|
||||||
|
id="path884"
|
||||||
|
d="m493.37 677.93h45.643v68.067h-45.643z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24218">
|
||||||
|
<path
|
||||||
|
id="path887"
|
||||||
|
d="m144.34 1018.2h71.467v78h-71.467z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24382">
|
||||||
|
<path
|
||||||
|
id="path890"
|
||||||
|
d="m293.21 1068.6 66.323-38.292 36.047 62.435-66.323 38.292z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24650">
|
||||||
|
<path
|
||||||
|
id="path893"
|
||||||
|
d="m488.86 1054.5h10v10.706h-10z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24700">
|
||||||
|
<path
|
||||||
|
id="path896"
|
||||||
|
d="m508 1066.8h10.001v10.705h-10.001z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24750">
|
||||||
|
<path
|
||||||
|
id="path899"
|
||||||
|
d="m525 1045.8h10v10.706h-10z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24864">
|
||||||
|
<path
|
||||||
|
id="path902"
|
||||||
|
d="m836 1043.7h25.5v31.5h-25.5z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath24896">
|
||||||
|
<path
|
||||||
|
id="path905"
|
||||||
|
d="m838 1062.2h24v24h-24z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath25070">
|
||||||
|
<path
|
||||||
|
id="path908"
|
||||||
|
d="m134 489.24h7v6h-7z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath25100">
|
||||||
|
<path
|
||||||
|
id="path911"
|
||||||
|
d="m216 489.24h7v6h-7z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath25502">
|
||||||
|
<path
|
||||||
|
id="path914"
|
||||||
|
d="m838 477.24h22v22h-22z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath25686">
|
||||||
|
<path
|
||||||
|
id="path917"
|
||||||
|
d="m704 1061.2h25v25h-25z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath25788">
|
||||||
|
<path
|
||||||
|
id="path920"
|
||||||
|
d="m663.04 1078.6-1.808-3.514-21.07-47.453c13.336-18.439 48.336-26.938 73.836-3.439 0.842 0 6.476 6.246 6 7l-18.386 25.895c-0.483 0.765-1.453 0.946-2.177 0.431l-15.505-11.011c-0.359-0.255-0.847-0.153-1.07 0.238l-18.272 31.869c-0.218 0.384-0.502 0.578-0.782 0.578-0.282 0-0.561-0.197-0.766-0.594" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath26420">
|
||||||
|
<path
|
||||||
|
id="path923"
|
||||||
|
d="m127 820.24h100v100h-100z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath26860">
|
||||||
|
<path
|
||||||
|
id="path926"
|
||||||
|
d="m809 680.24c0-22.092 17.908-40 40-40s40 17.908 40 40c0 22.091-17.908 40-40 40s-40-17.909-40-40" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath27506">
|
||||||
|
<path
|
||||||
|
id="path929"
|
||||||
|
d="m658 469.24h44v45h-44z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath27772">
|
||||||
|
<path
|
||||||
|
id="path932"
|
||||||
|
d="m651 271.24h58v58h-58z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath27864">
|
||||||
|
<path
|
||||||
|
id="path935"
|
||||||
|
d="m662 307.24h38v8h-38z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath28028">
|
||||||
|
<path
|
||||||
|
id="path938"
|
||||||
|
d="m858.98 137.24c0.013-0.101 0.021-0.203 0.021-0.307v-6.693h15.75c1.237 0 2.25-1.013 2.25-2.25v-11.25l-27-4.5-27 4.5v-2.25l27-4.5 27 4.5v-27c0-1.237-1.013-2.25-2.25-2.25h-49.5c-1.237 0-2.25 1.013-2.25 2.25v-4.25h54v54zm-35.979 0v-9.25c0 1.237 1.013 2.25 2.25 2.25h15.75v6.693c0 0.104 7e-3 0.207 0.02 0.307zm22.5-7h9v4.5h-9zm1.125-9c-0.62 0-1.125-0.506-1.125-1.125v-2.25c0-0.619 0.505-1.125 1.125-1.125h6.75c0.619 0 1.125 0.506 1.125 1.125v2.25c0 0.619-0.506 1.125-1.125 1.125z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath28200">
|
||||||
|
<path
|
||||||
|
id="path941"
|
||||||
|
d="m531.27 136.24c6.325-2.29 10.727-8.277 10.727-15.484 0-11.316-10.2-20.563-25.65-34.575l-4.35-3.941-4.35 3.941c-15.45 14.012-25.65 23.259-25.65 34.575v-39.516h60v55zm-26.983 0c2.995-1.052 5.686-2.883 7.71-5.25 2.024 2.367 4.715 4.198 7.71 5.25zm-22.29 0v-15.484c0 7.207 4.402 13.194 10.727 15.484z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath28364">
|
||||||
|
<path
|
||||||
|
id="path944"
|
||||||
|
d="m648 79.241h64v64h-64z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath28984">
|
||||||
|
<path
|
||||||
|
id="path947"
|
||||||
|
d="m500 691.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5-2.463 5.5-5.5 5.5-5.5-2.463-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29012">
|
||||||
|
<path
|
||||||
|
id="path950"
|
||||||
|
d="m500 669.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29040">
|
||||||
|
<path
|
||||||
|
id="path953"
|
||||||
|
d="m494 680.74c0-3.037 2.462-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29068">
|
||||||
|
<path
|
||||||
|
id="path956"
|
||||||
|
d="m513 691.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5-2.463 5.5-5.5 5.5-5.5-2.463-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29096">
|
||||||
|
<path
|
||||||
|
id="path959"
|
||||||
|
d="m513 669.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29124">
|
||||||
|
<path
|
||||||
|
id="path962"
|
||||||
|
d="m507 680.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29152">
|
||||||
|
<path
|
||||||
|
id="path965"
|
||||||
|
d="m520 680.74c0-3.037 2.463-5.5 5.5-5.5s5.5 2.463 5.5 5.5c0 3.038-2.463 5.5-5.5 5.5s-5.5-2.462-5.5-5.5" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29252">
|
||||||
|
<path
|
||||||
|
id="path968"
|
||||||
|
d="m321 322.24c-4.97 0-9-4.029-9-9 0-4.97 4.03-9 9-9h45c4.971 0 9 4.03 9 9 0 4.971-4.029 9-9 9z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29280">
|
||||||
|
<path
|
||||||
|
id="path971"
|
||||||
|
d="m322 297.24c-4.971 0-9-4.029-9-9 0-4.97 4.029-9 9-9h45c4.971 0 9 4.03 9 9 0 4.971-4.029 9-9 9z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clipPath29400">
|
||||||
|
<path
|
||||||
|
id="path974"
|
||||||
|
d="m155 83.24h44v53h-44z" />
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.88889,0,0,0.88889,100.02,-0.64674)"
|
||||||
|
y2="18.44"
|
||||||
|
y1="11.122"
|
||||||
|
x2="-101.26"
|
||||||
|
x1="-109.09"
|
||||||
|
id="linearGradient1423">
|
||||||
|
<stop
|
||||||
|
id="stop977"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#64d2eb" />
|
||||||
|
<stop
|
||||||
|
id="stop979"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#0082dc" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.88889,0,0,0.88889,100.02,-0.64674)"
|
||||||
|
y2="17.895"
|
||||||
|
y1="6.9531"
|
||||||
|
x2="-99.66"
|
||||||
|
x1="-107.04"
|
||||||
|
id="linearGradient1431">
|
||||||
|
<stop
|
||||||
|
id="stop982"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#a578e1" />
|
||||||
|
<stop
|
||||||
|
id="stop984"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#5046a0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.88889,0,0,0.88889,100.01,-0.64644)"
|
||||||
|
y2="13.799"
|
||||||
|
y1="4.2921"
|
||||||
|
x2="-97.017"
|
||||||
|
x1="-105"
|
||||||
|
id="linearGradient1439">
|
||||||
|
<stop
|
||||||
|
id="stop987"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#eb82aa" />
|
||||||
|
<stop
|
||||||
|
id="stop989"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#dc2850" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.88889,0,0,0.88889,100.01,-0.64649)"
|
||||||
|
y2="7.861"
|
||||||
|
y1="1.4752"
|
||||||
|
x2="-98.566"
|
||||||
|
x1="-102.1"
|
||||||
|
id="linearGradient1447">
|
||||||
|
<stop
|
||||||
|
id="stop992"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#ffdc23" />
|
||||||
|
<stop
|
||||||
|
id="stop994"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#f0a019" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1124">
|
||||||
|
<stop
|
||||||
|
id="stop1727"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#2864b4" />
|
||||||
|
<stop
|
||||||
|
id="stop1729"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#0a4682" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1116">
|
||||||
|
<stop
|
||||||
|
id="stop1732"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#28a0f5" />
|
||||||
|
<stop
|
||||||
|
id="stop1734"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#057ddc" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient1108">
|
||||||
|
<stop
|
||||||
|
id="stop1737"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#50d2ff" />
|
||||||
|
<stop
|
||||||
|
id="stop1739"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#19a0e6" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
xlink:href="#linearGradient1108"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.86728,0,0,0.86728,78.79,-0.58217)"
|
||||||
|
y2="17.991"
|
||||||
|
y1="3.4395"
|
||||||
|
x2="-86.517"
|
||||||
|
x1="-86.517"
|
||||||
|
id="linearGradient1110" />
|
||||||
|
<linearGradient
|
||||||
|
xlink:href="#linearGradient1116"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="17.991"
|
||||||
|
y1="3.4395"
|
||||||
|
x2="-86.411"
|
||||||
|
x1="-86.411"
|
||||||
|
id="linearGradient1118" />
|
||||||
|
<linearGradient
|
||||||
|
xlink:href="#linearGradient1124"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="17.991"
|
||||||
|
y1="3.4395"
|
||||||
|
x2="-86.411"
|
||||||
|
x1="-86.411"
|
||||||
|
id="linearGradient1126" />
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.1544"
|
||||||
|
width="1.1843"
|
||||||
|
y="-.077189"
|
||||||
|
x="-.092129"
|
||||||
|
id="filter1170">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur1745"
|
||||||
|
stdDeviation="0.31484797" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(2.8923,-7.2683)"
|
||||||
|
y2="15.514"
|
||||||
|
y1="22.746"
|
||||||
|
x2="-6.5962"
|
||||||
|
x1="-6.5962"
|
||||||
|
id="linearGradient3789">
|
||||||
|
<stop
|
||||||
|
id="stop1850"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#2dc8f0" />
|
||||||
|
<stop
|
||||||
|
id="stop1852"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#50e6ff" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="14.287"
|
||||||
|
y1="5.027"
|
||||||
|
x2="-6.6145"
|
||||||
|
x1="-6.6145"
|
||||||
|
id="linearGradient3803">
|
||||||
|
<stop
|
||||||
|
id="stop1855"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#2fc3fe" />
|
||||||
|
<stop
|
||||||
|
id="stop1857"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#23aef5" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="14.287"
|
||||||
|
y1="6.6145"
|
||||||
|
x2="-9.8426"
|
||||||
|
x1="-9.8426"
|
||||||
|
id="linearGradient3811">
|
||||||
|
<stop
|
||||||
|
id="stop1860"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#1ea7f1" />
|
||||||
|
<stop
|
||||||
|
id="stop1862"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#148dd0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="14.287"
|
||||||
|
y1="8.7311"
|
||||||
|
x2="-12.7"
|
||||||
|
x1="-12.7"
|
||||||
|
id="linearGradient3819">
|
||||||
|
<stop
|
||||||
|
id="stop1865"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#0978e8" />
|
||||||
|
<stop
|
||||||
|
id="stop1867"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#0467cd" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="14.287"
|
||||||
|
y1="10.848"
|
||||||
|
x2="-15.61"
|
||||||
|
x1="-15.61"
|
||||||
|
id="linearGradient3827">
|
||||||
|
<stop
|
||||||
|
id="stop1870"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#0171ca" />
|
||||||
|
<stop
|
||||||
|
id="stop1872"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#005ba9" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.168"
|
||||||
|
width="1.168"
|
||||||
|
y="-.084"
|
||||||
|
x="-.084"
|
||||||
|
id="filter3898">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur1875"
|
||||||
|
stdDeviation="0.32410822" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style1004" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style1045" />
|
||||||
|
<style
|
||||||
|
id="style1015"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme-56">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.072"
|
||||||
|
width="1.072"
|
||||||
|
y="-.036"
|
||||||
|
x="-.036"
|
||||||
|
id="a-2">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur3-9"
|
||||||
|
stdDeviation="0.43506" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style835-1" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style822-2" />
|
||||||
|
<style
|
||||||
|
id="current-color-scheme-3"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
id="a-5"
|
||||||
|
x="-.036"
|
||||||
|
y="-.036"
|
||||||
|
width="1.072"
|
||||||
|
height="1.072"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.43506"
|
||||||
|
id="feGaussianBlur3-6" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
id="style834"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
id="style825"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
id="style823"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme-5-7">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
height="1.072"
|
||||||
|
width="1.072"
|
||||||
|
y="-.036"
|
||||||
|
x="-.036"
|
||||||
|
id="a-6-0">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur3-2-9"
|
||||||
|
stdDeviation="0.43506" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style834-9" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style825-1" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style926" />
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style940" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="bookmarks">
|
||||||
|
<rect
|
||||||
|
id="rect8-0"
|
||||||
|
style="opacity:0;stroke-width:2;paint-order:fill markers stroke"
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
height="32"
|
||||||
|
width="32"
|
||||||
|
y="0"
|
||||||
|
x="0" />
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1753312,0,0,1.1753312,25.556921,37.912352)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1"
|
||||||
|
id="g1109">
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:#fbfbfb;stroke-width:1.18525;-inkscape-stroke:none"
|
||||||
|
d="m -8.1210938,-25.191406 c -0.4585222,0 -0.8504711,0.27229 -1.046875,0.664062 v 0.002 l -1.4746092,2.994141 -3.316406,0.601562 0.0332,-0.0039 c -0.437957,0.05497 -0.815529,0.391805 -0.955078,0.794922 l -0.0059,0.01953 -0.0059,0.01953 c -0.117442,0.436342 -0.0032,0.86076 0.310547,1.18164 l 0.0098,0.0098 2.369141,2.207031 -0.621094,3.212891 0.002,-0.0039 c -0.09335,0.466553 0.09628,0.891703 0.458985,1.164063 0.202653,0.152294 0.442975,0.224609 0.685547,0.224609 0.186215,0 0.370962,-0.04323 0.541015,-0.134765 l 0.0039,-0.002 0.002,-0.002 3.0097652,-1.492187 2.9941407,1.498047 c 0.1702255,0.08584 0.3148829,0.140625 0.5488281,0.140625 0.2356794,0 0.4748843,-0.07079 0.6757812,-0.236328 0.3496208,-0.26469 0.5418398,-0.711403 0.4589844,-1.154297 l -0.5976562,-3.214844 2.3691406,-2.230469 0.00781,-0.0078 c 0.308791,-0.313227 0.4181148,-0.783483 0.28125,-1.203125 -0.1209484,-0.431492 -0.4893167,-0.754554 -0.9335937,-0.814453 l -3.2851563,-0.574219 -1.46875,-2.984375 c -0.1902762,-0.44351 -0.5912091,-0.675781 -1.0507813,-0.675781 z m 0,1.222656 1.7226563,3.5 3.8886719,0.681641 0.00391,0.01172 -0.00391,0.0039 -2.8144532,2.65039 0.7089844,3.814453 -3.5039062,-1.751953 -0.2636719,0.13086 -3.2695315,1.621093 0.736328,-3.814453 -2.818359,-2.625 v -0.002 c 0.0024,9.18e-4 -0.0037,-0.0052 -0.0059,-0.01563 l 3.896484,-0.708984 z m 6.7324219,3.798828 0.00781,0.02539 c -2.121e-4,-6.46e-4 2.133e-4,-0.0013 0,-0.002 z m -12.3730471,0.410156 h 0.0039 l -0.002,0.0078 c 0.01765,-0.05097 -0.01994,-0.0058 -0.01953,-0.0059 z m 2.105469,6.480469 c 0.0036,0.0021 5.81e-4,-6e-5 0.0059,0.0039 0.0041,0.003 -6.85e-4,-0.02321 -0.0098,0.01367 z"
|
||||||
|
id="path1113" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path1638"
|
||||||
|
style="opacity:0.996111;fill:#fbfbfb;fill-opacity:1;stroke-width:0.692308;stroke-linecap:round;paint-order:stroke fill markers"
|
||||||
|
d="M 15.886719 1 A 15 15 0 0 0 1 16 A 15 15 0 0 0 16 31 A 15 15 0 0 0 31 16 A 15 15 0 0 0 16 1 A 15 15 0 0 0 15.886719 1 z M 16 2 A 14 14 0 0 1 30 16 A 14 14 0 0 1 16 30 A 14 14 0 0 1 2 16 A 14 14 0 0 1 16 2 z " />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 21 KiB |
|
@ -0,0 +1,207 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
id="svg33"
|
||||||
|
sodipodi:docname="compass.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#999999"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:pageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="8"
|
||||||
|
inkscape:cx="0.0625"
|
||||||
|
inkscape:cy="17.25"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg33"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="false"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-nodes="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid852" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs16">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient860">
|
||||||
|
<stop
|
||||||
|
stop-color="#4deb47"
|
||||||
|
offset="0"
|
||||||
|
id="stop2" />
|
||||||
|
<stop
|
||||||
|
stop-color="#ffa000"
|
||||||
|
offset="1"
|
||||||
|
id="stop4" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient11">
|
||||||
|
<stop
|
||||||
|
stop-color="#5df240"
|
||||||
|
offset="0"
|
||||||
|
id="stop7" />
|
||||||
|
<stop
|
||||||
|
stop-color="#fff400"
|
||||||
|
offset="1"
|
||||||
|
id="stop9" />
|
||||||
|
</linearGradient>
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient848"
|
||||||
|
x2="22"
|
||||||
|
y1="11"
|
||||||
|
y2="11"
|
||||||
|
gradientTransform="matrix(1.27272,0,0,1.27272,2,2.0546)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
xlink:href="#linearGradient860" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient877"
|
||||||
|
x1="3"
|
||||||
|
x2="19"
|
||||||
|
y1="11"
|
||||||
|
y2="11"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
xlink:href="#linearGradient860"
|
||||||
|
gradientTransform="translate(-24,10)" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="compass">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.001;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:#fbfbfb;stroke-width:0.474848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect16997"
|
||||||
|
width="31.525152"
|
||||||
|
height="31.525152"
|
||||||
|
x="0.2374239"
|
||||||
|
y="0.2374239"
|
||||||
|
ry="0" />
|
||||||
|
<g
|
||||||
|
id="g16971">
|
||||||
|
<path
|
||||||
|
id="path4217"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:10.7143;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m 9.9540802,8.5004432 c -0.984519,0.065469 -1.747819,1.0847518 -1.349609,2.1210938 l 2.3984368,6.246094 c 0.729999,1.899999 2.230985,3.400735 4.130859,4.130859 l 6.244141,2.396485 c 1.263375,0.485374 2.502952,-0.752251 2.017578,-2.015626 l -2.398437,-6.246093 c -0.729998,-1.899874 -2.230861,-3.400862 -4.13086,-4.13086 l -6.24414,-2.396484 c -0.15792,-0.060676 -0.314856,-0.095415 -0.46875,-0.1054688 -0.06733,-0.0044 -0.133585,-0.00436 -0.1992188,0 z m -0.142578,1.0117188 6.4941408,2.496094 c 0.105328,0.04047 0.209009,0.08272 0.3125,0.128906 0.102588,0.04579 0.206135,0.09512 0.30664,0.146484 0.200629,0.102547 0.393751,0.214557 0.580078,0.335938 0.187203,0.121952 0.366638,0.254644 0.539063,0.394531 0.172375,0.139846 0.336926,0.288092 0.49414,0.445313 0.156374,0.156384 0.306611,0.320751 0.447266,0.49414 0.139868,0.172418 0.270624,0.351846 0.392578,0.539063 0.122614,0.188226 0.234385,0.383364 0.335938,0.582031 0.0507,0.0992 0.100164,0.198954 0.146484,0.302734 0.0462,0.10351 0.08844,0.209151 0.128906,0.314453 l 2.496094,6.494141 a 0.23238023,0.23238023 0 0 1 -0.298828,0.298828 l -6.498047,-2.49414 c -0.108108,-0.04154 -0.211701,-0.08587 -0.3125,-0.13086 -0.103709,-0.0463 -0.205438,-0.09572 -0.304688,-0.146484 -0.19853,-0.101519 -0.393819,-0.211305 -0.582031,-0.333985 -0.186981,-0.12188 -0.366644,-0.254544 -0.539062,-0.394531 -0.173095,-0.140537 -0.337748,-0.290722 -0.494141,-0.447265 -0.156914,-0.157061 -0.305456,-0.321575 -0.445312,-0.494141 -0.139603,-0.172256 -0.270621,-0.351664 -0.392578,-0.539063 -0.121919,-0.187332 -0.232093,-0.380598 -0.333985,-0.580078 -0.05129,-0.10042 -0.100684,-0.203958 -0.146484,-0.30664 -0.04615,-0.103451 -0.09038,-0.207146 -0.13086,-0.3125 L 9.5107212,9.812943 a 0.23238023,0.23238023 0 0 1 0.300781,-0.300781 z" />
|
||||||
|
<g
|
||||||
|
id="g16881"
|
||||||
|
transform="translate(-72)">
|
||||||
|
<path
|
||||||
|
id="path4244"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.982566;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="M 88,1 A 15,15 0 0 0 73,16 15,15 0 0 0 88,31 15,15 0 0 0 103,16 15,15 0 0 0 88,1 Z m 0,1 A 14,14 0 0 1 102,16 14,14 0 0 1 88,30 14,14 0 0 1 74,16 14,14 0 0 1 88,2 Z" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect4501"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="87"
|
||||||
|
y="1"
|
||||||
|
ry="1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect4602"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="87"
|
||||||
|
y="27"
|
||||||
|
ry="1" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect4604"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="15"
|
||||||
|
y="-103"
|
||||||
|
ry="1"
|
||||||
|
transform="rotate(90)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect4606"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="15"
|
||||||
|
y="-77"
|
||||||
|
ry="1"
|
||||||
|
transform="rotate(90)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-compass">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.175709;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect35320"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-25"
|
||||||
|
y="10"
|
||||||
|
ry="0" />
|
||||||
|
<g
|
||||||
|
id="g21877"
|
||||||
|
transform="translate(31.500127)">
|
||||||
|
<path
|
||||||
|
id="path17994"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m -48.926392,16.503841 c -0.04602,0.0023 -0.09213,0.0076 -0.136719,0.01563 -0.04459,0.008 -0.08807,0.01991 -0.130859,0.0332 -0.04279,0.01329 -0.08438,0.02867 -0.125,0.04687 -0.04062,0.01821 -0.08108,0.03779 -0.119141,0.06055 -0.03806,0.02276 -0.07424,0.04925 -0.109375,0.07617 -0.03513,0.02692 -0.06973,0.05522 -0.101562,0.08594 -0.03183,0.03072 -0.06169,0.06352 -0.08984,0.09766 -0.02815,0.03414 -0.05403,0.07024 -0.07813,0.107422 -0.0241,0.03719 -0.04673,0.07538 -0.06641,0.115234 -0.01967,0.03985 -0.03592,0.0809 -0.05078,0.123047 -0.01487,0.04215 -0.02742,0.08483 -0.03711,0.128906 -0.0097,0.04407 -0.01735,0.08915 -0.02148,0.134766 -0.0041,0.04562 -0.0057,0.09188 -0.0039,0.138672 0.0018,0.04679 0.0075,0.09499 0.01563,0.142578 0.0081,0.04759 0.02037,0.09457 0.03516,0.142578 0.01479,0.04801 0.03284,0.09647 0.05469,0.144531 l 1.669922,3.671875 c 0.04924,0.108338 0.101819,0.21375 0.160156,0.316407 0.05834,0.102656 0.12251,0.20234 0.189453,0.298828 0.06694,0.09649 0.13783,0.189465 0.212891,0.279297 0.07506,0.08983 0.153637,0.177076 0.236328,0.259765 0.08269,0.08269 0.167979,0.161269 0.257813,0.236328 0.08983,0.07506 0.184761,0.145948 0.28125,0.212891 0.09649,0.06694 0.196172,0.129162 0.298828,0.1875 0.102656,0.05834 0.208072,0.112862 0.316406,0.162109 l 3.671875,1.669922 c 0.05915,0.02689 0.116771,0.04818 0.175781,0.06445 0.05901,0.01627 0.11956,0.02685 0.177735,0.0332 0.05817,0.0064 0.115234,0.0087 0.171875,0.0059 0.05664,-0.0029 0.111606,-0.01009 0.166015,-0.02148 0.05441,-0.01139 0.10868,-0.02766 0.160156,-0.04687 0.05148,-0.01921 0.100592,-0.04202 0.148438,-0.06836 0.04785,-0.02634 0.0932,-0.05513 0.136719,-0.08789 0.04352,-0.03276 0.08456,-0.06893 0.123047,-0.107422 0.03849,-0.03849 0.07466,-0.07953 0.107422,-0.123047 0.03276,-0.04352 0.06351,-0.09083 0.08984,-0.138672 0.02634,-0.04785 0.04915,-0.09696 0.06836,-0.148438 0.01921,-0.05148 0.03353,-0.103795 0.04492,-0.158203 0.01139,-0.05441 0.01861,-0.111327 0.02148,-0.167968 0.0029,-0.05664 0.0024,-0.113701 -0.0039,-0.171876 -0.0064,-0.05817 -0.01889,-0.116771 -0.03516,-0.175781 -0.01627,-0.05901 -0.03757,-0.118587 -0.06445,-0.177734 l -1.669922,-3.671875 c -0.04925,-0.108334 -0.101817,-0.213751 -0.160156,-0.316406 -0.05834,-0.102654 -0.12251,-0.202339 -0.189453,-0.298828 -0.06694,-0.09649 -0.137832,-0.189464 -0.212891,-0.279297 -0.07506,-0.08983 -0.153638,-0.177075 -0.236328,-0.259766 -0.08269,-0.08269 -0.16798,-0.161267 -0.257812,-0.236328 -0.08983,-0.07506 -0.184762,-0.145948 -0.28125,-0.212891 -0.09649,-0.06694 -0.196172,-0.129163 -0.298828,-0.1875 -0.102656,-0.05834 -0.20807,-0.112867 -0.316407,-0.162109 l -3.671875,-1.669922 c -0.04436,-0.02016 -0.08854,-0.03665 -0.132812,-0.05078 -0.04427,-0.01413 -0.08888,-0.0248 -0.132813,-0.0332 -0.04393,-0.0084 -0.08752,-0.0146 -0.130859,-0.01758 -0.04333,-0.003 -0.08447,-0.0041 -0.126953,-0.002 z m 0.146484,0.994141 a 0.2339789,0.2339789 0 0 1 0.109375,0.02148 l 3.5625,1.619141 c 0.08107,0.03684 0.160491,0.07688 0.238281,0.121094 0.07838,0.04453 0.15302,0.0929 0.22461,0.142578 0.07322,0.0508 0.143867,0.104116 0.210937,0.160156 0.06796,0.05679 0.133223,0.117578 0.195313,0.179688 0.06207,0.06207 0.121224,0.125729 0.177734,0.193359 0.05754,0.06885 0.110536,0.139418 0.160156,0.210938 0.04967,0.07159 0.09805,0.146249 0.142579,0.224609 0.04419,0.07777 0.08425,0.157241 0.121093,0.238281 l 1.619141,3.5625 a 0.2339789,0.2339789 0 0 1 -0.310547,0.310547 l -3.5625,-1.619141 c -0.08107,-0.03685 -0.160521,-0.0769 -0.238281,-0.121093 -0.07838,-0.04454 -0.153039,-0.09293 -0.224609,-0.142579 -0.07323,-0.05081 -0.143888,-0.104146 -0.210938,-0.160156 -0.06799,-0.05681 -0.133243,-0.117627 -0.195312,-0.179687 -0.06209,-0.06209 -0.119292,-0.12577 -0.175782,-0.19336 -0.05754,-0.06887 -0.112499,-0.139437 -0.162109,-0.210937 -0.04968,-0.0716 -0.09609,-0.146279 -0.140625,-0.22461 -0.04419,-0.07776 -0.0862,-0.159174 -0.123047,-0.240234 l -1.619141,-3.5625 a 0.2339789,0.2339789 0 0 1 0.201172,-0.330074 z" />
|
||||||
|
<g
|
||||||
|
id="g21868"
|
||||||
|
transform="translate(11.499873)">
|
||||||
|
<path
|
||||||
|
id="path21532"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m -57,12 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect21756"
|
||||||
|
width="1"
|
||||||
|
height="3"
|
||||||
|
x="-57"
|
||||||
|
y="12"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect21857"
|
||||||
|
width="1"
|
||||||
|
height="3"
|
||||||
|
x="-57"
|
||||||
|
y="27"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect21859"
|
||||||
|
width="1"
|
||||||
|
height="3"
|
||||||
|
x="21"
|
||||||
|
y="48"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(90)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.482;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="rect21861"
|
||||||
|
width="1"
|
||||||
|
height="3"
|
||||||
|
x="21"
|
||||||
|
y="63"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(90)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 13 KiB |
|
@ -0,0 +1,417 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:docname="computer.svg"
|
||||||
|
id="svg60"
|
||||||
|
version="1.1"
|
||||||
|
height="32"
|
||||||
|
width="32"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata64">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:snap-others="false"
|
||||||
|
inkscape:object-nodes="false"
|
||||||
|
inkscape:snap-midpoints="false"
|
||||||
|
inkscape:snap-smooth-nodes="false"
|
||||||
|
inkscape:snap-bbox-midpoints="true"
|
||||||
|
inkscape:snap-intersection-paths="false"
|
||||||
|
inkscape:current-layer="svg60"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="66.733203"
|
||||||
|
inkscape:cx="10.16466"
|
||||||
|
inkscape:zoom="5.6568542"
|
||||||
|
inkscape:object-paths="false"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview62"
|
||||||
|
inkscape:window-height="954"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid879"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs6">
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
height="1.072"
|
||||||
|
width="1.072"
|
||||||
|
y="-0.035999998"
|
||||||
|
x="-0.035999998"
|
||||||
|
id="a">
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur3"
|
||||||
|
stdDeviation="0.435" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style883" />
|
||||||
|
<style
|
||||||
|
id="current-color-scheme-5"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
<filter
|
||||||
|
id="a-6"
|
||||||
|
x="-0.035999998"
|
||||||
|
y="-0.035999998"
|
||||||
|
width="1.072"
|
||||||
|
height="1.072"
|
||||||
|
style="color-interpolation-filters:sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="0.435"
|
||||||
|
id="feGaussianBlur3-2" />
|
||||||
|
</filter>
|
||||||
|
<style
|
||||||
|
id="style883-9"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
id="style860"
|
||||||
|
type="text/css" />
|
||||||
|
<style
|
||||||
|
id="style862"
|
||||||
|
type="text/css" />
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(7.5589094,0,0,2.1597098,-47.000003,-633.02145)"
|
||||||
|
y2="291.71"
|
||||||
|
y1="293.56"
|
||||||
|
x2="8.2021"
|
||||||
|
x1="8.2021"
|
||||||
|
id="linearGradient851">
|
||||||
|
<stop
|
||||||
|
id="stop864"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#323232" />
|
||||||
|
<stop
|
||||||
|
id="stop866"
|
||||||
|
offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.1338458,0,0,1.8898049,6.3998286,-553.78466)"
|
||||||
|
y2="294.09"
|
||||||
|
y1="293.39"
|
||||||
|
x2="8.2021"
|
||||||
|
x1="8.2021"
|
||||||
|
id="linearGradient865">
|
||||||
|
<stop
|
||||||
|
id="stop869"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#323232" />
|
||||||
|
<stop
|
||||||
|
id="stop871"
|
||||||
|
offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.46667002,0,0,0.51427827,-33.000002,-11.200115)"
|
||||||
|
y2="14"
|
||||||
|
y1="-21"
|
||||||
|
x2="135"
|
||||||
|
x1="75"
|
||||||
|
id="linearGradient1458">
|
||||||
|
<stop
|
||||||
|
id="stop874"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#32b4ff" />
|
||||||
|
<stop
|
||||||
|
id="stop876"
|
||||||
|
offset=".2964"
|
||||||
|
stop-color="#2db4ff" />
|
||||||
|
<stop
|
||||||
|
id="stop878"
|
||||||
|
offset=".72739"
|
||||||
|
stop-color="#5087e1" />
|
||||||
|
<stop
|
||||||
|
id="stop880"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#5a7dd2" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="51"
|
||||||
|
y1="16"
|
||||||
|
x2="62"
|
||||||
|
x1="2"
|
||||||
|
id="linearGradient920"
|
||||||
|
gradientTransform="matrix(0.49999998,0,0,0.57142859,3.7924731e-8,-32.142858)">
|
||||||
|
<stop
|
||||||
|
id="stop883"
|
||||||
|
offset="0"
|
||||||
|
stop-color="#3c3c3c" />
|
||||||
|
<stop
|
||||||
|
id="stop885"
|
||||||
|
offset="1"
|
||||||
|
stop-color="#1e1e1e" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="22-22-computer">
|
||||||
|
<rect
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
x="-27"
|
||||||
|
transform="scale(-1,1)"
|
||||||
|
id="rect23"
|
||||||
|
y="37.983051"
|
||||||
|
style="color:#bebebe;opacity:0;stroke-width:2" />
|
||||||
|
<g
|
||||||
|
id="g1030"
|
||||||
|
transform="translate(26,-1.0169487)">
|
||||||
|
<path
|
||||||
|
transform="translate(-26,1.0169487)"
|
||||||
|
d="M 7 40 C 6.446 40 6 40.446 6 41 L 6 54 C 6 54.554 6.446 55 7 55 L 24 55 C 24.554 55 25 54.554 25 54 L 25 41 C 25 40.446 24.554 40 24 40 L 7 40 z M 7 41 L 24 41 L 24 53 L 24 54 L 7 54 L 7 53 L 7 41 z "
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:0.6794576;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect921" />
|
||||||
|
<g
|
||||||
|
transform="translate(0.5)"
|
||||||
|
id="g996">
|
||||||
|
<rect
|
||||||
|
y="56.016949"
|
||||||
|
x="-9.5"
|
||||||
|
height="2"
|
||||||
|
width="1"
|
||||||
|
id="rect990"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
y="56.016949"
|
||||||
|
x="-13.5"
|
||||||
|
height="2"
|
||||||
|
width="1"
|
||||||
|
id="rect1274"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
y="58.016949"
|
||||||
|
x="-16"
|
||||||
|
height="1"
|
||||||
|
width="11"
|
||||||
|
id="rect992"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1.48324;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="16-16-computer">
|
||||||
|
<rect
|
||||||
|
height="16"
|
||||||
|
width="16"
|
||||||
|
y="65.991524"
|
||||||
|
x="-24"
|
||||||
|
transform="scale(-1,1)"
|
||||||
|
id="rect16"
|
||||||
|
style="color:#bebebe;fill:none" />
|
||||||
|
<rect
|
||||||
|
height="16"
|
||||||
|
width="16"
|
||||||
|
y="65.991524"
|
||||||
|
x="-24"
|
||||||
|
transform="scale(-1,1)"
|
||||||
|
id="rect18"
|
||||||
|
style="color:#bebebe;opacity:0;stroke-width:3" />
|
||||||
|
<g
|
||||||
|
id="g1067"
|
||||||
|
transform="translate(19)">
|
||||||
|
<path
|
||||||
|
transform="translate(-19)"
|
||||||
|
d="M 9.9824219 67 C 9.4378116 67 9 67.437812 9 67.982422 L 9 78.017578 C 9 78.562188 9.4378116 79 9.9824219 79 L 23.017578 79 C 23.562188 79 24 78.562188 24 78.017578 L 24 67.982422 C 24 67.437812 23.562188 67 23.017578 67 L 9.9824219 67 z M 10 68 L 23 68 L 23 77 L 23 78 L 10 78 L 10 77 L 10 68 z "
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:0.53997815;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect982" />
|
||||||
|
<g
|
||||||
|
id="g1060">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1054"
|
||||||
|
width="1"
|
||||||
|
height="2"
|
||||||
|
x="-2"
|
||||||
|
y="79" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1530"
|
||||||
|
width="1"
|
||||||
|
height="2"
|
||||||
|
x="-4"
|
||||||
|
y="79" />
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
y="81"
|
||||||
|
x="-7"
|
||||||
|
height="1"
|
||||||
|
width="9"
|
||||||
|
id="rect1056"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1.34164;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-computer-laptop">
|
||||||
|
<rect
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
x="-75"
|
||||||
|
transform="scale(-1,1)"
|
||||||
|
id="rect893"
|
||||||
|
y="37.983051"
|
||||||
|
style="color:#bebebe;opacity:0;stroke-width:2" />
|
||||||
|
<g
|
||||||
|
id="g1113"
|
||||||
|
transform="translate(-27.5,-0.0169487)">
|
||||||
|
<path
|
||||||
|
transform="translate(27.5,0.0169487)"
|
||||||
|
d="M 56 39.982422 C 55.446 39.982422 55 40.428422 55 40.982422 L 55 53.982422 C 55 54.536422 55.446 54.982422 56 54.982422 L 73 54.982422 C 73.554 54.982422 74 54.536422 74 53.982422 L 74 40.982422 C 74 40.428422 73.554 39.982422 73 39.982422 L 56 39.982422 z M 56 40.982422 L 73 40.982422 L 73 41 L 73 52.982422 L 73 54 L 56 54 L 56 52.982422 L 56 41 L 56 40.982422 z "
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:0.6794576;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1085" />
|
||||||
|
<rect
|
||||||
|
ry="0.50847435"
|
||||||
|
y="56"
|
||||||
|
x="82.5"
|
||||||
|
height="1.0169487"
|
||||||
|
width="19"
|
||||||
|
id="rect1109"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:0.713074;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="16-16-computer-laptop">
|
||||||
|
<rect
|
||||||
|
height="16"
|
||||||
|
width="16"
|
||||||
|
y="65.991524"
|
||||||
|
x="-72"
|
||||||
|
transform="scale(-1,1)"
|
||||||
|
id="rect922"
|
||||||
|
style="color:#bebebe;fill:none" />
|
||||||
|
<rect
|
||||||
|
height="16"
|
||||||
|
width="16"
|
||||||
|
y="65.991524"
|
||||||
|
x="-72"
|
||||||
|
transform="scale(-1,1)"
|
||||||
|
id="rect924"
|
||||||
|
style="color:#bebebe;opacity:0;stroke-width:3" />
|
||||||
|
<g
|
||||||
|
id="g1131"
|
||||||
|
transform="translate(-18.5,0.99152374)">
|
||||||
|
<path
|
||||||
|
transform="translate(18.5,-0.99152374)"
|
||||||
|
d="M 58 66.992188 C 57.446 66.992188 57 67.438187 57 67.992188 L 57 77.992188 C 57 78.546188 57.446 78.992188 58 78.992188 L 71 78.992188 C 71.554 78.992188 72 78.546188 72 77.992188 L 72 67.992188 C 72 67.438187 71.554 66.992188 71 66.992188 L 58 66.992188 z M 58 67.992188 L 71 67.992188 L 71 68 L 71 76.992188 L 71 78 L 58 78 L 58 76.992188 L 58 68 L 58 67.992188 z "
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:0.53997815;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect1104" />
|
||||||
|
<rect
|
||||||
|
ry="0.5"
|
||||||
|
y="79"
|
||||||
|
x="75.5"
|
||||||
|
height="1"
|
||||||
|
width="15"
|
||||||
|
id="rect1127"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="computer">
|
||||||
|
<rect
|
||||||
|
id="rect38-7"
|
||||||
|
style="opacity:0;stroke-width:2;paint-order:fill markers stroke"
|
||||||
|
ry="0"
|
||||||
|
rx="0"
|
||||||
|
height="32"
|
||||||
|
width="32"
|
||||||
|
y="-3.0004884e-07"
|
||||||
|
x="0" />
|
||||||
|
<rect
|
||||||
|
id="rect928"
|
||||||
|
ry="0"
|
||||||
|
height="2"
|
||||||
|
width="1"
|
||||||
|
y="21"
|
||||||
|
x="13"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:1.16638;image-rendering:optimizeSpeed" />
|
||||||
|
<rect
|
||||||
|
id="rect930"
|
||||||
|
ry="0.5"
|
||||||
|
height="1"
|
||||||
|
width="11.999998"
|
||||||
|
y="23"
|
||||||
|
x="10.000002"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:1.1952;image-rendering:optimizeSpeed" />
|
||||||
|
<path
|
||||||
|
d="M 7.9667969,9 C 7.4308069,9 7,9.4308061 7,9.9667969 V 20.033203 C 7,20.569193 7.4308069,21 7.9667969,21 H 24.033203 C 24.569193,21 25,20.569193 25,20.033203 V 9.9667969 C 25,9.4308061 24.569193,9 24.033203,9 Z M 8,10 H 24 V 20 H 8 Z"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:0.320714;image-rendering:optimizeSpeed"
|
||||||
|
id="rect932" />
|
||||||
|
<path
|
||||||
|
id="path940"
|
||||||
|
style="opacity:0.996111;fill:#fbfbfb;fill-opacity:1;stroke-width:0.692308;stroke-linecap:round;paint-order:stroke fill markers"
|
||||||
|
d="M 15.886719 1 A 15 15 0 0 0 1 16 A 15 15 0 0 0 16 31 A 15 15 0 0 0 31 16 A 15 15 0 0 0 16 1 A 15 15 0 0 0 15.886719 1 z M 16 2 A 14 14 0 0 1 30 16 A 14 14 0 0 1 16 30 A 14 14 0 0 1 2 16 A 14 14 0 0 1 16 2 z " />
|
||||||
|
<rect
|
||||||
|
id="rect891"
|
||||||
|
ry="0"
|
||||||
|
height="2"
|
||||||
|
width="1"
|
||||||
|
y="21"
|
||||||
|
x="18"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:1.16638;image-rendering:optimizeSpeed" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="computer-laptop">
|
||||||
|
<rect
|
||||||
|
x="48"
|
||||||
|
y="-1.4901161e-06"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
style="opacity:0;stroke-width:2;paint-order:fill markers stroke"
|
||||||
|
id="rect993" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:1.46381;image-rendering:optimizeSpeed"
|
||||||
|
x="55"
|
||||||
|
y="22"
|
||||||
|
width="18.000002"
|
||||||
|
height="1"
|
||||||
|
ry="0.5"
|
||||||
|
id="rect978" />
|
||||||
|
<path
|
||||||
|
d="M 55.966797,9 C 55.430807,9 55,9.4308061 55,9.9667969 V 20.033203 C 55,20.569193 55.430807,21 55.966797,21 H 72.033203 C 72.569193,21 73,20.569193 73,20.033203 V 9.9667969 C 73,9.4308061 72.569193,9 72.033203,9 Z M 56,10 H 72 V 20 H 56 Z"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:0.320714;image-rendering:optimizeSpeed"
|
||||||
|
id="rect980" />
|
||||||
|
<path
|
||||||
|
id="path960"
|
||||||
|
style="opacity:0.996111;fill:#fbfbfb;fill-opacity:1;stroke-width:0.692308;stroke-linecap:round;paint-order:stroke fill markers"
|
||||||
|
d="M 63.886719 1 A 15 15 0 0 0 49 16 A 15 15 0 0 0 64 31 A 15 15 0 0 0 79 16 A 15 15 0 0 0 64 1 A 15 15 0 0 0 63.886719 1 z M 64 2 A 14 14 0 0 1 78 16 A 14 14 0 0 1 64 30 A 14 14 0 0 1 50 16 A 14 14 0 0 1 64 2 z " />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1,92 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:docname="configure.svg"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata15">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview20"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:current-layer="svg"
|
||||||
|
inkscape:cx="-26.828111"
|
||||||
|
inkscape:cy="0.26366694"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-height="954"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:zoom="7.5853272"
|
||||||
|
objecttolerance="10"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
|
<defs
|
||||||
|
id="defs3">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="configure">
|
||||||
|
<path
|
||||||
|
style="fill:none"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M 0,0 V 32 H 32 V 0 Z"
|
||||||
|
id="path14-6" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:#fbfbfb;stroke-width:0.0235285;-inkscape-stroke:none"
|
||||||
|
d="m 13.750673,26.494897 h 4.498653 v -2.54814 c 0,-0.298808 0.150582,-0.599978 0.449394,-0.750555 0.75056,-0.298815 1.498766,-0.750563 2.098743,-1.199955 0.298812,-0.150585 0.599978,-0.150585 0.89879,0 l 2.249326,1.348177 2.249325,-3.898672 -2.249325,-1.348185 c -0.298812,-0.29646 -0.449394,-0.597623 -0.298812,-0.896438 0,-0.449392 0.150582,-0.750555 0.150582,-1.199947 0,-0.4494 0,-0.750563 -0.150582,-1.199955 0,-0.298815 0.150582,-0.599978 0.298812,-0.750563 l 2.249325,-1.348185 -2.249325,-3.8986724 -2.249326,1.3481854 c -0.298812,0.150577 -0.599978,0.150577 -0.89879,0 C 20.197486,9.7025991 19.44928,9.2531991 18.69872,8.9520366 18.399908,8.6532216 18.249326,8.3520591 18.249326,8.0532441 V 5.5074589 h -4.498653 v 2.5481402 c 0,0.298815 -0.150582,0.5999775 -0.449394,0.7505625 -0.75056,0.2988075 -1.498767,0.750555 -2.098743,1.1999554 -0.298812,0.150577 -0.599978,0.150577 -0.89879,0 l -2.2493253,-1.1999554 -2.249326,3.8963174 2.249326,1.348185 c 0.298812,0.150585 0.449394,0.449393 0.298812,0.750563 0,0.449392 -0.150583,0.750555 -0.150583,1.199955 0,0.449392 0,0.750555 0.150583,1.199947 0.150582,0.298815 0,0.599978 -0.298812,0.750563 l -2.249326,1.348185 2.249326,3.898672 2.2493253,-1.348185 c 0.298812,-0.150577 0.599978,-0.150577 0.89879,0 0.599976,0.4494 1.348183,0.898793 2.098743,1.199955 0.298812,0.150585 0.449394,0.4494 0.449394,0.750563 z m 5.246859,1.498762 h -5.995065 c -0.449394,0 -0.75056,-0.298807 -0.75056,-0.750555 V 24.396149 C 11.65193,24.097342 11.051953,23.796172 10.602559,23.497364 l -2.3975563,1.498763 c -0.298812,0.150585 -0.750559,0.150585 -1.049371,-0.298808 l -2.999885,-5.246857 c -0.298813,-0.4494 -0.150583,-0.898793 0.298812,-1.049378 l 2.397555,-1.498762 v -1.799933 l -2.395203,-1.498762 c -0.449394,-0.150586 -0.599977,-0.599978 -0.298812,-1.049378 l 2.997533,-5.2468576 c 0.150582,-0.298815 0.599977,-0.4493925 1.049371,-0.150585 L 10.602559,8.6555766 C 11.051953,8.3567616 11.65193,7.9050141 12.251907,7.7567841 V 4.7569039 c 0,-0.4494 0.298812,-0.7505625 0.75056,-0.7505625 h 5.997418 c 0.449395,0 0.75056,0.298815 0.75056,0.7505625 v 2.8493027 c 0.599977,0.2988075 1.199953,0.5999775 1.649348,0.898785 l 2.397556,-1.4987627 c 0.298813,-0.150585 0.750561,-0.150585 1.049371,0.2988075 l 2.997534,5.2468646 c 0.298812,0.449393 0.150583,0.898785 -0.298813,1.049371 l -2.397555,1.498762 v 1.799933 l 2.397555,1.49877 c 0.298813,0.150577 0.449396,0.599977 0.298813,1.04937 l -2.997534,5.246857 c -0.150582,0.298815 -0.599976,0.449393 -1.049371,0.298815 l -2.397556,-1.49877 c -0.449395,0.298815 -1.049371,0.750563 -1.649348,0.898793 v 2.849302 c -0.0023,0.451748 -0.301165,0.750555 -0.752913,0.750555 z m -2.997533,-7.493827 c -2.548138,0 -4.498651,-1.948163 -4.498651,-4.49865 0,-2.550496 1.950513,-4.498658 4.498651,-4.498658 2.548139,0 4.498652,1.950517 4.498652,4.498658 0,2.548132 -1.950513,4.49865 -4.498652,4.49865 z m 0,-7.496183 c -1.649348,0 -2.997532,1.348178 -2.997532,2.997533 0,1.649347 1.348184,2.997532 2.997532,2.997532 1.649349,0 2.997533,-1.348185 2.997533,-2.997532 0,-1.649355 -1.348184,-2.997533 -2.997533,-2.997533 z"
|
||||||
|
id="path839" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-configure">
|
||||||
|
<path
|
||||||
|
style="fill:none"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -22,10 V 32 H 0 V 10 Z"
|
||||||
|
id="path9" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:#fbfbfb;stroke-width:0.0156856;-inkscape-stroke:none"
|
||||||
|
d="m -12.499551,27.996595 h 2.9991018 v -1.69876 c 0,-0.19921 0.100388,-0.39998 0.299596,-0.50037 0.500373,-0.19921 0.999178,-0.50037 1.399163,-0.79997 0.199208,-0.10039 0.399984,-0.10039 0.599192,0 l 1.499551,0.89879 1.499551,-2.59912 -1.499551,-0.89879 c -0.199208,-0.19764 -0.299596,-0.39841 -0.199208,-0.59762 0,-0.2996 0.100388,-0.50038 0.100388,-0.79997 0,-0.2996 0,-0.50038 -0.100388,-0.79997 0,-0.19921 0.100388,-0.39999 0.199208,-0.50037 l 1.499551,-0.89879 -1.499551,-2.59912 -1.499551,0.89879 c -0.199208,0.10039 -0.399984,0.10039 -0.599192,0 -0.399985,-0.2996 -0.89879,-0.59919 -1.399163,-0.79997 -0.199208,-0.19921 -0.299596,-0.39999 -0.299596,-0.59919 v -1.69719 h -2.9991018 v 1.69875 c 0,0.19921 -0.100388,0.39999 -0.299596,0.50038 -0.500373,0.19921 -0.999178,0.50037 -1.399162,0.79997 -0.199208,0.10039 -0.399985,0.10039 -0.599193,0 l -1.499551,-0.79997 -1.499551,2.59755 1.499551,0.89879 c 0.199208,0.10038 0.299597,0.29959 0.199208,0.50037 0,0.29959 -0.100388,0.50037 -0.100388,0.79997 0,0.29959 0,0.50037 0.100388,0.79997 0.100389,0.19921 0,0.39998 -0.199208,0.50037 l -1.499551,0.89879 1.499551,2.59912 1.499551,-0.89879 c 0.199208,-0.10039 0.399985,-0.10039 0.599193,0 0.399984,0.29959 0.898789,0.59919 1.399162,0.79997 0.199208,0.10039 0.299596,0.29959 0.299596,0.50037 z m 3.4979058,0.99918 h -3.9967098 c -0.299596,0 -0.500373,-0.19921 -0.500373,-0.50038 v -1.89796 c -0.399985,-0.19921 -0.79997,-0.39999 -1.099566,-0.5992 l -1.59837,0.99918 c -0.199209,0.10039 -0.500374,0.10039 -0.699581,-0.19921 l -1.999924,-3.4979 c -0.199208,-0.2996 -0.100388,-0.59919 0.199208,-0.69958 l 1.59837,-0.99918 v -1.19995 l -1.596801,-0.99918 c -0.299597,-0.10039 -0.399985,-0.39999 -0.199208,-0.69958 l 1.998355,-3.49791 c 0.100388,-0.19921 0.399984,-0.2996 0.699581,-0.10039 l 1.59837,0.99918 c 0.299596,-0.19921 0.699581,-0.50037 1.099566,-0.59919 v -1.99993 c 0,-0.29959 0.199208,-0.50037 0.500373,-0.50037 h 3.9982788 c 0.299596,0 0.500373,0.19921 0.500373,0.50037 v 1.89954 c 0.399985,0.19921 0.799969,0.39998 1.099566,0.59919 l 1.59837,-0.99918 c 0.199208,-0.10038 0.500373,-0.10038 0.699582,0.19921 l 1.998355,3.49791 c 0.199207,0.29959 0.100388,0.59919 -0.199208,0.69958 l -1.598371,0.99918 v 1.19995 l 1.598371,0.99918 c 0.199208,0.10039 0.299596,0.39998 0.199208,0.69958 l -1.998355,3.49791 c -0.100389,0.1992 -0.399985,0.29959 -0.699582,0.1992 l -1.59837,-0.99917 c -0.299597,0.1992 -0.699581,0.50037 -1.099566,0.59919 v 1.89953 c -0.0016,0.30117 -0.200777,0.50038 -0.501942,0.50038 z M -11,23.999885 c -1.698759,0 -2.999101,-1.29877 -2.999101,-2.9991 0,-1.70033 1.300342,-2.9991 2.999101,-2.9991 1.6987588,0 2.9991008,1.30034 2.9991008,2.9991 0,1.69876 -1.300342,2.9991 -2.9991008,2.9991 z m 0,-4.99746 c -1.099566,0 -1.998355,0.89879 -1.998355,1.99836 0,1.09956 0.898789,1.99835 1.998355,1.99835 1.0995658,0 1.9983548,-0.89879 1.9983548,-1.99835 0,-1.09957 -0.898789,-1.99836 -1.9983548,-1.99836 z"
|
||||||
|
id="path1068" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="16-16-configure">
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke-width:0.727273"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m -38,16 v 16 h 16 V 16 Z"
|
||||||
|
id="path9-7" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:#fbfbfb;stroke-width:0.0117642;-inkscape-stroke:none"
|
||||||
|
d="m -31.124663,29.247444 h 2.249326 v -1.27407 c 0,-0.149408 0.07529,-0.299985 0.224697,-0.375278 0.37528,-0.149407 0.749384,-0.375277 1.049373,-0.599977 0.149406,-0.07529 0.299988,-0.07529 0.449394,0 l 1.124663,0.674092 1.124663,-1.94934 -1.124663,-0.674092 c -0.149406,-0.14823 -0.224697,-0.298808 -0.149406,-0.448215 0,-0.2247 0.07529,-0.375285 0.07529,-0.599978 0,-0.2247 0,-0.375285 -0.07529,-0.599977 0,-0.149408 0.07529,-0.299993 0.149406,-0.375278 l 1.124663,-0.674092 -1.124663,-1.94934 -1.124663,0.674092 c -0.149406,0.07529 -0.299988,0.07529 -0.449394,0 -0.299989,-0.2247 -0.674093,-0.449392 -1.049373,-0.599977 -0.149406,-0.149408 -0.224697,-0.299993 -0.224697,-0.449393 v -1.272892 h -2.249326 v 1.274062 c 0,0.149408 -0.07529,0.299993 -0.224697,0.375285 -0.37528,0.149408 -0.749384,0.375278 -1.049372,0.599978 -0.149406,0.07529 -0.299988,0.07529 -0.449394,0 l -1.124664,-0.599978 -1.124663,1.948163 1.124663,0.674092 c 0.149406,0.07529 0.224698,0.224693 0.149406,0.375278 0,0.224692 -0.07529,0.375277 -0.07529,0.599977 0,0.224693 0,0.375278 0.07529,0.599978 0.07529,0.149407 0,0.299985 -0.149406,0.375277 l -1.124663,0.674093 1.124663,1.94934 1.124664,-0.674093 c 0.149406,-0.07529 0.299988,-0.07529 0.449394,0 0.299988,0.224693 0.674092,0.449393 1.049372,0.599978 0.149406,0.07529 0.224697,0.224692 0.224697,0.375277 z m 2.623429,0.749385 h -2.997532 c -0.224697,0 -0.37528,-0.149408 -0.37528,-0.375285 v -1.42347 c -0.299989,-0.149408 -0.599977,-0.299993 -0.824674,-0.4494 l -1.198778,0.749385 c -0.149407,0.07529 -0.37528,0.07529 -0.524686,-0.149408 l -1.499943,-2.623425 c -0.149406,-0.2247 -0.07529,-0.449392 0.149406,-0.524685 l 1.198778,-0.749385 v -0.899962 l -1.197601,-0.749385 c -0.224698,-0.07529 -0.299989,-0.299993 -0.149406,-0.524685 l 1.498766,-2.623433 c 0.07529,-0.149407 0.299988,-0.2247 0.524686,-0.07529 l 1.198778,0.749385 c 0.224697,-0.149407 0.524685,-0.375277 0.824674,-0.449392 v -1.499947 c 0,-0.224693 0.149406,-0.375278 0.37528,-0.375278 h 2.998709 c 0.224697,0 0.37528,0.149408 0.37528,0.375278 v 1.424654 c 0.299989,0.149408 0.599977,0.299985 0.824675,0.449393 l 1.198777,-0.749385 c 0.149406,-0.07528 0.37528,-0.07528 0.524687,0.149407 l 1.498766,2.623433 c 0.149405,0.224692 0.07529,0.449392 -0.149406,0.524685 l -1.198778,0.749385 v 0.899962 l 1.198778,0.749385 c 0.149406,0.07529 0.224697,0.299985 0.149406,0.524685 l -1.498766,2.623433 c -0.07529,0.1494 -0.299989,0.224692 -0.524687,0.1494 l -1.198777,-0.749378 c -0.224698,0.1494 -0.524686,0.375278 -0.824675,0.449393 v 1.424647 c -0.0012,0.225878 -0.150583,0.375285 -0.376457,0.375285 z M -30,26.249911 c -1.274069,0 -2.249326,-0.974077 -2.249326,-2.249325 0,-1.275247 0.975257,-2.249325 2.249326,-2.249325 1.274069,0 2.249326,0.975255 2.249326,2.249325 0,1.27407 -0.975257,2.249325 -2.249326,2.249325 z m 0,-3.748095 c -0.824674,0 -1.498766,0.674093 -1.498766,1.49877 0,0.82467 0.674092,1.498763 1.498766,1.498763 0.824675,0 1.498766,-0.674093 1.498766,-1.498763 0,-0.824677 -0.674091,-1.49877 -1.498766,-1.49877 z"
|
||||||
|
id="path1204" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 11 KiB |
|
@ -0,0 +1,148 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:docname="device.svg"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 22 22"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata28">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview33"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:current-layer="svg"
|
||||||
|
inkscape:cx="-13.1875"
|
||||||
|
inkscape:cy="20"
|
||||||
|
inkscape:object-nodes="true"
|
||||||
|
inkscape:object-paths="true"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:snap-midpoints="true"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:window-height="954"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:zoom="8"
|
||||||
|
objecttolerance="10"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
showgrid="true"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:lockguides="false">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid842"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs3">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="16-16-device-notifier">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.2;fill:none;fill-opacity:1;stroke:none"
|
||||||
|
id="rect4182"
|
||||||
|
width="15.999985"
|
||||||
|
height="15.999985"
|
||||||
|
x="0"
|
||||||
|
y="26.000002" />
|
||||||
|
<g
|
||||||
|
transform="translate(-7.6293945e-6)"
|
||||||
|
id="g999">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1.28900659;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 5,31 v 9 h 6 v -9 z m 1,1 h 4 v 7.076172 H 6 Z"
|
||||||
|
id="rect945" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:0.70164645;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 6 29 L 6 32 L 10 32 L 10 29 L 6 29 z M 7 30 L 9 30 L 9 31 L 7 31 L 7 30 z "
|
||||||
|
transform="translate(7.6293945e-6)"
|
||||||
|
id="rect979" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="device-notifier">
|
||||||
|
<rect
|
||||||
|
y="-35.999996"
|
||||||
|
x="-4.9999924"
|
||||||
|
height="31.999985"
|
||||||
|
width="31.999985"
|
||||||
|
id="rect4151"
|
||||||
|
style="opacity:0.2;fill:none;fill-opacity:1;stroke:none" />
|
||||||
|
<g
|
||||||
|
id="g1887"
|
||||||
|
transform="translate(-29)">
|
||||||
|
<path
|
||||||
|
id="rect890"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke-width:0.05;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 30,-15 c -0.554,0 -1,0.446 -1,1 v 6 c 0,0.554 0.446,1 1,1 h 20 c 0.554,0 1,-0.446 1,-1 v -6 c 0,-0.554 -0.446,-1 -1,-1 z m 0,1 h 20 v 6 H 30 Z"
|
||||||
|
sodipodi:nodetypes="sssssssssccccc" />
|
||||||
|
<path
|
||||||
|
id="rect2527"
|
||||||
|
style="color:#000000;fill:#ffffff;stroke-width:0.0738341;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none"
|
||||||
|
d="m 34,-22 c -0.549112,0 -0.687596,0.539044 -0.992188,1 l -3.964979,6.708456 H 50.957167 L 46.992188,-21 C 46.687596,-21.460956 46.549112,-22 46,-22 Z"
|
||||||
|
sodipodi:nodetypes="sccccss" />
|
||||||
|
<circle
|
||||||
|
style="opacity:0.8;fill:#04ff04;fill-opacity:1;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="path4724"
|
||||||
|
cx="33"
|
||||||
|
cy="-11"
|
||||||
|
r="1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-device-notifier">
|
||||||
|
<rect
|
||||||
|
y="1.2617187e-05"
|
||||||
|
x="9.9999997e-06"
|
||||||
|
height="21.999985"
|
||||||
|
width="21.999985"
|
||||||
|
id="rect4157"
|
||||||
|
style="opacity:0.2;fill:none;fill-opacity:1;stroke:none" />
|
||||||
|
<g
|
||||||
|
id="g1588"
|
||||||
|
transform="translate(-18,-1)">
|
||||||
|
<path
|
||||||
|
id="rect877"
|
||||||
|
style="fill:#fffffe;stroke:none;stroke-width:2.17423;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 25,7 c -1.108,0 -2,0.892 -2,2 v 10 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 V 9 C 35,7.892 34.108,7 33,7 Z m 0,1 h 8 c 0.554,0 1,0.446 1,1 v 10 c 0,0.554 -0.446,1 -1,1 h -8 c -0.554,0 -1,-0.446 -1,-1 V 9 c 0,-0.554 0.446,-1 1,-1 z"
|
||||||
|
sodipodi:nodetypes="ssssssssssssssssss" />
|
||||||
|
<path
|
||||||
|
id="rect1303"
|
||||||
|
style="fill:#fffffe;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 27,3 c -0.554,0 -1,0.446 -1,1 v 3 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 V 4 C 32,3.446 31.554,3 31,3 Z m 0,1 h 4 v 3 h -4 z"
|
||||||
|
sodipodi:nodetypes="sssssssssccccc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.3 KiB |
|
@ -0,0 +1,115 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
id="svg16"
|
||||||
|
sodipodi:docname="dropbox.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata22">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs20">
|
||||||
|
<linearGradient
|
||||||
|
id="oomox"
|
||||||
|
x1="131.53468"
|
||||||
|
x2="131.53468"
|
||||||
|
y1="146.39674"
|
||||||
|
y2="160.8511"
|
||||||
|
gradientTransform="scale(1.0377491,0.96362406)"
|
||||||
|
gradientUnits="userSpaceOnUse">
|
||||||
|
<stop
|
||||||
|
offset="0%"
|
||||||
|
style="stop-color:#303b3d; stop-opacity:1"
|
||||||
|
id="stop18" />
|
||||||
|
<stop
|
||||||
|
offset="100%"
|
||||||
|
style="stop-color:#bc985d; stop-opacity:1"
|
||||||
|
id="stop20" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview18"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="11.313709"
|
||||||
|
inkscape:cx="9.4133586"
|
||||||
|
inkscape:cy="10.783378"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg16"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:snap-smooth-nodes="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid876"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="rect855"
|
||||||
|
style="fill:#fbfbfb;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="M 10.785156 11.71875 C 10.558931 11.71465 10.341814 11.844663 10.244141 12.064453 C 10.113898 12.357476 10.246011 12.699847 10.539062 12.830078 L 15.419922 15 L 15.419922 21.419922 C 15.419922 21.740535 15.67934 22 16 22 C 16.320672 22 16.580078 21.740535 16.580078 21.419922 L 16.580078 15 L 21.460938 12.830078 C 21.75403 12.699848 21.886032 12.357474 21.755859 12.064453 C 21.625569 11.771418 21.283326 11.639301 20.990234 11.769531 L 16 13.986328 L 11.009766 11.769531 C 10.93651 11.73697 10.860565 11.720117 10.785156 11.71875 z " />
|
||||||
|
<g
|
||||||
|
id="22-22-dropbox">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="32"
|
||||||
|
y="10"
|
||||||
|
id="rect2" />
|
||||||
|
<path
|
||||||
|
id="rect5074"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 43,13 c -0.441325,0 -0.881608,0.08311 -1.298828,0.25 L 35.94336,15.552734 C 35.37388,15.780524 35,16.331952 35,16.945312 v 7.646485 c 0,0.6134 0.37388,1.164778 0.94336,1.392578 l 5.757812,2.302734 c 0.83444,0.3338 1.76511,0.3338 2.59961,0 l 5.757812,-2.302734 C 50.628094,25.756575 51,25.205197 51,24.591797 v -7.646485 c 0,-0.61336 -0.371906,-1.164788 -0.941406,-1.392578 L 44.300782,13.25 C 43.883532,13.08311 43.441325,13 43,13 Z m 0,1 c 0.315229,0 0.631638,0.06048 0.929688,0.179689 l 5.755859,2.302733 C 49.875347,16.558352 50,16.740863 50,16.945312 v 7.646485 c 0,0.2045 -0.124653,0.388844 -0.314453,0.464844 l -5.755859,2.302734 c -0.5961,0.2384 -1.261392,0.2384 -1.857422,0 L 36.314454,25.056641 C 36.124634,24.980641 36,24.796297 36,24.591797 v -7.646485 c 0,-0.20445 0.124624,-0.38696 0.314454,-0.46289 l 5.757812,-2.302733 C 42.370281,14.060478 42.684772,14 43,14 Z m -4.490234,2.769531 c -0.194817,-0.0035 -0.382684,0.107628 -0.466797,0.296875 -0.11216,0.25234 0.0016,0.548007 0.253906,0.660156 L 42.5,19.59375 v 4.675781 c 0,0.2761 0.22386,0.5 0.5,0.5 0.27615,0 0.5,-0.2239 0.5,-0.5 V 19.59375 l 4.203125,-1.867188 c 0.2524,-0.112149 0.366007,-0.407816 0.253907,-0.660156 -0.1122,-0.25235 -0.407757,-0.366056 -0.660157,-0.253906 L 43,18.722656 38.703125,16.8125 c -0.06309,-0.02804 -0.12842,-0.0418 -0.193359,-0.04297 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="dropbox">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="rect9" />
|
||||||
|
<g
|
||||||
|
id="g4880">
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:#fbfbfb;-inkscape-stroke:none"
|
||||||
|
d="M 16,5 C 15.387103,5 14.774313,5.1157407 14.195313,5.3457031 L 5.5722656,8.7695313 C 4.6276999,9.1447056 4,10.053279 4,11.0625 v 10.875 c 0,1.009204 0.6276631,1.917823 1.5722656,2.292969 l 8.6230474,3.423828 c 1.158,0.459925 2.451374,0.459925 3.609374,0 l 8.623047,-3.423828 C 27.372327,23.855321 28,22.946699 28,21.9375 V 11.0625 C 28,10.053284 27.37229,9.1447076 26.427734,8.7695313 L 17.804687,5.3457031 C 17.225687,5.1157407 16.612897,5 16,5 Z m 0,1 c 0.487766,0 0.975408,0.090683 1.435547,0.2734375 l 8.623047,3.4257813 C 26.632956,9.9273548 27,10.465872 27,11.0625 v 10.875 c 0,0.596599 -0.36708,1.135186 -0.941406,1.363281 l -8.623047,3.425781 c -0.920278,0.365509 -1.950816,0.365509 -2.871094,0 L 5.9414062,23.300781 C 5.3670663,23.072684 5,22.534095 5,21.9375 V 11.0625 C 5,10.465876 5.3670295,9.9273568 5.9414062,9.6992188 L 14.564453,6.2734375 C 15.024592,6.0906834 15.512234,6 16,6 Z"
|
||||||
|
id="path3591" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.8 KiB |
|
@ -0,0 +1,212 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
sodipodi:docname="kaffeine.svg"
|
||||||
|
id="svg44"
|
||||||
|
version="1.1"
|
||||||
|
height="32"
|
||||||
|
width="32"
|
||||||
|
style="enable-background:new"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata48">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
showguides="false"
|
||||||
|
inkscape:current-layer="svg44"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="18"
|
||||||
|
inkscape:cx="13.0625"
|
||||||
|
inkscape:zoom="8"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview46"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#000000"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid845"
|
||||||
|
type="xygrid"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient5606"
|
||||||
|
inkscape:swatch="solid">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000"
|
||||||
|
offset="0"
|
||||||
|
id="stop5608" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g128"
|
||||||
|
transform="matrix(0,0.23269337,-0.3257329,0,32.286645,4.6684123)">
|
||||||
|
<g
|
||||||
|
id="g126">
|
||||||
|
<g
|
||||||
|
id="g124">
|
||||||
|
<g
|
||||||
|
id="g122">
|
||||||
|
<g
|
||||||
|
id="g120">
|
||||||
|
<g
|
||||||
|
id="g118">
|
||||||
|
<g
|
||||||
|
id="g116">
|
||||||
|
<g
|
||||||
|
id="g114" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g146"
|
||||||
|
transform="matrix(0,0.23269337,-0.3257329,0,32.286645,4.6684123)">
|
||||||
|
<g
|
||||||
|
id="g144">
|
||||||
|
<g
|
||||||
|
id="g142">
|
||||||
|
<g
|
||||||
|
id="g140">
|
||||||
|
<g
|
||||||
|
id="g138">
|
||||||
|
<g
|
||||||
|
id="g136">
|
||||||
|
<g
|
||||||
|
id="g134">
|
||||||
|
<g
|
||||||
|
id="g132" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="kaffeine">
|
||||||
|
<rect
|
||||||
|
id="rect11"
|
||||||
|
style="opacity:0.00100002"
|
||||||
|
y="0"
|
||||||
|
x="0"
|
||||||
|
height="32"
|
||||||
|
width="32" />
|
||||||
|
<g
|
||||||
|
id="g3673"
|
||||||
|
transform="translate(32)">
|
||||||
|
<g
|
||||||
|
id="g3665">
|
||||||
|
<path
|
||||||
|
id="rect880"
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m -27,7 c -1.108,0 -2,0.892 -2,2 v 14 c 0,1.108 0.892,2 2,2 h 22 c 1.108,0 2,-0.892 2,-2 V 9 C -3,7.892 -3.892,7 -5,7 Z m 0,1 h 22 c 0.554,0 1,0.446 1,1 v 14 c 0,0.554 -0.446,1 -1,1 h -22 c -0.554,0 -1,-0.446 -1,-1 V 9 c 0,-0.554 0.446,-1 1,-1 z" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3388"
|
||||||
|
width="26"
|
||||||
|
height="1"
|
||||||
|
x="-29"
|
||||||
|
y="12"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3492"
|
||||||
|
width="1"
|
||||||
|
height="6"
|
||||||
|
x="-21"
|
||||||
|
y="7"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3574"
|
||||||
|
width="1"
|
||||||
|
height="6"
|
||||||
|
x="-12"
|
||||||
|
y="7"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path3579"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:0.273342;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m -17.475531,15.618105 c -0.266679,-0.01293 -0.522223,0.19476 -0.522223,0.496985 v 5.004798 c 0,0.403056 0.454127,0.638133 0.783334,0.405742 l 3.544904,-2.502399 c 0.280499,-0.198009 0.280499,-0.613475 0,-0.811483 l -3.544904,-2.5024 c -0.0823,-0.0581 -0.172219,-0.08693 -0.261111,-0.09125 z"
|
||||||
|
sodipodi:nodetypes="sssccccs" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-kaffeine">
|
||||||
|
<path
|
||||||
|
id="path6"
|
||||||
|
d="m 32,10 h 22 c 0,0 0,0 0,0 v 22 c 0,0 0,0 0,0 H 32 c 0,0 0,0 0,0 V 10 c 0,0 0,0 0,0 z"
|
||||||
|
style="opacity:0" />
|
||||||
|
<g
|
||||||
|
id="g5038"
|
||||||
|
transform="translate(61,2.5)">
|
||||||
|
<rect
|
||||||
|
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:0.433013;stroke-linejoin:round"
|
||||||
|
id="rect5032"
|
||||||
|
width="18"
|
||||||
|
height="1"
|
||||||
|
x="-27"
|
||||||
|
y="15.5"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:0.447214;stroke-linejoin:round"
|
||||||
|
id="rect5034"
|
||||||
|
width="1"
|
||||||
|
height="4"
|
||||||
|
x="-22"
|
||||||
|
y="12.5"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:0.447214;stroke-linejoin:round"
|
||||||
|
id="rect5036"
|
||||||
|
width="1"
|
||||||
|
height="4"
|
||||||
|
x="-15"
|
||||||
|
y="12.5"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path4019"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:0.228234;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="M 41.436043,20.999906 C 41.213373,20.989106 41,21.162525 41,21.414875 v 4.178877 c 0,0.336541 0.379185,0.532824 0.654064,0.338784 l 2.959903,-2.089438 c 0.234209,-0.165333 0.234209,-0.512236 0,-0.677568 l -2.959903,-2.089439 c -0.06872,-0.04851 -0.143799,-0.07258 -0.218021,-0.07619 z"
|
||||||
|
sodipodi:nodetypes="sssccccs" />
|
||||||
|
<path
|
||||||
|
id="rect4043"
|
||||||
|
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="M 35 14 C 33.892 14 33 14.892 33 16 L 33 27 C 33 28.108 33.892 29 35 29 L 51 29 C 52.108 29 53 28.108 53 27 L 53 16 C 53 14.892 52.108 14 51 14 L 35 14 z M 35 15 L 51 15 C 51.554 15 52 15.446 52 16 L 52 27 C 52 27.554 51.554 28 51 28 L 35 28 C 34.446 28 34 27.554 34 27 L 34 16 C 34 15.446 34.446 15 35 15 z " />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.9 KiB |
|
@ -0,0 +1,90 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg19"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="kate.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview13"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="8.562621"
|
||||||
|
inkscape:cx="33.050628"
|
||||||
|
inkscape:cy="16.174954"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg19"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid838" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata21">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs5">
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme"> .ColorScheme-Text { color:#363636; } </style>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="22-22-kate"
|
||||||
|
transform="translate(0,-27.863281)">
|
||||||
|
<path
|
||||||
|
id="path295"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#fbfbfb;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
d="m 59.713022,41.359515 c -1.147067,0.03867 -2.441323,0.400301 -3.699219,1.328125 -1.30593,0.96327 -1.880226,1.226645 -2.513672,1.546875 0.56439,0.04385 3.9416,-0.445546 4.539062,1.574219 0.02782,-0.0087 0.146246,-0.04474 0.185547,-0.05664 -2.429067,0.688376 -3.784705,2.272487 -2.757812,4.470703 1.030561,2.20622 2.811177,2.258398 5.009765,3.75586 1.716409,1.16905 2.136637,1.764404 3.244141,3.384765 -0.230313,-2.238946 -1.293639,-5.125077 -1.791015,-6.396484 1.92025,1.169495 2.893036,1.431249 5.570312,1.716797 -3.474215,-2.51818 -4.13246,-3.01032 -6.121094,-4.736328 -1.33414,0.06848 -1.18789,0.05561 -1.974609,0.101562 1.035713,1.488214 1.444402,3.675017 -0.449219,4.076172 -1.772478,0.375473 -3.482029,-1.182913 -2.996094,-2.851563 0.527648,-1.811913 2.805896,-1.462981 5.195313,-1.777343 2.38933,-0.314307 4.571675,-2.700683 5.884765,-4.466797 -1.874921,0.651384 -4.279573,1.394738 -6.929687,2.167968 -0.536748,-1.067138 -1.224921,-3.083748 2.416016,-3.22461 -0.666913,-0.368465 -1.665434,-0.651956 -2.8125,-0.613281 z" />
|
||||||
|
<path
|
||||||
|
id="path297"
|
||||||
|
fill="none"
|
||||||
|
d="m 49,37.863281 h 22 v 22 H 49 Z"
|
||||||
|
style="color:#363636" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="kate"
|
||||||
|
transform="translate(2.8953998e-8,-39)">
|
||||||
|
<rect
|
||||||
|
id="rect1271"
|
||||||
|
fill="none"
|
||||||
|
height="32"
|
||||||
|
width="32"
|
||||||
|
y="39"
|
||||||
|
x="-2.8954e-08"
|
||||||
|
style="color:#363636" />
|
||||||
|
<path
|
||||||
|
style="color:#363636;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#fbfbfb;stroke-width:1.00399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000"
|
||||||
|
d="m 15.037082,41.50828 c -2.129984,0.06763 -4.533717,0.701707 -6.8695003,2.324453 -2.4249782,1.684742 -3.489484,2.144969 -4.6657273,2.705045 1.0480129,0.0767 7.3185586,-0.781605 8.4279866,2.750928 0.05168,-0.01524 0.271219,-0.07548 0.344197,-0.09629 -4.5105274,1.203957 -7.0266469,3.972334 -5.1198127,7.816976 1.9136462,3.858639 5.2201977,3.950871 9.3027497,6.569903 3.187194,2.044648 3.966922,3.084861 6.023443,5.918842 -0.427668,-3.915875 -2.403571,-8.963104 -3.327149,-11.186772 3.565706,2.045425 5.373452,2.50363 10.344876,3.003048 -6.451257,-4.404252 -7.67534,-5.265911 -11.368027,-8.284665 -2.47736,0.11977 -2.205721,0.09844 -3.666578,0.1788 1.923214,2.602859 2.684455,6.427747 -0.831804,7.12936 -3.291307,0.656696 -6.4668235,-2.069845 -5.564491,-4.988283 0.9797864,-3.169002 5.210142,-2.558687 9.647045,-3.108499 4.436739,-0.549718 8.489935,-4.723563 10.928214,-7.812465 -3.48154,1.13925 -7.947955,2.439232 -12.868943,3.791599 -0.996685,-1.866405 -2.27205,-5.392825 4.488796,-5.63919 -1.238389,-0.644436 -3.095079,-1.140464 -5.225063,-1.072824 z"
|
||||||
|
id="path1273" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.8 KiB |
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
id="svg21"
|
||||||
|
sodipodi:docname="kdf.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata25">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1005"
|
||||||
|
id="namedview23"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="11.313709"
|
||||||
|
inkscape:cx="-15.512155"
|
||||||
|
inkscape:cy="2.032932"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg21"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:object-nodes="false"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid850" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs3">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
</defs>
|
||||||
|
<rect
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
x="-20.43"
|
||||||
|
y="-19.39"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
ry="0"
|
||||||
|
opacity="0"
|
||||||
|
id="rect5" />
|
||||||
|
<g
|
||||||
|
id="kdf"
|
||||||
|
transform="translate(22,-10)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.00100002;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect846-3"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="-22"
|
||||||
|
y="10"
|
||||||
|
ry="0" />
|
||||||
|
<path
|
||||||
|
id="rect1665"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m -5.5,29 c 1.38071,0 2.5,-1.11929 2.5,-2.5 v -11 C -3,14.1193 -4.11929,13 -5.5,13 h -11 c -1.3807,0 -2.5,1.1193 -2.5,2.5 v 11 c 0,1.38071 1.1193,2.5 2.5,2.5 z m 0,-1 H -9 V 25.5 C -9,24.67157 -9.67157,24 -10.5,24 H -18 v -8.5 c 0,-0.8284 0.6716,-1.5 1.5,-1.5 h 11 c 0.82843,0 1.5,0.6716 1.5,1.5 v 11 c 0,0.82843 -0.67157,1.5 -1.5,1.5 z m -4.5,0 h -6.5 C -17.3284,28 -18,27.32843 -18,26.5 V 25 h 7.5 c 0.27614,0 0.5,0.22386 0.5,0.5 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="16-16-kdf"
|
||||||
|
transform="translate(26,-10)">
|
||||||
|
<path
|
||||||
|
id="path17-6"
|
||||||
|
d="m -42,16 v 16 h 16 V 16 Z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:none" />
|
||||||
|
<path
|
||||||
|
id="path3447"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m -29.5,31 c 1.38071,0 2.5,-1.11929 2.5,-2.5 v -9 c 0,-1.3807 -1.11929,-2.5 -2.5,-2.5 h -9 c -1.3807,0 -2.5,1.1193 -2.5,2.5 v 9 c 0,1.38071 1.1193,2.5 2.5,2.5 z m 0,-1 h -3.25 v -1.5 c 0,-0.82843 -0.67157,-1.5 -1.5,-1.5 H -40 v -7.5 c 0,-0.8284 0.6716,-1.5 1.5,-1.5 h 9 c 0.82843,0 1.5,0.6716 1.5,1.5 v 9 c 0,0.82843 -0.67157,1.5 -1.5,1.5 z m -4.25,0 H -38.5 C -39.3284,30 -40,29.32843 -40,28.5 V 28 h 5.75 c 0.27614,0 0.5,0.22386 0.5,0.5 z"
|
||||||
|
sodipodi:nodetypes="sssssssssscsscsssssscsscssc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
|
@ -0,0 +1,68 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
version="1.1"
|
||||||
|
id="svg8"
|
||||||
|
sodipodi:docname="kleopatra.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata14">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs12" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="936"
|
||||||
|
id="namedview10"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="15.170655"
|
||||||
|
inkscape:cx="2.9992113"
|
||||||
|
inkscape:cy="11.963887"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg8"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid938" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="kleopatra">
|
||||||
|
<path
|
||||||
|
id="rect855"
|
||||||
|
style="fill:#fbfbfb;fill-rule:evenodd;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m 11.000975,6.0000002 c -3.6934006,0 -6.9434533,2.673647 -7.7207033,6.3984368 -0.0564,0.2703 0.1163987,0.533344 0.3867187,0.589844 0.27032,0.0564 0.5353869,-0.116319 0.5917969,-0.386719 0.68345,-3.2752098 3.5365571,-5.6015618 6.7421877,-5.6015618 3.2057,0 6.056734,2.326342 6.740234,5.6015618 0.0565,0.2704 0.321497,0.443119 0.591797,0.386719 0.2704,-0.0565 0.443119,-0.319544 0.386719,-0.589844 -0.7774,-3.7247798 -4.02535,-6.3984368 -7.71875,-6.3984368 z m 0,3 C 9.0679744,9.0000002 7.5009748,10.567 7.5009748,12.5 c 0,1.933 1.5669996,3.5 3.5000002,3.5 1.933,0 3.5,-1.567 3.5,-3.5 0,-1.933 -1.567,-3.4999998 -3.5,-3.4999998 z m 0,0.9999998 c 1.3807,0 2.5,1.1193 2.5,2.5 0,1.3807 -1.1193,2.5 -2.5,2.5 -1.3807102,0 -2.5000002,-1.1193 -2.5000002,-2.5 0,-1.3807 1.11929,-2.5 2.5000002,-2.5 z" />
|
||||||
|
<rect
|
||||||
|
style="fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect4764"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="0"
|
||||||
|
y="-1.7382812e-05" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
|
@ -0,0 +1,181 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="knotes.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata18">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs16" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="965"
|
||||||
|
id="namedview14"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="4.90625"
|
||||||
|
inkscape:cx="-22.522293"
|
||||||
|
inkscape:cy="17.121019"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:bbox-nodes="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid857"
|
||||||
|
originx="0"
|
||||||
|
originy="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
id="knotes">
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:8.74475;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3729"
|
||||||
|
width="13"
|
||||||
|
height="1"
|
||||||
|
x="8"
|
||||||
|
y="25"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
y="0"
|
||||||
|
x="-2.8953547e-08"
|
||||||
|
height="32"
|
||||||
|
width="32.000004"
|
||||||
|
id="rect4230-3"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:none" />
|
||||||
|
<g
|
||||||
|
id="g6870"
|
||||||
|
transform="translate(28,3)">
|
||||||
|
<path
|
||||||
|
id="rect1276"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="M -16.585938,0 C -17.239047,0 -17.79408,0.4174 -18,1 h -3.478515 c -0.82843,0 -1.5,0.67157 -1.5,1.5 v 22 c 0,0.8284 0.67157,1.5 1.5,1.5 h 18.9570305 c 0.8284,0 1.5,-0.6716 1.5,-1.5 v -22 c 0,-0.82843 -0.6716,-1.5 -1.5,-1.5 H -6 C -6.2059,0.4174 -6.760963,0 -7.414062,0 Z m 0,1 h 9.171876 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 h -9.171876 c -0.27614,0 -0.499999,-0.22386 -0.499999,-0.5 0,-0.27614 0.22386,-0.5 0.499999,-0.5 z m -4.892577,1 H -18 c 0.20592,0.5826 0.760953,1 1.414062,1 h 9.171876 C -6.760963,3 -6.2059,2.5826 -6,2 h 3.4785155 c 0.2761,0 0.5,0.22386 0.5,0.5 v 22 c 0,0.2761 -0.2239,0.5 -0.5,0.5 H -21.478515 c -0.276141,0 -0.5,-0.2239 -0.5,-0.5 v -22 c 0,-0.27614 0.223859,-0.5 0.5,-0.5 z"
|
||||||
|
sodipodi:nodetypes="scsssssssscsssssssssscsscssssssss" />
|
||||||
|
<g
|
||||||
|
id="g3940"
|
||||||
|
transform="translate(-28.021484,29)">
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:9.39337;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3607"
|
||||||
|
width="15"
|
||||||
|
height="1"
|
||||||
|
x="8.0214844"
|
||||||
|
y="-22"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:9.39337;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3727"
|
||||||
|
width="15"
|
||||||
|
height="1"
|
||||||
|
x="8.0214844"
|
||||||
|
y="-13"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:8.82353;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3830"
|
||||||
|
width="13.235293"
|
||||||
|
height="1"
|
||||||
|
x="8.0214844"
|
||||||
|
y="-16"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:6.02762;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3832"
|
||||||
|
width="6.1764708"
|
||||||
|
height="1"
|
||||||
|
x="8.0214844"
|
||||||
|
y="-19"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:6.02762;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3933"
|
||||||
|
width="6.1764708"
|
||||||
|
height="1"
|
||||||
|
x="8.0214844"
|
||||||
|
y="-10"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="22-22-knotes">
|
||||||
|
<rect
|
||||||
|
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||||
|
id="rect4148-6"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
x="35"
|
||||||
|
y="10" />
|
||||||
|
<g
|
||||||
|
id="g8686"
|
||||||
|
transform="translate(0,19.000001)">
|
||||||
|
<path
|
||||||
|
id="rect7611"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
d="m 43.5,-6 c -0.65311,0 -1.208143,0.4174 -1.414062,1 H 40.5 C 39.67157,-5 39,-4.32843 39,-3.5 v 12 c 0,0.8284 0.67157,1.5 1.5,1.5 h 11 C 52.3284,10 53,9.3284 53,8.5 v -12 C 53,-4.32843 52.3284,-5 51.5,-5 H 49.914062 C 49.708162,-5.5826 49.1531,-6 48.5,-6 Z m 0,1 h 5 c 0.27614,0 0.5,0.22386 0.5,0.5 0,0.27614 -0.22386,0.5 -0.5,0.5 h -5 C 43.22386,-4 43,-4.22386 43,-4.5 43,-4.77614 43.22386,-5 43.5,-5 Z m -3,1 h 1.585938 c 0.205919,0.5826 0.760952,1 1.414062,1 h 5 c 0.6531,0 1.208163,-0.4174 1.414062,-1 H 51.5 c 0.2761,0 0.5,0.22386 0.5,0.5 v 12 C 52,8.7761 51.7761,9 51.5,9 h -11 C 40.22386,9 40,8.7761 40,8.5 v -12 C 40,-3.77614 40.22386,-4 40.5,-4 Z"
|
||||||
|
sodipodi:nodetypes="scsssssssscsssssssssscsscssssssss" />
|
||||||
|
<g
|
||||||
|
id="g8409"
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1"
|
||||||
|
transform="translate(0,13)">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:9.17664;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect8221"
|
||||||
|
width="8"
|
||||||
|
height="1"
|
||||||
|
x="42"
|
||||||
|
y="-13"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:5.80382;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect8402"
|
||||||
|
width="3.1999998"
|
||||||
|
height="1"
|
||||||
|
x="42"
|
||||||
|
y="-10"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke-width:8.20784;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect8404"
|
||||||
|
width="6.3999996"
|
||||||
|
height="1"
|
||||||
|
x="42"
|
||||||
|
y="-7"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 7.3 KiB |
|
@ -0,0 +1,212 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="svg"
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 22 22"
|
||||||
|
sodipodi:docname="kpackagekit.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata29">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="936"
|
||||||
|
id="namedview27"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.4519914"
|
||||||
|
inkscape:cx="-0.73805775"
|
||||||
|
inkscape:cy="33.212599"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:object-paths="true"
|
||||||
|
inkscape:snap-nodes="true"
|
||||||
|
inkscape:snap-intersection-paths="true"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-midpoints="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid846" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs81">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">
|
||||||
|
.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g878"
|
||||||
|
id="use880"
|
||||||
|
transform="translate(-30.088099,39.213625)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use880"
|
||||||
|
id="use882"
|
||||||
|
transform="translate(-24.481181,0.18977614)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use884"
|
||||||
|
id="use886"
|
||||||
|
transform="translate(-30.657428,39.972732)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
id="kpackagekit-security">
|
||||||
|
<rect
|
||||||
|
y="0"
|
||||||
|
x="4.4433591e-08"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect817-1-0"
|
||||||
|
style="clip-rule:evenodd;fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke-width:0.546348;stroke-linejoin:round;stroke-miterlimit:1.41421" />
|
||||||
|
<g
|
||||||
|
id="g4439"
|
||||||
|
transform="translate(0,-24)">
|
||||||
|
<path
|
||||||
|
id="path8001"
|
||||||
|
style="color:#000000;opacity:1;fill:#fbfbfb;fill-opacity:1;-inkscape-stroke:none"
|
||||||
|
d="m 5,29 c -1.10457,0 -2,0.89543 -2,2 v 4 7 c 0,0.06925 0.00296,0.137681 0.00977,0.205078 0.00683,0.06724 0.017929,0.132167 0.03125,0.197266 0.02656,0.131099 0.064524,0.256661 0.1152344,0.376953 0.201875,0.478875 0.5855781,0.862578 1.0644531,1.064453 0.1197188,0.05047 0.2445703,0.08868 0.375,0.115234 6.18e-4,1.27e-4 0.00134,-1.26e-4 0.00195,0 C 4.7275066,43.985292 4.8621626,44 5,44 H 10.214844 17 c 1.108,0 2,-0.892 2,-2 V 36.214844 35 32 c 0,-1.10457 -0.8954,-2 -2,-2 H 11 L 9.8867188,29.109375 C 9.7980587,29.038445 9.6877588,29 9.5742188,29 Z m 0,1 H 9.3984375 L 10.267578,30.695312 9.3808594,32 H 4 v -1 c 0,-0.55228 0.44772,-1 1,-1 z m 6.417969,1 H 17 c 0.5523,0 1,0.44772 1,1 v 3 1 6 c 0,0.554001 -0.445999,1 -1,1 H 10 5 c -0.069035,0 -0.1360746,-0.0062 -0.2011719,-0.01953 -0.065097,-0.01332 -0.1276809,-0.03329 -0.1875,-0.05859 -5.322e-4,-2.25e-4 -0.00142,2.26e-4 -0.00195,0 -0.059234,-0.02517 -0.1152417,-0.05618 -0.1679688,-0.0918 -4.149e-4,-2.8e-4 -0.00154,2.81e-4 -0.00195,0 -0.052729,-0.03574 -0.1015959,-0.07816 -0.1464843,-0.123047 -0.044888,-0.04489 -0.087308,-0.09376 -0.1230469,-0.146484 -3.118e-4,-4.62e-4 3.11e-4,-0.0015 0,-0.002 -0.035622,-0.05273 -0.066621,-0.108734 -0.091797,-0.167969 -2.374e-4,-5.63e-4 2.364e-4,-0.0014 0,-0.002 -0.025302,-0.05982 -0.045273,-0.122401 -0.058594,-0.1875 C 4.0062102,42.136073 4,42.069038 4,42 v -7 -2 h 5.5742188 c 0.12438,0 0.2438974,-0.04719 0.3359374,-0.130859 z" />
|
||||||
|
<g
|
||||||
|
id="g4424"
|
||||||
|
transform="translate(5.6e-7,47)">
|
||||||
|
<circle
|
||||||
|
style="fill:#1ec864;fill-opacity:1;stroke-width:2;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="circle4414"
|
||||||
|
cx="16"
|
||||||
|
cy="-18"
|
||||||
|
r="3" />
|
||||||
|
<g
|
||||||
|
id="g4422"
|
||||||
|
transform="translate(-0.50000056)">
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:1.73205;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4416"
|
||||||
|
width="3"
|
||||||
|
height="1"
|
||||||
|
x="22.955202"
|
||||||
|
y="-2.6213205"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(-45)" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:1.73205;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4418"
|
||||||
|
width="3"
|
||||||
|
height="1"
|
||||||
|
x="-0.37932268"
|
||||||
|
y="-25.955845"
|
||||||
|
ry="0.5"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke-width:2;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||||
|
id="rect4420"
|
||||||
|
width="1"
|
||||||
|
height="3"
|
||||||
|
x="16"
|
||||||
|
y="-19"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="kpackagekit-updates">
|
||||||
|
<rect
|
||||||
|
y="0"
|
||||||
|
x="-26.99996"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect1172"
|
||||||
|
style="clip-rule:evenodd;fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke-width:0.546348;stroke-linejoin:round;stroke-miterlimit:1.41421" />
|
||||||
|
<path
|
||||||
|
id="path4426"
|
||||||
|
style="color:#000000;opacity:1;fill:#fbfbfb;fill-opacity:1;-inkscape-stroke:none"
|
||||||
|
d="m -22,5 c -1.10457,0 -2,0.89543 -2,2 v 4 7 c 0,0.06925 0.003,0.137681 0.0098,0.205078 0.0068,0.06724 0.01793,0.132167 0.03125,0.197266 0.02656,0.131099 0.06452,0.256661 0.115234,0.376953 0.201874,0.478875 0.585578,0.862578 1.064453,1.064453 0.119718,0.05047 0.24457,0.08868 0.375,0.115234 6.18e-4,1.27e-4 0.0013,-1.26e-4 0.002,0 0.12985,0.02631 0.264506,0.04102 0.402342,0.04102 h 5.214844 6.785157 c 1.108,0 2,-0.892 2,-2 V 12.214844 11 8 c 0,-1.10457 -0.8954,-2 -2,-2 h -6.000081 L -17.113282,5.109375 C -17.201942,5.038445 -17.312242,5 -17.425782,5 Z m 0,1 h 4.398438 L -16.732423,6.695312 -17.61914,8 H -23 V 7 c 0,-0.55228 0.447719,-1 1,-1 z m 6.417968,1 H -10 c 0.5523,0 1,0.44772 1,1 v 3 1 6 c 0,0.554001 -0.445999,1 -1,1 h -7 -5 c -0.06903,0 -0.136074,-0.0062 -0.201171,-0.01953 -0.0651,-0.01332 -0.12768,-0.03329 -0.1875,-0.05859 -5.32e-4,-2.25e-4 -0.0014,2.26e-4 -0.002,0 -0.05923,-0.02517 -0.115241,-0.05618 -0.167968,-0.0918 -4.15e-4,-2.8e-4 -0.0015,2.81e-4 -0.002,0 -0.05273,-0.03574 -0.101595,-0.07816 -0.146484,-0.123047 -0.04489,-0.04489 -0.08731,-0.09376 -0.123047,-0.146484 -3.12e-4,-4.62e-4 3.11e-4,-0.0015 0,-0.002 -0.03562,-0.05273 -0.06662,-0.108734 -0.0918,-0.167969 -2.37e-4,-5.63e-4 2.37e-4,-0.0014 0,-0.002 -0.0253,-0.05982 -0.04527,-0.122401 -0.05859,-0.1875 -0.01332,-0.0651 -0.01953,-0.132134 -0.01953,-0.201172 V 11 9 h 5.57431 c 0.124379,0 0.243897,-0.04719 0.335937,-0.130859 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="kpackagekit-important">
|
||||||
|
<rect
|
||||||
|
y="0"
|
||||||
|
x="27"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect1188"
|
||||||
|
style="clip-rule:evenodd;fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke-width:0.546348;stroke-linejoin:round;stroke-miterlimit:1.41421" />
|
||||||
|
<g
|
||||||
|
id="g4765"
|
||||||
|
transform="translate(0,-24)">
|
||||||
|
<path
|
||||||
|
id="path4428"
|
||||||
|
style="color:#000000;opacity:1;fill:#fbfbfb;fill-opacity:1;-inkscape-stroke:none"
|
||||||
|
d="m 32,29 c -1.10457,0 -2,0.89543 -2,2 v 4 7 c 0,0.06925 0.003,0.137681 0.0098,0.205078 0.0068,0.06724 0.01793,0.132167 0.03125,0.197266 0.02656,0.131099 0.06452,0.256661 0.115235,0.376953 0.201875,0.478875 0.585578,0.862578 1.064453,1.064453 0.119719,0.05047 0.24457,0.08868 0.375,0.115234 6.18e-4,1.27e-4 0.0013,-1.26e-4 0.002,0 C 31.727506,43.985292 31.862162,44 32,44 H 37.214844 44 c 1.108,0 2,-0.892 2,-2 V 36.214844 35 32 c 0,-1.10457 -0.8954,-2 -2,-2 H 38 L 36.886718,29.109375 C 36.798058,29.038445 36.687758,29 36.574218,29 Z m 0,1 h 4.398437 L 37.267578,30.695312 36.380859,32 H 31 v -1 c 0,-0.55228 0.44772,-1 1,-1 z m 6.417969,1 H 44 c 0.5523,0 1,0.44772 1,1 v 3 1 6 c 0,0.554001 -0.445999,1 -1,1 h -7 -5 c -0.06903,0 -0.136075,-0.0062 -0.201172,-0.01953 -0.0651,-0.01332 -0.127681,-0.03329 -0.1875,-0.05859 -5.32e-4,-2.25e-4 -0.0014,2.26e-4 -0.002,0 -0.05924,-0.02517 -0.115242,-0.05618 -0.167969,-0.0918 -4.15e-4,-2.8e-4 -0.0015,2.81e-4 -0.002,0 -0.05273,-0.03574 -0.101596,-0.07816 -0.146485,-0.123047 -0.04489,-0.04489 -0.08731,-0.09376 -0.123046,-0.146484 -3.12e-4,-4.62e-4 3.11e-4,-0.0015 0,-0.002 -0.03562,-0.05273 -0.06662,-0.108734 -0.0918,-0.167969 -2.38e-4,-5.63e-4 2.36e-4,-0.0014 0,-0.002 -0.0253,-0.05982 -0.04527,-0.122401 -0.05859,-0.1875 -0.01332,-0.0651 -0.01953,-0.132134 -0.01953,-0.201172 v -7 -2 h 5.574218 c 0.12438,0 0.243898,-0.04719 0.335938,-0.130859 z" />
|
||||||
|
<path
|
||||||
|
id="path4761"
|
||||||
|
d="m 43,26 c 0,1 -2,1 -2,1 v 3 c 0,1 1,1 2,2 1,-1 2,-1 2,-2 v -3 c 0,0 -2,0 -2,-1 z"
|
||||||
|
style="fill:#ffc850;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="kpackagekit-inactive">
|
||||||
|
<rect
|
||||||
|
y="0"
|
||||||
|
x="54"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="rect1204"
|
||||||
|
style="clip-rule:evenodd;fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke-width:0.546348;stroke-linejoin:round;stroke-miterlimit:1.41421" />
|
||||||
|
<g
|
||||||
|
id="g4923"
|
||||||
|
transform="translate(2,-24)">
|
||||||
|
<path
|
||||||
|
id="path4430"
|
||||||
|
style="color:#000000;opacity:1;fill:#fbfbfb;fill-opacity:1;-inkscape-stroke:none"
|
||||||
|
d="m 57,29 c -1.10457,0 -2,0.89543 -2,2 v 4 7 c 0,0.06925 0.003,0.137681 0.0098,0.205078 0.0068,0.06724 0.01793,0.132167 0.03125,0.197266 0.02656,0.131099 0.06452,0.256661 0.115235,0.376953 0.201875,0.478875 0.585578,0.862578 1.064453,1.064453 0.119719,0.05047 0.24457,0.08868 0.375,0.115234 6.18e-4,1.27e-4 0.0013,-1.26e-4 0.002,0 C 56.727506,43.985292 56.862162,44 57,44 H 62.214844 69 c 1.108,0 2,-0.892 2,-2 V 36.214844 35 32 c 0,-1.10457 -0.8954,-2 -2,-2 H 63 L 61.886718,29.109375 C 61.798058,29.038445 61.687758,29 61.574218,29 Z m 0,1 h 4.398437 L 62.267578,30.695312 61.380859,32 H 56 v -1 c 0,-0.55228 0.44772,-1 1,-1 z m 6.417969,1 H 69 c 0.5523,0 1,0.44772 1,1 v 3 1 6 c 0,0.554001 -0.445999,1 -1,1 h -7 -5 c -0.06903,0 -0.136075,-0.0062 -0.201172,-0.01953 -0.0651,-0.01332 -0.127681,-0.03329 -0.1875,-0.05859 -5.32e-4,-2.25e-4 -0.0014,2.26e-4 -0.002,0 -0.05924,-0.02517 -0.115242,-0.05618 -0.167969,-0.0918 -4.15e-4,-2.8e-4 -0.0015,2.81e-4 -0.002,0 -0.05273,-0.03574 -0.101596,-0.07816 -0.146485,-0.123047 -0.04489,-0.04489 -0.08731,-0.09376 -0.123046,-0.146484 -3.12e-4,-4.62e-4 3.11e-4,-0.0015 0,-0.002 -0.03562,-0.05273 -0.06662,-0.108734 -0.0918,-0.167969 -2.38e-4,-5.63e-4 2.36e-4,-0.0014 0,-0.002 -0.0253,-0.05982 -0.04527,-0.122401 -0.05859,-0.1875 -0.01332,-0.0651 -0.01953,-0.132134 -0.01953,-0.201172 v -7 -2 h 5.574218 c 0.12438,0 0.243898,-0.04719 0.335938,-0.130859 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path4919"
|
||||||
|
d="m 67,26 3,5 h -6 z"
|
||||||
|
style="fill:#ffc850;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,121 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
sodipodi:docname="manjaro.svg"
|
||||||
|
version="1.1"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
id="svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:current-layer="svg"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="27.532969"
|
||||||
|
inkscape:cx="13.611805"
|
||||||
|
inkscape:zoom="11.313709"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview15"
|
||||||
|
inkscape:window-height="1001"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#c8c8c8">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid840"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata23">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs5">
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme"> .ColorScheme-Text { color:#363636; } </style>
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="style842" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="22-22-manjaro-settings-manager"
|
||||||
|
transform="translate(32,-4)">
|
||||||
|
<rect
|
||||||
|
id="rect7-3"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
fill-opacity="0"
|
||||||
|
x="-32"
|
||||||
|
y="4" />
|
||||||
|
<g
|
||||||
|
id="rect845"
|
||||||
|
transform="translate(-54,4)">
|
||||||
|
<path
|
||||||
|
id="path861"
|
||||||
|
style="color:#363636;fill:#fbfbfb;fill-opacity:1"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="M 27 3 C 25.909298 3 25 3.9092983 25 5 L 25 17 C 25 18.090702 25.909298 19 27 19 L 30 19 L 30 10 L 30 8 L 35 8 L 35 3 L 27 3 z M 36 3 L 36 4 L 36 19 L 39 19 C 40.090702 19 41 18.090702 41 17 L 41 5 C 41 3.9092983 40.090702 3 39 3 L 36 3 z M 27 4 L 34 4 L 34 7 L 29 7 L 29 10 L 29 18 L 27 18 C 26.446001 18 26 17.553999 26 17 L 26 5 C 26 4.4460006 26.446001 4 27 4 z M 37 4 L 39 4 C 39.553999 4 40 4.4460006 40 5 L 40 17 C 40 17.553999 39.553999 18 39 18 L 37 18 L 37 4 z M 31 9 L 31 10 L 31 19 L 35 19 L 35 9 L 31 9 z M 32 10 L 34 10 L 34 18 L 32 18 L 32 10 z " />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="16-16-manjaro-settings-manager"
|
||||||
|
transform="translate(0,4)">
|
||||||
|
<rect
|
||||||
|
id="rect17-7"
|
||||||
|
x="3"
|
||||||
|
y="27"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
fill="none" />
|
||||||
|
<path
|
||||||
|
id="path880"
|
||||||
|
style="color:#363636;fill:#fbfbfb;fill-opacity:1"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="M 5 29 L 5 30 L 5 31 L 5 41 L 8 41 L 8 32 L 13 32 L 13 29 L 5 29 z M 14 29 L 14 30 L 14 41 L 17 41 L 17 29 L 14 29 z M 6 30 L 12 30 L 12 31 L 7 31 L 7 40 L 6 40 L 6 31 L 6 30 z M 15 30 L 16 30 L 16 40 L 15 40 L 15 30 z M 9 33 L 9 34 L 9 41 L 13 41 L 13 33 L 9 33 z M 10 34 L 12 34 L 12 40 L 10 40 L 10 34 z " />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="manjaro-settings-manager"
|
||||||
|
transform="translate(0,4)">
|
||||||
|
<rect
|
||||||
|
id="rect14-3"
|
||||||
|
x="-5"
|
||||||
|
y="-39"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
ry="0.63999999"
|
||||||
|
fill-opacity="0" />
|
||||||
|
<path
|
||||||
|
id="path907"
|
||||||
|
style="color:#363636;fill:#fbfbfb;fill-opacity:1"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="M 3 -34 C 1.3552986 -34 0 -32.644701 0 -31 L 0 -15 C 0 -13.355299 1.3552986 -12 3 -12 L 6 -12 L 6 -25 L 6 -26 L 6 -28 L 14 -28 L 14 -34 L 3 -34 z M 16 -34 L 16 -33 L 16 -12 L 19 -12 C 20.644701 -12 22 -13.355299 22 -15 L 22 -31 C 22 -32.644701 20.644701 -34 19 -34 L 16 -34 z M 3 -33 L 13 -33 L 13 -29 L 5 -29 L 5 -26 L 5 -25 L 5 -13 L 3 -13 C 1.8920011 -13 1 -13.892001 1 -15 L 1 -31 C 1 -32.107999 1.8920011 -33 3 -33 z M 17 -33 L 19 -33 C 20.107999 -33 21 -32.107999 21 -31 L 21 -15 C 21 -13.892001 20.107999 -13 19 -13 L 17 -13 L 17 -33 z M 8 -26 L 8 -25 L 8 -12 L 14 -12 L 14 -26 L 8 -26 z M 9 -25 L 13 -25 L 13 -13 L 9 -13 L 9 -25 z " />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
|
@ -0,0 +1,326 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
sodipodi:docname="media.svg"
|
||||||
|
id="svg67"
|
||||||
|
viewBox="0 0 22 22"
|
||||||
|
version="1.1"
|
||||||
|
height="22"
|
||||||
|
width="22"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata71">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:current-layer="svg67"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-y="40"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:cy="7.6792993"
|
||||||
|
inkscape:cx="0.69212569"
|
||||||
|
inkscape:zoom="15.170655"
|
||||||
|
showgrid="true"
|
||||||
|
id="namedview69"
|
||||||
|
inkscape:window-height="954"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
guidetolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
objecttolerance="10"
|
||||||
|
borderopacity="1"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
id="grid878"
|
||||||
|
type="xygrid" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs3">
|
||||||
|
<style
|
||||||
|
type="text/css"
|
||||||
|
id="current-color-scheme">.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; } .ColorScheme-ButtonBackground { color:#dedede; }</style>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="media-record"
|
||||||
|
transform="translate(22,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect5"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Highlight"
|
||||||
|
d="m 11,1035.4 c -3.311,0 -6,2.6888 -6,6 0,3.311 2.689,6 6,6 3.311,0 6,-2.689 6,-6 0,-3.3112 -2.689,-6 -6,-6 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#f96060"
|
||||||
|
id="path7"
|
||||||
|
style="fill:#ff3232;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-playback-stop"
|
||||||
|
transform="translate(44,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect10"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 5,1035.4 v 12 h 12 v -12 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path12"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-skip-forward"
|
||||||
|
transform="translate(66,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect15"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 19,1037.4 v 8 h -2 v -8 z m -2,4 -7,4 v -8 z m -7,0 -7,4 v -8 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path17"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-skip-backward"
|
||||||
|
transform="matrix(-1,0,0,1,110,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect20"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 19,1037.4 v 8 h -2 v -8 z m -2,4 -7,4 v -8 z m -7,0 -7,4 v -8 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path22"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-seek-forward"
|
||||||
|
transform="translate(110,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect25"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 11,1037.4 7,4 -7,4 z m 0,4 -7,4 v -8 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path27"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-seek-backward"
|
||||||
|
transform="matrix(-1,0,0,1,154,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect30"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 11,1037.4 7,4 -7,4 z m 0,4 -7,4 v -8 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path32"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-eject"
|
||||||
|
transform="translate(-44,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect35"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 11,1036.4 -5,5 v 1 h 10 v -1 z m -5,8 v 2 h 10 v -2 z"
|
||||||
|
color="#dedede"
|
||||||
|
display="block"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path37"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-playback-pause"
|
||||||
|
transform="translate(-22,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect40"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 5,1035.4 v 12 h 4 v -12 z m 8,0 v 12 h 4 v -12 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path42"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-playback-start"
|
||||||
|
transform="translate(0,-1055.4)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<rect
|
||||||
|
y="1030.4"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
opacity="0.00100002"
|
||||||
|
id="rect45"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
d="m 6,1035.4 v 12 l 11,-6 -9.8992,-5.3996 z"
|
||||||
|
enable-background="new"
|
||||||
|
fill="#dedede"
|
||||||
|
id="path47"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-playback-paused"
|
||||||
|
transform="translate(-25,-28)">
|
||||||
|
<rect
|
||||||
|
style="color:#dedede;stroke-width:1.5"
|
||||||
|
x="0.99975014"
|
||||||
|
y="27.99975"
|
||||||
|
width="22.0005"
|
||||||
|
height="22.0005"
|
||||||
|
fill="#ed1515"
|
||||||
|
fill-opacity="0.00392163"
|
||||||
|
opacity="0.01"
|
||||||
|
id="rect50" />
|
||||||
|
<circle
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#fbfbfb;stroke-width:0.999771;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="circle901"
|
||||||
|
cx="12"
|
||||||
|
cy="39"
|
||||||
|
r="7.5001144" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
id="rect967"
|
||||||
|
width="1"
|
||||||
|
height="6"
|
||||||
|
x="10"
|
||||||
|
y="36"
|
||||||
|
ry="0.5" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
id="rect1068"
|
||||||
|
width="1"
|
||||||
|
height="6"
|
||||||
|
x="13"
|
||||||
|
y="36"
|
||||||
|
ry="0.5" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-playback-playing"
|
||||||
|
transform="translate(-25,-28)">
|
||||||
|
<rect
|
||||||
|
style="color:#dedede;stroke-width:1.5"
|
||||||
|
x="24.99975"
|
||||||
|
y="27.99975"
|
||||||
|
width="22.0005"
|
||||||
|
height="22.0005"
|
||||||
|
fill="#ed1515"
|
||||||
|
fill-opacity="0.00392163"
|
||||||
|
opacity="0.01"
|
||||||
|
id="rect55" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cccc"
|
||||||
|
d="m 34,36 v 6 l 4,-3 z"
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="rect932" />
|
||||||
|
<circle
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#fbfbfb;stroke-width:0.999771;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="circle1152"
|
||||||
|
cx="36"
|
||||||
|
cy="39"
|
||||||
|
r="7.5001144" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="media-playback-stopped"
|
||||||
|
transform="translate(-25,-28)">
|
||||||
|
<rect
|
||||||
|
style="color:#dedede;stroke-width:1.5"
|
||||||
|
x="48.999752"
|
||||||
|
y="27.99975"
|
||||||
|
width="22.0005"
|
||||||
|
height="22.0005"
|
||||||
|
fill="#ed1515"
|
||||||
|
fill-opacity="0.00392163"
|
||||||
|
opacity="0.01"
|
||||||
|
id="rect60" />
|
||||||
|
<circle
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#fbfbfb;stroke-width:0.999771;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||||
|
id="circle1287"
|
||||||
|
cx="60"
|
||||||
|
cy="39"
|
||||||
|
r="7.5001144" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
id="rect1666"
|
||||||
|
width="6"
|
||||||
|
height="6"
|
||||||
|
x="57"
|
||||||
|
y="36"
|
||||||
|
ry="2" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.8 KiB |
|
@ -0,0 +1,164 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
id="svg3638"
|
||||||
|
sodipodi:docname="microphone.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview3640"
|
||||||
|
pagecolor="#c8c8c8"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="8"
|
||||||
|
inkscape:cx="18"
|
||||||
|
inkscape:cy="8.0625"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="989"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg3638">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3759" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<defs
|
||||||
|
id="defs3632">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#333333
|
||||||
|
; } .ColorScheme-Highlight { color:#5294e2; }</style>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="microphone-sensitivity-muted">
|
||||||
|
<rect
|
||||||
|
id="rect3889"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
x="48"
|
||||||
|
y="0"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
style="fill:none" />
|
||||||
|
<rect
|
||||||
|
style="fill:#fbfbfb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.3001;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect3006"
|
||||||
|
width="22"
|
||||||
|
height="1"
|
||||||
|
x="34.360794"
|
||||||
|
y="-34.441128"
|
||||||
|
ry="0.5"
|
||||||
|
transform="rotate(45)" />
|
||||||
|
<g
|
||||||
|
id="g2256"
|
||||||
|
transform="translate(48,16)">
|
||||||
|
<path
|
||||||
|
id="path2252"
|
||||||
|
d="M 3.5,-8.5 C 3.2238603,-8.5 3,-8.2761397 3,-8 c 0,2.8690171 2.1967528,5.2258159 5,5.4785156 V -0.5 C 8,-0.22390028 8.2238603,0 8.5,0 8.7760997,0 9,-0.22390028 9,-0.5 V -2.5214844 C 11.803297,-2.7741841 14,-5.1309829 14,-8 14,-8.2761397 13.7761,-8.5 13.5,-8.5 13.2239,-8.5 13,-8.2761397 13,-8 13,-5.5146825 10.985298,-3.5 8.5,-3.5 6.0147225,-3.5 4,-5.5146825 4,-8 4,-8.2761397 3.7761397,-8.5 3.5,-8.5 Z"
|
||||||
|
style="opacity:0.2;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path2254"
|
||||||
|
d="m 8.5,-15 c -1.6568483,0 -3,1.343152 -3,3 v 4 c 0,1.6568183 1.3431517,3 3,3 1.656898,0 3,-1.3431817 3,-3 v -4 c 0,-1.656848 -1.343102,-3 -3,-3 z m 0,1 c 1.1045989,0 2,0.895431 2,2 v 4 c 0,1.1046189 -0.8954011,2 -2,2 -1.1045689,0 -2,-0.8953811 -2,-2 v -4 c 0,-1.104569 0.8954311,-2 2,-2 z"
|
||||||
|
style="opacity:0.2;fill:#ffffff;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="ssssssssssssss" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="microphone-sensitivity-high">
|
||||||
|
<rect
|
||||||
|
id="rect3862"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
style="fill:none" />
|
||||||
|
<path
|
||||||
|
id="path309"
|
||||||
|
d="M 3,7.5 C 2.7238603,7.5 2.5,7.7238603 2.5,8 c 0,2.869017 2.1967528,5.225816 5,5.478516 V 15.5 C 7.5,15.7761 7.7238603,16 8,16 8.2760997,16 8.5,15.7761 8.5,15.5 V 13.478516 C 11.303297,13.225816 13.5,10.869017 13.5,8 13.5,7.7238603 13.2761,7.5 13,7.5 12.7239,7.5 12.5,7.7238603 12.5,8 12.5,10.485318 10.485298,12.5 8,12.5 5.5147225,12.5 3.5,10.485318 3.5,8 3.5,7.7238603 3.2761397,7.5 3,7.5 Z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path937"
|
||||||
|
d="M 8,1 C 6.3431517,1 5,2.343152 5,4 v 4 c 0,1.6568183 1.3431517,3 3,3 1.656898,0 3,-1.3431817 3,-3 V 4 C 11,2.343152 9.656898,1 8,1 Z m 0,1 c 1.1045989,0 2,0.895431 2,2 V 8 C 10,9.1046189 9.1045989,10 8,10 6.8954311,10 6,9.1046189 6,8 V 4 C 6,2.895431 6.8954311,2 8,2 Z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="ssssssssssssss" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1.09545;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;fill-opacity:1"
|
||||||
|
id="rect1079"
|
||||||
|
width="2"
|
||||||
|
height="6"
|
||||||
|
x="7"
|
||||||
|
y="3"
|
||||||
|
ry="1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="microphone-sensitivity-medium">
|
||||||
|
<rect
|
||||||
|
id="rect3875"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
x="16"
|
||||||
|
y="0"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
style="fill:none" />
|
||||||
|
<path
|
||||||
|
id="path2236"
|
||||||
|
d="m 19,7.5 c -0.27614,0 -0.5,0.2238603 -0.5,0.5 0,2.869017 2.196753,5.225816 5,5.478516 V 15.5 c 0,0.2761 0.22386,0.5 0.5,0.5 0.2761,0 0.5,-0.2239 0.5,-0.5 v -2.021484 c 2.803297,-0.2527 5,-2.609499 5,-5.478516 0,-0.2761397 -0.2239,-0.5 -0.5,-0.5 -0.2761,0 -0.5,0.2238603 -0.5,0.5 0,2.485318 -2.014702,4.5 -4.5,4.5 -2.485277,0 -4.5,-2.014682 -4.5,-4.5 0,-0.2761397 -0.22386,-0.5 -0.5,-0.5 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path2238"
|
||||||
|
d="m 24,1 c -1.656848,0 -3,1.343152 -3,3 v 4 c 0,1.6568183 1.343152,3 3,3 1.656898,0 3,-1.3431817 3,-3 V 4 C 27,2.343152 25.656898,1 24,1 Z m 0,1 c 1.104599,0 2,0.895431 2,2 v 4 c 0,1.1046189 -0.895401,2 -2,2 -1.104569,0 -2,-0.8953811 -2,-2 V 4 c 0,-1.104569 0.895431,-2 2,-2 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="ssssssssssssss" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09545;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;opacity:0.5"
|
||||||
|
id="rect1219"
|
||||||
|
width="2"
|
||||||
|
height="6"
|
||||||
|
x="23"
|
||||||
|
y="3"
|
||||||
|
ry="1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="microphone-sensitivity-low">
|
||||||
|
<rect
|
||||||
|
id="rect3883"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
x="32"
|
||||||
|
y="0"
|
||||||
|
rx="0"
|
||||||
|
ry="0"
|
||||||
|
style="fill:none" />
|
||||||
|
<path
|
||||||
|
id="path2244"
|
||||||
|
d="m 35,7.5 c -0.27614,0 -0.5,0.2238603 -0.5,0.5 0,2.869017 2.196753,5.225816 5,5.478516 V 15.5 c 0,0.2761 0.22386,0.5 0.5,0.5 0.2761,0 0.5,-0.2239 0.5,-0.5 v -2.021484 c 2.803297,-0.2527 5,-2.609499 5,-5.478516 0,-0.2761397 -0.2239,-0.5 -0.5,-0.5 -0.2761,0 -0.5,0.2238603 -0.5,0.5 0,2.485318 -2.014702,4.5 -4.5,4.5 -2.485278,0 -4.5,-2.014682 -4.5,-4.5 0,-0.2761397 -0.22386,-0.5 -0.5,-0.5 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path2246"
|
||||||
|
d="m 40,1 c -1.656848,0 -3,1.343152 -3,3 v 4 c 0,1.6568183 1.343152,3 3,3 1.656898,0 3,-1.3431817 3,-3 V 4 C 43,2.343152 41.656898,1 40,1 Z m 0,1 c 1.104599,0 2,0.895431 2,2 v 4 c 0,1.1046189 -0.895401,2 -2,2 -1.104569,0 -2,-0.8953811 -2,-2 V 4 c 0,-1.104569 0.895431,-2 2,-2 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1"
|
||||||
|
sodipodi:nodetypes="ssssssssssssss" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.2;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09545;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||||
|
id="rect2716"
|
||||||
|
width="2"
|
||||||
|
height="6"
|
||||||
|
x="39"
|
||||||
|
y="3"
|
||||||
|
ry="1" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.8 KiB |