This commit is contained in:
Imran Khan 2021-11-01 17:16:49 +05:30
commit a90812cdda
2427 changed files with 15907 additions and 0 deletions

28
.github/ISSUE_TEMPLATE/icon-request.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Icon Request
about: Request a new icon to add
title: "[Icon request] "
labels: ''
assignees: ''
---
<!--
Before creating a new issue ensure that:
1. The icon is not already present (open https://github.com/EliverLara/candy-icons/find/master and start typing the icon name to make sure)
2. The icon request is not a duplicate
3. The app is not installed by snap (the snap packages have hardcoded paths to icons)
4. The app is not a Windows application running under Wine/Crossover
5. The title contains application or icon name (Ex: [Icon request] Boostnote)
NOTE:
You'll find most of necessary entries for the icon request in a app's desktop-file, usually placed in /usr/share/applications/ folder (Ex. /usr/share/applications/firefox.desktop).
-->
- **App Name:**
- **Icon Name:**
- **Description:**
- **Webpage (optional):**
- **Original Icon:**
<!-- upload (or just drag and drop) the original app icon below -->

674
LICENSE Normal file
View File

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

25
README.md Normal file
View File

@ -0,0 +1,25 @@
![](preview/candy.png)
>An icon theme colored with sweet gradients
## Installation
- Download the `.zip` file ([directly from github](https://github.com/EliverLara/candy-icons/archive/refs/heads/master.zip) or from [gnome-look](https://www.opendesktop.org/p/1305251/))
- Extract the `.zip` file to the icons directory i.e. `/usr/share/icons/`, `~/.local/share/.icons/` or `~/.icons/` (create it if necessary).
## Usage
To set the theme in Gnome, run the following commands in Terminal:
![](preview/cli.png)
or Change via distribution specific `tweak-tool`.
## Previews
![](preview/icons.png)
You can also combine this icon pack with [sweet-folders](https://github.com/EliverLara/Sweet-folders) to get an awesome custom experience:
![](preview/folders.png)

View File

@ -0,0 +1 @@
accessories-text-editor.svg

1
apps/scalable/1password.svg Symbolic link
View File

@ -0,0 +1 @@
password-manager.svg

View File

@ -0,0 +1 @@
applications-office.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1 @@
preferences-system-search.svg

View File

@ -0,0 +1 @@
epiphany.svg

1
apps/scalable/7z.svg Symbolic link
View File

@ -0,0 +1 @@
ark.svg

1
apps/scalable/7zip.svg Symbolic link
View File

@ -0,0 +1 @@
ark.svg

View File

@ -0,0 +1 @@
applications-office.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_0" x1="0" y1="0.5" x2="1.191860465116279" y2="0.5125000000000001" gradientTransform="matrix(43,0,0,40,2.5,4)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(88,0,226)"/><stop offset="100%" stop-opacity="1" style="stop-color:rgb(255,0,230)"/></linearGradient><path d=" M 13.5 8 L 13.5 8 C 14.604 8 15.5 7.104 15.5 6 L 15.5 6 C 15.5 4.896 14.604 4 13.5 4 L 13.5 4 L 7.5 4 C 4.74 4 2.5 6.24 2.5 9 L 2.5 14 L 2.5 14 C 2.5 15.104 3.396 16 4.5 16 L 4.5 16 C 5.604 16 6.5 15.104 6.5 14 L 6.5 14 L 6.5 11 C 6.5 9.344 7.844 8 9.5 8 L 13.5 8 L 13.5 8 Z M 41.5 21 L 41.5 21 C 41.5 22.104 42.396 23 43.5 23 L 43.5 23 C 44.604 23 45.5 22.104 45.5 21 L 45.5 21 L 45.5 9 C 45.5 6.24 43.26 4 40.5 4 L 22.5 4 L 22.5 4 C 21.396 4 20.5 4.896 20.5 6 L 20.5 6 C 20.5 7.104 21.396 8 22.5 8 L 22.5 8 L 38.5 8 C 40.156 8 41.5 9.344 41.5 11 L 41.5 21 L 41.5 21 Z M 30.5 32 L 30.5 32 C 29.396 32 28.5 31.104 28.5 30 L 28.5 30 C 28.5 28.896 29.396 28 30.5 28 L 30.5 28 L 40.5 28 C 43.26 28 45.5 30.24 45.5 33 L 45.5 39 C 45.5 41.76 43.26 44 40.5 44 L 7.5 44 C 4.74 44 2.5 41.76 2.5 39 L 2.5 24 L 2.5 24 C 2.5 22.896 3.396 22 4.5 22 L 4.5 22 C 5.604 22 6.5 22.896 6.5 24 L 6.5 24 L 6.5 37 C 6.5 38.656 7.844 40 9.5 40 L 38.5 40 C 40.156 40 41.5 38.656 41.5 37 L 41.5 35 C 41.5 33.344 40.156 32 38.5 32 L 30.5 32 Z " fill-rule="evenodd" fill="url(#_lgradient_0)"/><linearGradient id="_lgradient_1" x1="0" y1="0.5" x2="0.8860274441759262" y2="0.6031697214535364" gradientTransform="matrix(19.36,0,0,19.15,7.82,12.225)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(255,229,59)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(255,0,91)"/></linearGradient><path d=" M 12.29 29.585 L 12.29 29.585 C 11.794 30.573 10.59 30.974 9.605 30.48 L 9.605 30.48 C 8.62 29.986 8.219 28.787 8.71 27.805 L 8.71 27.805 L 15.535 15.709 C 16.62 13.786 18.381 13.786 19.466 15.709 L 26.29 27.805 L 26.29 27.805 C 26.781 28.787 26.38 29.986 25.395 30.48 L 25.395 30.48 C 24.41 30.974 23.207 30.573 22.71 29.585 L 22.71 29.585 L 17.5 21.165 L 12.29 29.585 Z " fill="url(#_lgradient_1)"/><linearGradient id="_lgradient_2" x1="1.0000000000000009" y1="1" x2="0.03793101488976114" y2="-0.14874450475548628" gradientTransform="matrix(6.712,4.713,-6.435,9.164,17.222,23.805)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(0,196,255)"/><stop offset="83.88839793817618%" stop-opacity="1" style="stop-color:rgb(0,114,255)"/></linearGradient><path d=" M 18.115 24.789 L 21.054 28.557 C 21.393 28.992 21.468 29.747 21.221 30.24 L 17.947 36.788 C 17.701 37.282 17.3 37.282 17.053 36.788 L 13.779 30.24 C 13.532 29.747 13.608 28.992 13.947 28.557 L 16.885 24.789 C 17.225 24.353 17.776 24.353 18.115 24.789 Z " fill="url(#_lgradient_2)"/></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_3" x1="0" y1="0.5" x2="1.0176991150442474" y2="0.5" gradientTransform="matrix(27,0,0,22.68,10.5,12.66)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(84,51,255)"/><stop offset="51.73913043478261%" stop-opacity="1" style="stop-color:rgb(32,189,255)"/><stop offset="98.26086956521739%" stop-opacity="1" style="stop-color:rgb(165,254,203)"/></linearGradient><path d=" M 24 12.66 L 10.5 35.34 L 22.311 28.677 L 24 27.725 L 24 12.66 Z M 24 12.66 L 37.5 35.34 L 25.689 28.677 L 24 27.725 L 24 12.66 Z " fill="url(#_lgradient_3)"/><linearGradient id="_lgradient_4" x1="0.0715531878859646" y1="0.7439129164522069" x2="0.9987335718958235" y2="0.4956829572309338" gradientTransform="matrix(46,0,0,46,0.959,1.03)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(84,51,255)"/><stop offset="51.73913043478261%" stop-opacity="1" style="stop-color:rgb(32,189,255)"/><stop offset="98.26086956521739%" stop-opacity="1" style="stop-color:rgb(165,254,203)"/></linearGradient><path d=" M 33.433 40.492 L 33.433 40.492 C 34.391 39.945 35.617 40.276 36.169 41.231 L 36.169 41.231 C 36.722 42.186 36.394 43.41 35.436 43.963 L 35.436 43.963 C 31.711 46.107 27.462 47.163 23.175 47.017 C 19.287 46.884 15.493 45.764 12.149 43.769 L 12.149 43.769 C 11.202 43.201 10.894 41.971 11.462 41.024 L 11.462 41.024 C 12.03 40.077 13.26 39.769 14.207 40.337 L 14.207 40.337 C 16.962 41.992 20.093 42.909 23.311 43.019 C 26.859 43.14 30.361 42.269 33.433 40.492 L 33.433 40.492 L 33.433 40.492 L 33.433 40.492 L 33.433 40.492 L 33.433 40.492 L 33.433 40.492 Z M 40.967 15.555 L 40.967 15.555 C 40.471 14.566 40.871 13.362 41.859 12.869 L 41.859 12.869 C 42.848 12.375 44.049 12.777 44.54 13.765 L 44.54 13.765 C 46.255 17.186 47.076 20.986 46.945 24.814 C 46.846 27.732 46.198 30.602 45.026 33.263 L 45.026 33.263 C 44.583 34.275 43.402 34.737 42.389 34.294 L 42.389 34.294 C 41.377 33.851 40.916 32.669 41.359 31.657 L 41.359 31.657 C 42.334 29.459 42.865 27.086 42.948 24.677 C 43.055 21.519 42.372 18.384 40.967 15.555 L 40.967 15.555 L 40.967 15.555 L 40.967 15.555 L 40.967 15.555 L 40.967 15.555 L 40.967 15.555 Z M 15.727 6.91 L 15.727 6.91 C 14.734 7.384 13.537 6.962 13.058 5.968 L 13.058 5.968 C 12.578 4.974 12.995 3.778 13.989 3.298 L 13.989 3.298 C 17.336 1.691 21.024 0.917 24.742 1.043 C 28.32 1.165 31.83 2.116 34.973 3.834 L 34.973 3.834 C 35.944 4.364 36.301 5.582 35.771 6.552 L 35.771 6.552 C 35.241 7.523 34.023 7.88 33.052 7.35 L 33.052 7.35 C 30.459 5.931 27.564 5.142 24.606 5.041 C 21.538 4.936 18.494 5.573 15.727 6.91 L 15.727 6.91 L 15.727 6.91 L 15.727 6.91 L 15.727 6.91 L 15.727 6.91 Z M 5.933 30.059 L 5.933 30.059 C 6.284 31.104 5.718 32.237 4.671 32.588 L 4.671 32.588 C 3.623 32.939 2.488 32.371 2.137 31.321 L 2.137 31.321 C 1.276 28.72 0.879 25.985 0.972 23.246 C 1.095 19.628 2.067 16.079 3.826 12.907 L 3.826 12.907 C 4.356 11.943 5.571 11.594 6.539 12.129 L 6.539 12.129 C 7.506 12.665 7.857 13.883 7.322 14.848 L 7.322 14.848 C 5.872 17.47 5.071 20.394 4.97 23.383 C 4.892 25.651 5.216 27.904 5.933 30.059 L 5.933 30.059 L 5.933 30.059 L 5.933 30.059 L 5.933 30.059 Z M 41.174 9.498 C 41.136 10.601 40.21 11.467 39.107 11.429 C 38.004 11.391 37.138 10.465 37.176 9.362 C 37.214 8.259 38.14 7.394 39.243 7.431 C 40.346 7.469 41.211 8.395 41.174 9.498 L 41.174 9.498 L 41.174 9.498 L 41.174 9.498 Z M 9.931 37.22 C 9.893 38.323 8.967 39.188 7.864 39.15 C 6.761 39.113 5.896 38.187 5.933 37.083 C 5.971 35.98 6.897 35.115 8 35.153 C 9.103 35.19 9.969 36.116 9.931 37.22 L 9.931 37.22 L 9.931 37.22 Z M 41.947 38.311 C 41.985 37.208 41.12 36.282 40.017 36.244 C 38.914 36.207 37.987 37.072 37.95 38.175 C 37.912 39.278 38.777 40.204 39.88 40.242 C 40.984 40.28 41.91 39.415 41.947 38.311 L 41.947 38.311 Z M 11.371 8.482 C 11.409 7.379 10.544 6.453 9.44 6.415 C 8.337 6.377 7.411 7.243 7.373 8.346 C 7.336 9.449 8.201 10.375 9.304 10.413 C 10.407 10.45 11.333 9.585 11.371 8.482 Z " fill-rule="evenodd" fill="url(#_lgradient_4)"/></svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -0,0 +1 @@
appium.svg

1
apps/scalable/Appium.svg Symbolic link
View File

@ -0,0 +1 @@
appium.svg

1
apps/scalable/Blender.svg Symbolic link
View File

@ -0,0 +1 @@
blender.svg

View File

@ -0,0 +1 @@
burp.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_30" x1="0.33956663574158236" y1="0.8469521004065024" x2="0.11809502597372099" y2="0.06428875112254495" gradientTransform="matrix(27.02,0,0,41.72,19.837,2.748)" gradientUnits="userSpaceOnUse"><stop offset="2.1739130434782608%" stop-opacity="1" style="stop-color:rgb(242,79,92)"/><stop offset="49.56521739130435%" stop-opacity="1" style="stop-color:rgb(208,103,207)"/><stop offset="98.26086956521739%" stop-opacity="1" style="stop-color:rgb(0,115,255)"/></linearGradient><path d=" M 22.427 6.438 L 22.267 5.108 L 22.69 4.44 C 23.279 3.506 24.205 3.525 24.755 4.482 L 25.087 5.058 L 45.407 41.842 C 46.207 43.292 45.594 44.009 44.038 43.443 L 21.247 35.158 L 21.247 35.158 C 20.469 34.877 20.066 34.017 20.347 33.238 L 20.347 33.238 C 20.629 32.46 21.489 32.057 22.267 32.338 L 22.267 32.338 L 40.657 39.028 L 22.427 6.438 Z " fill="url(#_lgradient_30)"/><linearGradient id="_lgradient_31" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(33.53,0,0,23.38,-0.273,20.868)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(67,233,123)"/><stop offset="97.82608695652173%" stop-opacity="1" style="stop-color:rgb(56,249,215)"/></linearGradient><path d=" M 31.757 41.248 L 31.757 41.248 C 32.585 41.248 33.257 41.92 33.257 42.748 L 33.257 42.748 C 33.257 43.576 32.585 44.248 31.757 44.248 L 31.757 44.248 L 4.727 44.248 C 1.968 44.248 1.423 42.784 3.511 40.98 L 24.527 22.829 C 25.78 21.747 27.019 22.194 27.291 23.827 L 28.237 29.498 L 28.237 29.498 C 28.375 30.315 27.824 31.09 27.007 31.228 L 27.007 31.228 C 26.191 31.366 25.415 30.815 25.277 29.998 L 25.277 29.998 L 24.717 26.628 L 7.787 41.248 L 31.757 41.248 Z " fill="url(#_lgradient_31)"/><linearGradient id="_lgradient_32" x1="0.11290322580645173" y1="0.9416172882537471" x2="0.9597258645858903" y2="0.06754644437040047" gradientTransform="matrix(17.05,0,0,28.69,6.707,5.108)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(0,198,255)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(0,114,255)"/></linearGradient><path d=" M 10.057 32.498 L 10.057 32.498 C 9.643 33.216 8.725 33.462 8.007 33.048 L 8.007 33.048 C 7.29 32.634 7.043 31.716 7.457 30.998 L 7.457 30.998 L 19.437 10.038 L 22.267 5.108 L 23.757 8.748 L 22.077 11.458 L 10.057 32.498 Z " fill="url(#_lgradient_32)"/></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1 @@
CMakeSetup.svg

1
apps/scalable/Darktable.svg Symbolic link
View File

@ -0,0 +1 @@
darktable.svg

1
apps/scalable/DeSmuME.svg Symbolic link
View File

@ -0,0 +1 @@
desmume.svg

View File

@ -0,0 +1 @@
epiphany.svg

View File

@ -0,0 +1 @@
gmail.svg

1
apps/scalable/GitKraken.svg Symbolic link
View File

@ -0,0 +1 @@
gitkraken.svg

View File

@ -0,0 +1 @@
gmail.svg

View File

@ -0,0 +1 @@
disk-burner.svg

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Gravit.io -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_7" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(46.792,0,0,46.792,0.604,0.604)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(255,224,49)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(252,82,82)"/></linearGradient><path d=" M 29.349 34.735 C 30.335 33.969 36.657 28.597 37.292 27.986 C 38.127 27.18 38.135 26.969 37.397 24.817 C 35.784 20.108 32.947 14.487 31.67 13.472 C 31.138 13.049 30.157 13.056 29.468 13.485 C 28.507 14.085 28.55 14.893 29.644 16.811 C 30.038 17.502 30.361 18.114 30.361 18.171 C 30.361 18.229 30.224 18.275 30.056 18.275 C 29.842 18.275 29.353 17.666 28.401 16.217 C 26.954 14.011 26.537 13.66 25.586 13.853 C 24.869 13.998 24.052 14.553 23.783 15.08 C 23.472 15.688 23.6 15.996 25.05 18.109 C 25.94 19.408 26.183 19.872 26.044 20.012 C 25.944 20.114 25.811 20.197 25.749 20.197 C 25.687 20.197 24.876 19.152 23.948 17.875 C 23.354 17.059 22.89 16.459 22.545 16.06 C 21.951 15.248 21.387 15.5 20.658 15.769 C 20.137 16.026 19.609 16.397 19.349 16.742 C 18.738 17.552 18.828 18.064 19.832 19.478 C 20.315 20.158 21.031 21.114 21.424 21.601 C 22.112 22.455 22.278 23.056 21.864 23.194 C 21.623 23.273 21.748 23.412 17.131 17.965 C 14.271 14.592 12.928 13.125 12.592 13.006 C 11.96 12.784 11.271 13.075 10.595 13.854 C 9.596 15.004 9.479 14.8 15.098 21.671 C 17.857 25.043 20.184 27.895 20.27 28.007 C 20.587 28.423 20.192 28.394 18.684 27.889 C 17.415 27.463 16.956 27.382 16.125 27.435 C 14.748 27.55 14.122 28.31 14.091 29.36 C 14.07 30.093 14.771 30.8 15.628 31.238 C 16.118 31.49 21.543 33.243 26.004 34.591 C 27.953 35.181 28.731 35.214 29.349 34.734 L 29.349 34.735 Z M 18.03 3.6 C 18.03 3.6 18.04 3.6 18.05 3.6 L 18.01 3.6 L 18.01 3.6 L 18.03 3.6 L 24.02 3.61 L 30.01 3.62 C 30.33 3.62 30.66 3.66 30.97 3.74 C 31.41 3.84 31.83 3.98 32.24 4.15 C 32.66 4.32 33.06 4.53 33.44 4.76 C 33.71 4.93 33.97 5.13 34.2 5.36 L 38.43 9.6 L 42.66 13.84 C 42.89 14.07 43.09 14.33 43.25 14.6 C 43.49 14.98 43.69 15.38 43.86 15.79 C 44.04 16.21 44.17 16.63 44.27 17.07 C 44.35 17.38 44.39 17.71 44.4 18.03 C 44.4 18.03 44.4 18.04 44.4 18.05 L 44.4 18.01 L 44.4 18.01 L 44.4 18.03 L 44.39 24.02 L 44.38 30.03 C 44.38 31.59 43.76 33.09 42.65 34.19 L 38.4 38.43 L 34.16 42.66 C 33.93 42.89 33.67 43.09 33.4 43.25 C 33.02 43.49 32.62 43.69 32.21 43.86 C 31.79 44.04 31.37 44.17 30.93 44.27 C 30.62 44.35 30.29 44.39 29.97 44.4 C 29.97 44.4 29.96 44.4 29.95 44.4 L 29.99 44.4 L 29.99 44.4 L 29.97 44.4 L 23.98 44.39 L 17.99 44.38 C 17.67 44.38 17.34 44.34 17.03 44.26 C 16.59 44.16 16.17 44.02 15.76 43.85 C 15.34 43.68 14.94 43.47 14.56 43.24 C 14.29 43.07 14.03 42.87 13.8 42.64 L 9.57 38.4 L 5.34 34.16 C 5.11 33.93 4.91 33.67 4.75 33.4 C 4.51 33.02 4.31 32.62 4.14 32.21 C 3.96 31.79 3.83 31.37 3.73 30.93 C 3.65 30.62 3.61 30.29 3.6 29.97 L 3.61 23.98 L 3.62 17.99 C 3.62 17.67 3.66 17.34 3.74 17.03 C 3.84 16.59 3.98 16.17 4.15 15.76 C 4.32 15.34 4.53 14.94 4.76 14.56 C 4.93 14.29 5.13 14.03 5.36 13.8 L 9.6 9.57 L 13.84 5.34 C 14.07 5.11 14.33 4.91 14.6 4.75 C 14.98 4.51 15.38 4.31 15.79 4.14 C 16.21 3.96 16.63 3.83 17.07 3.73 C 17.38 3.65 17.71 3.61 18.03 3.6 L 18.03 3.6 Z M 3.6 29.97 C 3.6 29.97 3.6 29.96 3.6 29.95 L 3.6 29.99 L 3.6 29.99 L 3.6 29.97 L 3.6 29.97 Z M 29.983 47.396 L 23.976 47.39 L 17.969 47.384 C 15.937 47.382 13.122 46.212 11.687 44.774 L 7.444 40.522 L 3.201 36.27 C 1.765 34.832 0.602 32.015 0.604 29.983 L 0.61 23.976 L 0.616 17.969 C 0.618 15.937 1.788 13.122 3.226 11.687 L 7.478 7.444 L 11.73 3.201 C 13.168 1.765 15.985 0.602 18.017 0.604 L 24.024 0.61 L 30.031 0.616 C 32.063 0.618 34.878 1.788 36.313 3.226 L 40.556 7.478 L 44.799 11.73 C 46.235 13.168 47.398 15.985 47.396 18.017 L 47.39 24.024 L 47.384 30.031 C 47.382 32.063 46.212 34.878 44.774 36.313 L 40.522 40.556 L 36.27 44.799 C 34.832 46.235 32.015 47.398 29.983 47.396 L 29.983 47.396 Z " fill-rule="evenodd" fill="url(#_lgradient_7)"/></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_13" x1="0.24955340304810814" y1="0.9281914893617024" x2="0.7331744178517607" y2="0.08776595744680826" gradientTransform="matrix(43.422,0,0,47,2.289,0.5)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(198,255,221)"/><stop offset="50%" stop-opacity="1" style="stop-color:rgb(251,215,134)"/><stop offset="100%" stop-opacity="1" style="stop-color:rgb(247,121,125)"/></linearGradient><path d=" M 32.157 8 L 32.157 7.737 C 32.157 6.91 31.837 6.124 31.247 5.535 C 30.668 4.956 29.883 4.635 29.056 4.635 L 18.944 4.635 L 18.944 4.635 L 18.944 4.635 C 18.117 4.635 17.332 4.956 16.753 5.535 C 16.163 6.124 15.843 6.91 15.843 7.737 L 15.843 8 L 15.843 8 L 19 8 C 19.554 8 20 8.446 20 9 C 20 9.554 19.554 10 19 10 L 15.843 10 L 15.843 12 L 15.843 12 L 19 12 C 19.554 12 20 12.446 20 13 C 20 13.554 19.554 14 19 14 L 15.843 14 L 15.843 16 L 15.843 16 L 19 16 C 19.554 16 20 16.446 20 17 C 20 17.554 19.554 18 19 18 L 15.843 18 L 15.843 18.076 C 15.843 18.893 16.163 19.689 16.753 20.268 C 17.332 20.847 18.117 21.177 18.944 21.177 L 29.056 21.177 C 29.883 21.177 30.668 20.847 31.247 20.268 C 31.837 19.689 32.157 18.893 32.157 18.076 L 32.157 18 L 29 18 C 28.446 18 28 17.554 28 17 C 28 16.446 28.446 16 29 16 L 29 16 L 32.157 16 L 32.157 14 L 29 14 C 28.446 14 28 13.554 28 13 C 28 12.446 28.446 12 29 12 L 29 12 L 32.157 12 L 32.157 10 L 29 10 C 28.446 10 28 9.554 28 9 C 28 8.446 28.446 8 29 8 L 29 8 L 32.157 8 Z M 41.576 30.482 L 41.576 32.55 C 41.576 33.098 41.359 33.625 40.966 34.008 C 40.583 34.401 40.056 34.618 39.508 34.618 L 31.723 34.618 L 34.566 39.363 C 34.783 39.725 34.897 40.149 34.897 40.573 C 34.907 41.358 34.535 42.113 33.894 42.578 L 33.408 42.93 C 32.984 43.219 32.488 43.374 31.981 43.364 C 31.247 43.385 30.544 43.075 30.058 42.537 L 24 35.61 L 17.942 42.537 C 17.456 43.075 16.753 43.385 16.019 43.364 C 15.512 43.374 15.016 43.219 14.592 42.93 L 14.106 42.578 C 13.465 42.113 13.093 41.358 13.103 40.573 C 13.103 40.149 13.217 39.725 13.434 39.363 L 16.277 34.618 L 8.492 34.618 C 7.944 34.618 7.417 34.401 7.034 34.008 C 6.641 33.625 6.424 33.098 6.424 32.55 L 6.424 30.482 C 6.424 29.934 6.641 29.407 7.034 29.014 C 7.417 28.632 7.944 28.414 8.492 28.414 L 39.508 28.414 C 40.056 28.414 40.583 28.632 40.966 29.014 C 41.359 29.407 41.576 29.934 41.576 30.482 L 41.576 30.482 L 41.576 30.482 Z M 15.216 24.279 L 8.492 24.279 C 6.848 24.279 5.266 24.93 4.108 26.088 C 2.94 27.256 2.289 28.838 2.289 30.482 L 2.289 32.55 C 2.289 34.194 2.94 35.765 4.108 36.933 C 5.266 38.091 6.848 38.753 8.492 38.753 L 9.226 38.753 C 9.05 39.342 8.968 39.952 8.968 40.562 C 8.957 42.682 9.96 44.677 11.676 45.928 C 11.676 45.928 11.687 45.928 11.687 45.938 L 12.193 46.3 C 12.204 46.3 12.204 46.3 12.204 46.311 C 13.32 47.096 14.654 47.51 16.019 47.5 C 17.921 47.52 19.751 46.714 21.022 45.287 C 21.033 45.277 21.033 45.277 21.043 45.266 L 24 41.886 L 26.957 45.266 C 26.967 45.277 26.967 45.277 26.978 45.287 C 28.249 46.714 30.079 47.52 31.981 47.5 C 33.346 47.51 34.68 47.096 35.796 46.311 C 35.796 46.3 35.796 46.3 35.807 46.3 L 36.313 45.938 C 36.313 45.928 36.324 45.928 36.324 45.928 C 38.04 44.677 39.043 42.682 39.032 40.562 C 39.032 39.952 38.95 39.342 38.774 38.753 L 38.774 38.753 L 39.508 38.753 C 41.152 38.753 42.734 38.091 43.892 36.933 C 45.06 35.765 45.711 34.194 45.711 32.55 L 45.711 30.482 C 45.711 28.838 45.06 27.256 43.892 26.088 C 42.734 24.93 41.152 24.279 39.508 24.279 L 32.784 24.279 C 33.286 23.977 33.753 23.614 34.173 23.193 C 35.528 21.829 36.293 19.988 36.293 18.076 L 36.293 7.737 C 36.293 5.814 35.528 3.974 34.173 2.619 C 32.819 1.255 30.979 0.5 29.056 0.5 L 18.944 0.5 L 18.944 0.5 C 17.021 0.5 15.181 1.255 13.827 2.619 C 12.472 3.974 11.707 5.814 11.707 7.737 L 11.707 18.076 C 11.707 19.988 12.472 21.829 13.827 23.193 C 14.247 23.614 14.714 23.977 15.216 24.279 L 15.216 24.279 Z " fill-rule="evenodd" fill="url(#_lgradient_13)"/></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

1
apps/scalable/Musescore.svg Symbolic link
View File

@ -0,0 +1 @@
musescore.svg

1
apps/scalable/Nextcloud.svg Symbolic link
View File

@ -0,0 +1 @@
nextcloud.svg

View File

@ -0,0 +1 @@
twitter.svg

1
apps/scalable/Nocturn.svg Symbolic link
View File

@ -0,0 +1 @@
twitter.svg

1
apps/scalable/OpenRGB.svg Symbolic link
View File

@ -0,0 +1 @@
openrgb.svg

View File

@ -0,0 +1 @@
openbroadcaster.svg

1
apps/scalable/PCSX2.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_16" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(18.52,0,0,23.566,0.35,12.88)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(24,208,173)"/><stop offset="90.44964029999998%" stop-opacity="1" style="stop-color:rgb(7,195,242)"/></linearGradient><path d=" M 14.731 33.169 C 15.096 33.538 15.291 34.023 15.291 34.533 C 15.291 35.03 15.096 35.515 14.731 35.885 C 14.354 36.242 13.859 36.446 13.339 36.446 C 12.831 36.446 12.337 36.242 11.959 35.885 L 6.489 30.515 C 5.701 29.741 5.702 28.486 6.49 27.714 L 12.625 21.703 C 13.019 21.317 13.019 20.69 12.625 20.303 L 11.294 19 C 10.9 18.613 10.26 18.613 9.865 19 L 3.682 25.058 C 3.317 25.415 2.823 25.619 2.302 25.619 C 1.782 25.619 1.287 25.415 0.923 25.058 C 0.558 24.701 0.35 24.217 0.35 23.707 C 0.35 23.197 0.558 22.712 0.923 22.355 L 9.152 14.281 C 9.94 13.508 11.22 13.507 12.008 14.28 L 17.442 19.603 C 18.23 20.376 18.23 21.63 17.441 22.402 L 11.295 28.414 C 10.9 28.8 10.9 29.427 11.295 29.812 L 14.731 33.169 Z " fill="url(#_lgradient_16)"/><linearGradient id="_lgradient_17" x1="-0.11101968700020669" y1="-0.15806186659624283" x2="0.887411034839724" y2="0.8862271214245361" gradientTransform="matrix(24.845,0,0,19.613,12.883,0.6)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(84,51,255)"/><stop offset="51.73913043478261%" stop-opacity="1" style="stop-color:rgb(32,189,255)"/><stop offset="98.26086956521739%" stop-opacity="1" style="stop-color:rgb(165,254,203)"/></linearGradient><path d=" M 22.553 1.161 C 22.918 0.804 23.412 0.6 23.933 0.6 C 24.441 0.6 24.948 0.804 25.313 1.161 C 25.677 1.518 25.885 2.015 25.885 2.513 C 25.885 3.023 25.677 3.507 25.313 3.865 L 19.116 9.936 C 18.722 10.322 18.722 10.949 19.118 11.334 L 20.458 12.641 C 20.853 13.026 21.494 13.025 21.888 12.639 L 28.024 6.617 C 28.812 5.844 30.091 5.844 30.879 6.617 L 36.301 11.938 C 37.089 12.712 37.089 13.966 36.3 14.739 L 31.286 19.651 C 30.922 20.009 30.427 20.213 29.907 20.213 C 29.386 20.213 28.892 20.009 28.527 19.651 C 28.163 19.294 27.955 18.81 27.955 18.3 C 27.955 17.79 28.163 17.305 28.527 16.948 L 31.496 14.039 C 31.89 13.653 31.89 13.026 31.496 12.639 L 30.166 11.336 C 29.771 10.949 29.131 10.949 28.737 11.336 L 22.602 17.346 C 21.814 18.119 20.533 18.119 19.744 17.348 L 14.313 12.034 C 13.524 11.263 13.523 10.009 14.312 9.236 L 22.553 1.161 Z " fill="url(#_lgradient_17)"/><linearGradient id="_lgradient_18" x1="0.7802056034542408" y1="0.8133399827283142" x2="-4.440892098500626e-16" y2="-1.1102230246251565e-16" gradientTransform="matrix(23.206,0,0,24.369,16.02,19.18)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(211,0,220)"/><stop offset="100%" stop-opacity="1" style="stop-color:rgb(135,0,255)"/></linearGradient><path d=" M 19.352 31.358 C 18.974 31.715 18.48 31.906 17.972 31.906 C 17.452 31.906 16.957 31.715 16.58 31.358 C 16.215 30.988 16.02 30.503 16.02 29.993 C 16.02 29.496 16.215 29.011 16.58 28.642 L 24.82 20.578 C 25.609 19.806 26.89 19.807 27.678 20.579 L 33.099 25.89 C 33.887 26.663 33.887 27.918 33.1 28.691 L 26.963 34.713 C 26.569 35.099 26.568 35.728 26.961 36.116 L 28.285 37.426 C 28.677 37.814 29.316 37.816 29.71 37.429 L 35.894 31.371 C 36.258 31.014 36.753 30.809 37.273 30.809 C 37.794 30.809 38.288 31.014 38.653 31.371 C 39.017 31.728 39.225 32.212 39.225 32.722 C 39.225 33.232 39.017 33.717 38.653 34.074 L 30.411 42.149 C 29.623 42.922 28.345 42.919 27.56 42.143 L 22.154 36.806 C 21.369 36.03 21.371 34.773 22.16 34 L 28.294 27.99 C 28.689 27.604 28.689 26.976 28.294 26.59 L 26.964 25.286 C 26.57 24.9 25.93 24.9 25.536 25.287 L 19.352 31.358 Z " fill="url(#_lgradient_18)"/><linearGradient id="_lgradient_19" x1="0" y1="0.5" x2="0.9074880558539661" y2="0.9200778838291643" gradientTransform="matrix(32.719,0,0,32.058,14.931,15.342)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(78,84,200)"/><stop offset="83.88839793817618%" stop-opacity="1" style="stop-color:rgb(0,114,255)"/></linearGradient><path d=" M 15.646 36.781 C 14.626 37.78 14.707 39.469 15.829 40.568 L 21.904 46.52 C 23.026 47.619 24.749 47.699 25.769 46.7 L 27.674 44.833 C 27.488 44.726 27.309 44.603 27.149 44.446 L 17.486 34.978 L 15.646 36.781 Z M 32.211 20.551 L 41.874 30.019 C 42.034 30.175 42.16 30.351 42.269 30.533 L 46.936 25.961 C 47.955 24.962 47.874 23.273 46.752 22.174 L 40.677 16.222 C 39.555 15.123 37.832 15.043 36.812 16.042 L 32.211 20.551 Z " fill="url(#_lgradient_19)"/></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

1
apps/scalable/Pithos.svg Symbolic link
View File

@ -0,0 +1 @@
cantata.svg

1
apps/scalable/QtIcon.svg Symbolic link
View File

@ -0,0 +1 @@
qt.svg

View File

@ -0,0 +1 @@
qt.svg

View File

@ -0,0 +1 @@
qtcreator.svg

View File

@ -0,0 +1 @@
qtcreator.svg

1
apps/scalable/RSS_feeds.svg Symbolic link
View File

@ -0,0 +1 @@
akregator.svg

View File

@ -0,0 +1 @@
distributor-logo-opensuse.svg

1
apps/scalable/Sci48M.svg Symbolic link
View File

@ -0,0 +1 @@
accessories-text-editor.svg

1
apps/scalable/ScudCloud.svg Symbolic link
View File

@ -0,0 +1 @@
slack.svg

1
apps/scalable/Spotify.svg Symbolic link
View File

@ -0,0 +1 @@
spotify-client.svg

1
apps/scalable/Stacer.svg Symbolic link
View File

@ -0,0 +1 @@
stacer.svg

View File

@ -0,0 +1 @@
teamviewer.svg

1
apps/scalable/Termius.svg Symbolic link
View File

@ -0,0 +1 @@
termius.svg

1
apps/scalable/Thunar.svg Symbolic link
View File

@ -0,0 +1 @@
thunar.svg

1
apps/scalable/VBox.svg Symbolic link
View File

@ -0,0 +1 @@
virtualbox.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_37" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(48,0,0,45.801,0,1.1)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(247,242,6)"/><stop offset="97.82608695652173%" stop-opacity="1" style="stop-color:rgb(255,187,36)"/></linearGradient><path d=" M 16.63 45.13 C 16.6 44.98 16.59 44.84 16.59 44.69 L 16.59 44.69 L 16.63 45.13 L 16.63 45.13 L 16.63 45.1 C 16.58 44.87 16.57 44.64 16.6 44.41 C 16.64 44.04 16.77 43.68 16.97 43.36 C 17.07 43.17 17.19 42.97 17.32 42.78 C 17.67 42.24 18.04 41.71 18.44 41.19 C 18.99 40.49 19.45 39.72 19.81 38.9 C 20.02 38.44 20.14 37.94 20.15 37.44 C 20.16 37.37 20.14 37.31 20.11 37.26 C 20.09 37.25 20.07 37.24 20.06 37.24 C 19.78 37.16 19.5 37.1 19.22 37.08 C 18.63 37.02 18.03 36.99 17.44 37 C 15.82 37.01 14.2 36.93 12.59 36.74 C 11.32 36.59 10.07 36.32 8.86 35.93 C 7.83 35.59 6.85 35.12 5.94 34.53 C 5.13 33.99 4.39 33.35 3.73 32.64 C 2.45 31.23 1.49 29.56 0.92 27.74 C 0.3 25.83 -0.01 23.83 0 21.81 C 0 19.87 0.27 17.93 0.8 16.06 C 1.35 14.18 2.25 12.42 3.47 10.88 C 4.75 9.26 6.28 7.85 8 6.71 C 9.91 5.43 11.95 4.39 14.1 3.59 C 16.54 2.69 19.06 2 21.62 1.56 C 23.77 1.26 25.93 1.11 28.1 1.1 C 29.45 1.1 30.79 1.17 32.12 1.33 C 33.46 1.48 34.79 1.74 36.09 2.11 C 37.39 2.48 38.65 2.99 39.85 3.63 C 41.08 4.3 42.22 5.12 43.24 6.09 C 44.83 7.68 46.06 9.61 46.82 11.73 C 47.61 13.89 48.01 16.17 48 18.47 C 48.01 21.56 47.31 24.62 45.96 27.4 C 44.82 29.75 43.18 31.82 41.15 33.47 C 39.09 35.12 36.7 36.32 34.14 36.97 C 33.87 37.03 33.61 37.11 33.36 37.21 C 33.23 37.26 33.11 37.33 32.99 37.41 C 32.72 37.62 32.46 37.85 32.21 38.1 C 31.71 38.58 31.22 39.08 30.74 39.59 C 29.41 40.99 27.98 42.29 26.47 43.5 C 25.77 44.05 25.04 44.56 24.28 45.04 C 23.58 45.48 22.84 45.87 22.07 46.2 C 21.61 46.4 21.13 46.56 20.64 46.69 C 20.18 46.82 19.72 46.89 19.24 46.9 C 18.91 46.91 18.57 46.86 18.24 46.77 C 17.72 46.61 17.27 46.29 16.95 45.84 C 16.8 45.63 16.69 45.38 16.63 45.13 Z M 20.11 37.26 C 20.11 37.26 20.11 37.25 20.11 37.25 C 20.1 37.25 20.1 37.24 20.09 37.24 C 20.12 37.25 20.14 37.27 20.16 37.28 C 20.14 37.27 20.13 37.27 20.11 37.26 Z M 23.31 40.87 C 23.36 40.76 23.41 40.65 23.46 40.54 C 23.88 39.62 24.12 38.61 24.15 37.59 C 24.2 36.55 23.86 35.52 23.2 34.71 C 22.98 34.44 22.72 34.2 22.44 34 C 22.05 33.73 21.63 33.53 21.18 33.4 C 20.66 33.25 20.13 33.14 19.59 33.1 C 18.87 33.03 18.13 32.99 17.4 33 C 15.95 33.01 14.5 32.93 13.06 32.76 C 12.05 32.65 11.06 32.43 10.1 32.12 C 9.41 31.9 8.75 31.58 8.15 31.19 C 7.61 30.83 7.12 30.41 6.68 29.94 C 5.79 28.95 5.12 27.79 4.73 26.52 C 4.23 25.01 3.99 23.42 4 21.83 C 4 20.25 4.22 18.68 4.65 17.17 C 5.05 15.79 5.71 14.49 6.6 13.36 C 7.63 12.07 8.85 10.95 10.22 10.03 C 11.87 8.93 13.64 8.03 15.49 7.35 C 17.68 6.53 19.93 5.92 22.23 5.51 C 24.18 5.25 26.15 5.11 28.12 5.1 C 29.3 5.1 30.49 5.16 31.66 5.3 C 32.79 5.43 33.9 5.65 34.99 5.96 C 36.02 6.25 37.02 6.65 37.96 7.16 C 38.86 7.64 39.7 8.25 40.45 8.95 C 41.61 10.13 42.5 11.54 43.06 13.1 C 43.69 14.82 44.01 16.63 44 18.46 C 44.01 20.96 43.45 23.42 42.36 25.66 C 41.48 27.48 40.21 29.08 38.64 30.35 C 37.03 31.64 35.17 32.57 33.17 33.09 C 32.74 33.19 32.32 33.32 31.91 33.48 C 31.45 33.66 31.01 33.91 30.6 34.2 C 30.18 34.53 29.77 34.88 29.39 35.26 C 28.87 35.77 28.35 36.3 27.85 36.83 C 26.64 38.09 25.35 39.27 23.98 40.36 C 23.76 40.53 23.54 40.7 23.31 40.87 Z " fill-rule="evenodd" fill="url(#_lgradient_37)"/></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

1
apps/scalable/Yuna.svg Symbolic link
View File

@ -0,0 +1 @@
yuna.svg

1
apps/scalable/Zoom.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_6" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(48,0,0,-28.297,0,38.149)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(84,51,255)"/><stop offset="51.73913043478261%" stop-opacity="1" style="stop-color:rgb(32,189,255)"/><stop offset="98.26086956521739%" stop-opacity="1" style="stop-color:rgb(165,254,203)"/></linearGradient><path d=" M 35.943 30.857 L 35.943 34.72 C 35.943 36.612 34.407 38.149 32.514 38.149 L 5.823 38.149 L 5.823 38.149 C 4.561 38.149 3.537 37.124 3.537 35.863 L 3.537 35.863 C 3.537 34.601 4.561 33.577 5.823 33.577 L 5.823 33.577 L 30.229 33.577 C 30.859 33.577 31.371 33.065 31.371 32.434 L 31.371 15.566 C 31.371 14.935 30.859 14.423 30.229 14.423 L 5.714 14.423 C 5.084 14.423 4.571 14.935 4.571 15.566 L 4.571 27.829 L 4.571 27.829 C 4.571 29.09 3.547 30.114 2.286 30.114 L 2.286 30.114 C 1.024 30.114 0 29.09 0 27.829 L 0 27.829 L 0 13.28 C 0 11.388 1.536 9.851 3.429 9.851 L 32.514 9.851 C 34.407 9.851 35.943 11.388 35.943 13.28 L 35.943 17.143 L 35.943 17.143 L 40.549 12.537 C 41.4 11.686 43.069 10.994 44.273 10.994 L 45.818 10.994 C 47.022 10.994 48 11.972 48 13.176 L 48 34.824 C 48 36.028 47.022 37.006 45.818 37.006 L 44.273 37.006 C 43.069 37.006 41.4 36.314 40.549 35.463 L 35.943 30.857 Z M 35.943 24.4 L 35.943 23.6 L 36.606 22.937 L 41.886 17.657 C 42.737 16.806 43.429 17.092 43.429 18.296 L 43.429 18.296 L 43.429 29.704 C 43.429 30.908 42.737 31.194 41.886 30.343 L 36.606 25.063 L 35.943 24.4 Z " fill-rule="evenodd" fill="url(#_lgradient_6)"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

1
apps/scalable/abrt.svg Symbolic link
View File

@ -0,0 +1 @@
system-error.svg

View File

@ -0,0 +1 @@
ark.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_1" x1="0.6718099850460906" y1="0.020570018975650584" x2="0.4221494918345081" y2="0.9601645064179158" gradientTransform="matrix(42,0,0,42,3,3)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(26,108,255)"/><stop offset="100%" stop-opacity="1" style="stop-color:rgb(197,34,255)"/></linearGradient><path d=" M 7.491 26.466 L 7.491 26.466 C 7.663 27.643 6.848 28.741 5.671 28.916 L 5.671 28.916 C 4.494 29.091 3.399 28.278 3.226 27.102 L 3.226 27.102 C 3.075 26.078 3 25.034 3 24 C 3 18.432 5.218 13.091 9.149 9.149 C 13.091 5.218 18.432 3 24 3 C 29.568 3 34.909 5.218 38.851 9.149 C 42.782 13.091 45 18.432 45 24 C 45 29.568 42.782 34.909 38.851 38.851 C 34.909 42.782 29.568 45 24 45 C 18.508 45 13.231 42.846 9.311 39.002 L 9.311 39.002 C 8.461 38.169 8.446 36.804 9.278 35.954 L 9.278 35.954 C 10.111 35.104 11.476 35.089 12.326 35.922 L 12.326 35.922 C 15.438 38.98 19.638 40.692 24 40.692 C 28.426 40.692 32.669 38.937 35.803 35.803 C 38.937 32.669 40.692 28.426 40.692 24 C 40.692 19.574 38.937 15.331 35.803 12.197 C 32.669 9.063 28.426 7.308 24 7.308 C 19.574 7.308 15.331 9.063 12.197 12.197 C 9.063 15.331 7.308 19.574 7.308 24 C 7.308 24.829 7.372 25.648 7.491 26.466 L 7.491 26.466 L 7.491 26.466 L 7.491 26.466 Z M 28.103 12.283 L 28.103 12.283 C 27.538 12.093 27.234 11.48 27.425 10.915 L 27.425 10.915 C 27.615 10.351 28.228 10.047 28.792 10.237 L 28.792 10.237 C 32.648 11.529 35.814 14.329 37.58 17.991 L 37.58 17.991 C 37.842 18.526 37.62 19.17 37.085 19.428 L 37.085 19.428 C 36.55 19.687 35.903 19.463 35.642 18.928 L 35.642 18.928 C 34.123 15.783 31.409 13.392 28.103 12.283 L 28.103 12.283 L 28.103 12.283 L 28.103 12.283 Z M 22.923 10 C 22.923 9.406 23.406 8.923 24 8.923 C 24.594 8.923 25.077 9.406 25.077 10 C 25.077 10.594 24.594 11.077 24 11.077 C 23.406 11.077 22.923 10.594 22.923 10 L 22.923 10 L 22.923 10 Z M 21.23 24 C 21.23 23.27 21.52 22.56 22.04 22.04 C 22.56 21.52 23.27 21.23 24 21.23 C 24.73 21.23 25.44 21.52 25.96 22.04 C 26.48 22.56 26.77 23.27 26.77 24 C 26.77 24.73 26.48 25.44 25.96 25.96 C 25.44 26.48 24.73 26.77 24 26.77 C 23.27 26.77 22.56 26.48 22.04 25.96 C 21.52 25.44 21.23 24.73 21.23 24 L 21.23 24 L 21.23 24 Z M 19.23 24 C 19.23 22.74 19.73 21.52 20.63 20.63 C 21.52 19.73 22.74 19.23 24 19.23 C 25.26 19.23 26.48 19.73 27.37 20.63 C 28.27 21.52 28.77 22.74 28.77 24 C 28.77 25.26 28.27 26.48 27.37 27.37 C 26.48 28.27 25.26 28.77 24 28.77 C 22.74 28.77 21.52 28.27 20.63 27.37 C 19.73 26.48 19.23 25.26 19.23 24 L 19.23 24 L 19.23 24 Z M 16.92 24 C 16.92 22.12 17.67 20.32 19 19 C 20.32 17.67 22.12 16.92 24 16.92 C 25.88 16.92 27.68 17.67 29 19 C 30.33 20.32 31.08 22.12 31.08 24 C 31.08 25.88 30.33 27.68 29 29 C 27.68 30.33 25.88 31.08 24 31.08 C 22.12 31.08 20.32 30.33 19 29 C 17.67 27.68 16.92 25.88 16.92 24 L 16.92 24 Z M 14.92 24 C 14.92 21.59 15.88 19.28 17.58 17.58 C 19.28 15.88 21.59 14.92 24 14.92 C 26.41 14.92 28.72 15.88 30.42 17.58 C 32.12 19.28 33.08 21.59 33.08 24 C 33.08 26.41 32.12 28.72 30.42 30.42 C 28.72 32.12 26.41 33.08 24 33.08 C 21.59 33.08 19.28 32.12 17.58 30.42 C 15.88 28.72 14.92 26.41 14.92 24 L 14.92 24 Z " fill-rule="evenodd" fill="url(#_lgradient_1)"/></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,617 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Gravit.io -->
<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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
style="isolation:isolate"
viewBox="0 0 360 360"
width="360"
height="360"
version="1.1"
id="svg46"
sodipodi:docname="character.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata52">
<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="defs50">
<linearGradient
id="linearGradient6066"
inkscape:collect="always">
<stop
id="stop6062"
offset="0"
style="stop-color:#ffd42a;stop-opacity:1;" />
<stop
id="stop6064"
offset="1"
style="stop-color:#ff2a7f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient6060"
inkscape:collect="always">
<stop
id="stop6056"
offset="0"
style="stop-color:#ffd42a;stop-opacity:1;" />
<stop
id="stop6058"
offset="1"
style="stop-color:#ff2a7f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient6054"
inkscape:collect="always">
<stop
id="stop6050"
offset="0"
style="stop-color:#ffd42a;stop-opacity:1;" />
<stop
id="stop6052"
offset="1"
style="stop-color:#ff2a7f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient6048"
inkscape:collect="always">
<stop
id="stop6044"
offset="0"
style="stop-color:#ffd42a;stop-opacity:1;" />
<stop
id="stop6046"
offset="1"
style="stop-color:#ff2a7f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient6042"
inkscape:collect="always">
<stop
id="stop6038"
offset="0"
style="stop-color:#ffd42a;stop-opacity:1;" />
<stop
id="stop6040"
offset="1"
style="stop-color:#ff2a7f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient6036"
inkscape:collect="always">
<stop
id="stop6032"
offset="0"
style="stop-color:#ffd42a;stop-opacity:1;" />
<stop
id="stop6034"
offset="1"
style="stop-color:#ff2a7f;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient6016">
<stop
style="stop-color:#ffd42a;stop-opacity:1;"
offset="0"
id="stop6012" />
<stop
style="stop-color:#ff2a7f;stop-opacity:1"
offset="1"
id="stop6014" />
</linearGradient>
<symbol
id="Nursery">
<title
id="title692">Nursery</title>
<g
style="stroke:none"
id="g701">
<circle
cx="36"
cy="15.75"
r="7.5"
id="circle694" />
<path
d="M 28,39.5 V 34 l -6,6 a 2.475,2.475 0 0 1 -3.5,-3.5 l 10,-10 c 1,-1 1.5,-1.5 3,-1.5 h 9 c 1.5,0 2,0.5 3,1.5 l 10,10 A 2.475,2.475 0 0 1 50,40 l -6,-6 v 5.5 z"
id="path696"
inkscape:connector-curvature="0" />
<path
id="leg1"
d="M 34,48.5 29.5,53 34,57.5 A 2.475,2.475 0 0 1 30.5,61 L 23,53.5 a 4.2,4.2 0 0 1 0,-6 l 5,-5 z"
inkscape:connector-curvature="0" />
<use
xlink:href="#leg1"
transform="matrix(-1,0,0,1,72,0)"
id="use699"
x="0"
y="0"
width="100%"
height="100%" />
</g>
</symbol>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6016"
id="linearGradient6018"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(384,208)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6066"
id="linearGradient6020"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(384,208)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6022"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6054"
id="linearGradient6024"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6048"
id="linearGradient6026"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(384,208)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6042"
id="linearGradient6028"
x1="-332.74829"
y1="-34.563663"
x2="-39.463409"
y2="-34.563663"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(344.40793,231.91104)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6036"
id="linearGradient6030"
x1="-51.683796"
y1="72.543839"
x2="67.39209"
y2="72.543839"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6068"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6070"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6072"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6074"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6076"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6078"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6080"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6082"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6084"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6086"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6088"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6060"
id="linearGradient6090"
gradientUnits="userSpaceOnUse"
x1="-24.341501"
y1="-16.319315"
x2="168.7847"
y2="-16.319315" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6054"
id="linearGradient6092"
gradientUnits="userSpaceOnUse"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6054"
id="linearGradient6094"
gradientUnits="userSpaceOnUse"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6054"
id="linearGradient6096"
gradientUnits="userSpaceOnUse"
x1="-371"
y1="-30.999998"
x2="-44"
y2="-31" />
</defs>
<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="1023"
id="namedview48"
showgrid="false"
inkscape:zoom="1"
inkscape:cx="408"
inkscape:cy="136.13559"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1"
inkscape:current-layer="svg46"
showborder="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<linearGradient
id="_lgradient_0"
x1="-0.014458464"
y1="0.009839246"
x2="1.0164566"
y2="1.072293"
gradientTransform="matrix(360,0,0,360,-384,-208)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
stop-opacity="1"
style="stop-color:rgb(249,212,35)"
id="stop2" />
<stop
offset="51.56237565086822%"
stop-opacity="1"
style="stop-color:rgb(255,78,80)"
id="stop4" />
<stop
offset="99.1304347826087%"
stop-opacity="1"
style="stop-color:rgb(138,35,135)"
id="stop6" />
</linearGradient>
<path
d="m 32.72727,133.85455 v 0 c 0,9.03272 -7.33091,16.36363 -16.36363,16.36363 v 0 C 7.33091,150.21818 0,142.88727 0,133.85455 v 0 -92.94546 C 0,18.32727 18.32727,0 40.90909,0 h 92.94546 v 0 c 9.03272,0 16.36363,7.33091 16.36363,16.36364 v 0 c 0,9.03272 -7.33091,16.36363 -16.36363,16.36363 v 0 H 57.27273 c -13.54909,0 -24.54546,10.99637 -24.54546,24.54546 z M 226.14545,32.72727 v 0 c -9.03272,0 -16.36363,-7.33091 -16.36363,-16.36363 v 0 C 209.78182,7.33091 217.11273,0 226.14545,0 v 0 h 92.94546 C 341.67273,0 360,18.32727 360,40.90909 v 92.94546 0 c 0,9.03272 -7.33091,16.36363 -16.36364,16.36363 v 0 c -9.03272,0 -16.36363,-7.33091 -16.36363,-16.36363 v 0 -76.58182 c 0,-13.54909 -10.99637,-24.54546 -24.54546,-24.54546 z m 101.12728,193.41818 v 0 c 0,-9.03272 7.33091,-16.36363 16.36363,-16.36363 v 0 c 9.03273,0 16.36364,7.33091 16.36364,16.36363 v 0 92.94546 C 360,341.67273 341.67273,360 319.09091,360 h -90 v 0 c -9.03273,0 -16.36364,-7.33091 -16.36364,-16.36364 v 0 c 0,-9.03272 7.33091,-16.36363 16.36364,-16.36363 v 0 h 73.63636 c 13.54909,0 24.54546,-10.99637 24.54546,-24.54546 z M 133.85455,327.27273 v 0 c 9.03272,0 16.36363,7.33091 16.36363,16.36363 v 0 c 0,9.03273 -7.33091,16.36364 -16.36363,16.36364 v 0 H 40.90909 C 18.32727,360 0,341.67273 0,319.09091 v -92.94546 0 c 0,-9.03272 7.33091,-16.36363 16.36364,-16.36363 v 0 c 9.03272,0 16.36363,7.33091 16.36363,16.36363 v 0 76.58182 c 0,13.54909 10.99637,24.54546 24.54546,24.54546 z"
id="path9"
style="fill:url(#linearGradient6018);fill-opacity:1;fill-rule:evenodd;stroke-width:8.18181801"
inkscape:connector-curvature="0" />
<linearGradient
id="_lgradient_1"
x1="0"
y1="0.5"
x2="0.90748805"
y2="0.92007786"
gradientTransform="matrix(99.18,0,0,99.278182,-326.12182,-146.12909)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
stop-opacity="1"
style="stop-color:rgb(0,255,216)"
id="stop11" />
<stop
offset="83.88839793817618%"
stop-opacity="1"
style="stop-color:rgb(0,255,184)"
id="stop13" />
</linearGradient>
<linearGradient
id="_lgradient_2"
x1="0"
y1="0.5"
x2="0.90748805"
y2="0.92007786"
gradientTransform="matrix(94.540909,0,0,24.970909,-325.84364,48.189088)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
stop-opacity="1"
style="stop-color:rgb(0,255,216)"
id="stop18" />
<stop
offset="83.88839793817618%"
stop-opacity="1"
style="stop-color:rgb(0,255,184)"
id="stop20" />
</linearGradient>
<linearGradient
id="_lgradient_3"
x1="0"
y1="0.5"
x2="1"
y2="0.5"
gradientTransform="matrix(94.540909,0,0,24.970909,-178.57091,48.189088)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
stop-opacity="1"
style="stop-color:rgb(241,39,17)"
id="stop25" />
<stop
offset="99.1304347826087%"
stop-opacity="1"
style="stop-color:rgb(245,175,25)"
id="stop27" />
</linearGradient>
<linearGradient
id="_lgradient_4"
x1="0"
y1="0.5"
x2="1"
y2="0.5"
gradientTransform="matrix(94.540909,0,0,24.970909,-178.57091,15.461815)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
stop-opacity="1"
style="stop-color:rgb(241,39,17)"
id="stop32" />
<stop
offset="99.1304347826087%"
stop-opacity="1"
style="stop-color:rgb(245,175,25)"
id="stop34" />
</linearGradient>
<linearGradient
id="_lgradient_5"
x1="-3.8208334e-05"
y1="0.50000006"
x2="0.99996185"
y2="0.50000006"
gradientTransform="matrix(78.709091,0,0,82.472727,-167.01818,-140.41819)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
stop-opacity="1"
style="stop-color:rgb(211,0,220)"
id="stop39" />
<stop
offset="100%"
stop-opacity="1"
style="stop-color:rgb(135,0,255)"
id="stop41" />
</linearGradient>
<path
inkscape:connector-curvature="0"
d="m 146.83122,118.57838 c 4.48674,-5.20045 7.46309,-11.77796 8.04059,-18.28624 0.36649,-4.17728 -0.9773,-8.56228 -3.88703,-12.68573 -4.56447,-6.4775 -12.40514,-10.11629 -19.97929,-13.63198 -5.65285,-2.62331 -10.99472,-5.10044 -14.7707,-8.63922 l -0.67744,-0.63083 c -2.23227,-2.0771 -4.75328,-4.43116 -5.15308,-6.40826 -0.39981,-2.00017 -3.02078,-3.42337 -5.88608,-3.30798 -2.90971,0.13847 -5.16419,1.80785 -5.16419,3.8311 v 68.54453 c -4.6533,-1.95402 -10.3839,-3.15412 -16.65865,-3.15412 -15.30377,0 -27.76446,6.90061 -27.76446,15.38598 0,8.48536 12.46069,15.38597 27.76446,15.38597 15.30376,0 27.76445,-6.90061 27.76445,-15.38597 V 94.76088 c 8.34045,2.20789 21.98944,7.83147 25.74318,20.9634 -0.69966,0.71545 -1.36599,1.48475 -2.1434,2.10019 -2.03237,1.59245 -1.81024,4.02343 0.49975,5.42356 2.2878,1.4155 5.79723,1.24626 7.82958,-0.34619 1.48817,-1.16933 2.80977,-2.53869 4.07583,-3.96958 0.13323,-0.1077 0.25578,-0.2231 0.36648,-0.35388 z"
id="path2"
style="fill:url(#linearGradient6020);fill-opacity:1;stroke-width:0.28884983" />
<g
transform="matrix(1.6931934,0,0,1.7570747,54.21487,205.67426)"
style="fill:url(#linearGradient6022);fill-opacity:1"
id="029---Flower">
<g
id="Icons"
transform="translate(1,1)"
style="fill:url(#linearGradient6088);fill-opacity:1">
<path
style="fill:url(#linearGradient6068);fill-opacity:1"
inkscape:connector-curvature="0"
id="Shape"
d="m 44.29,15.67 c -3.594118,1.317355 -6.813484,3.489912 -9.38,6.33 1.90806,-3.325051 2.969214,-7.068282 3.09,-10.9 0,-8 -9,-11 -9,-11 0,0 -9,3 -9,11 0.120786,3.831718 1.18194,7.574949 3.09,10.9 C 20.519011,19.174469 17.300022,17.015892 13.71,15.71 6.1,13.2 0.47,20.83 0.47,20.83 c 0,0 0.07,9.49 7.68,12 3.67897,1.062526 7.562357,1.206737 11.31,0.42 -3.499892,1.566046 -6.560065,3.970223 -8.91,7 -4.7,6.47 0.82,14.19 0.82,14.19 0,0 9,2.86 13.74,-3.61 2.168094,-3.201585 3.504969,-6.892594 3.89,-10.74 0.396341,3.823169 1.732739,7.488816 3.89,10.67 4.7,6.47 13.74,3.61 13.74,3.61 0,0 5.52,-7.72 0.82,-14.19 -2.344717,-3.022723 -5.393338,-5.425915 -8.88,-7 3.737556,0.78707 7.611324,0.642834 11.28,-0.42 7.61,-2.47 7.68,-12 7.68,-12 0,0 -5.63,-7.56 -13.24,-5.09 z" />
<path
style="fill:url(#linearGradient6070);fill-opacity:1"
inkscape:connector-curvature="0"
id="path3"
d="M 38,11.1 C 38,17.37 34.36,23.9 30.34,28.62 29.696751,28.03803 28.75168,27.937061 28,28.37 26.587232,26.08313 24.941818,23.948449 23.09,22 21.18194,18.674949 20.120786,14.931718 20,11.1 20,5.17 24.94,2 27.5,0.74 27.986727,0.49680959 28.48763,0.28309098 29,0.1 c 0,0 9,3 9,11 z" />
<path
style="fill:url(#linearGradient6072);fill-opacity:1"
inkscape:connector-curvature="0"
id="path5"
d="m 35,11.1 c 0,6.08 -3.34,12.19 -7.19,17 C 26.443499,25.914719 24.862332,23.871261 23.09,22 23.26,22 20,17.19 20,11.1 20,5.17 24.94,2 27.5,0.74 30.06,2 35,5.17 35,11.1 Z" />
<path
style="fill:url(#linearGradient6074);fill-opacity:1"
inkscape:connector-curvature="0"
id="path7"
d="m 27,30.52 c -2.606918,0.626056 -5.140832,1.524322 -7.56,2.68 -3.754286,0.781176 -7.641996,0.64049 -11.33,-0.41 -7.61,-2.47 -7.68,-12 -7.68,-12 0,0 5.67,-7.59 13.28,-5.12 6,1.94 11,7.38 14.29,12.7 -0.768036,0.420495 -1.173247,1.291699 -1,2.15 z" />
<path
style="fill:url(#linearGradient6076);fill-opacity:1"
inkscape:connector-curvature="0"
id="path9-3"
d="m 29,40.09 c -0.396341,3.823169 -1.732739,7.488816 -3.89,10.67 -4.7,6.47 -13.74,3.61 -13.74,3.61 0,0 -5.52,-7.72 -0.82,-14.19 C 14.21,35.14 21,32 27,30.52 c 0.180514,0.843936 0.882011,1.476896 1.74,1.57 -0.189934,2.668488 -0.102802,5.349476 0.26,8 z" />
<path
style="fill:url(#linearGradient6078);fill-opacity:1"
inkscape:connector-curvature="0"
id="path11"
d="m 46.63,54.37 c -1.96943,0.552053 -4.022755,0.741799 -6.06,0.56 -3.048908,-0.192118 -5.858372,-1.717569 -7.68,-4.17 -3.7,-5.09 -4.57,-12.49 -4.1,-18.67 0.85013,0.0736 1.653323,-0.400287 2,-1.18 2.485711,1.025134 5.068906,1.795737 7.71,2.3 3.484309,1.591734 6.538795,3.991443 8.91,7 4.74,6.44 -0.78,14.16 -0.78,14.16 z" />
<path
style="fill:url(#linearGradient6080);fill-opacity:1"
inkscape:connector-curvature="0"
id="path13"
d="m 43.63,54.37 c -1.000088,0.282617 -2.02464,0.470117 -3.06,0.56 -3.048908,-0.192118 -5.858372,-1.717569 -7.68,-4.17 -3.7,-5.09 -4.57,-12.49 -4.1,-18.67 0.460544,0.0482 0.923545,-0.0649 1.31,-0.32 1.7769,0.608365 3.59482,1.089579 5.44,1.44 3.484309,1.591734 6.538795,3.991443 8.91,7 4.7,6.44 -0.82,14.16 -0.82,14.16 z" />
<path
style="fill:url(#linearGradient6082);fill-opacity:1"
inkscape:connector-curvature="0"
id="path15"
d="m 57.53,20.83 c 0,0 -0.07,9.49 -7.68,12 -5.93,1.94 -13.21,0.52 -19,-1.88 0.347364,-0.789153 0.149879,-1.712091 -0.49,-2.29 1.741522,-2.05773 3.26625,-4.289529 4.55,-6.66 2.87,-3 7,-6 10.94,-6.66 6.81,-1.11 11.68,5.49 11.68,5.49 z" />
<path
style="fill:url(#linearGradient6084);fill-opacity:1"
inkscape:connector-curvature="0"
id="path17"
d="m 54.53,20.83 c 0,0 -0.07,9.49 -7.68,12 -1.514165,0.482479 -3.083292,0.771441 -4.67,0.86 -3.907449,-0.288206 -7.741423,-1.213764 -11.35,-2.74 0.347363,-0.789153 0.149879,-1.712091 -0.49,-2.29 1.748482,-2.056804 3.279934,-4.288637 4.57,-6.66 2.87,-3 7,-6 10.94,-6.66 5.15,0.77 8.68,5.49 8.68,5.49 z" />
<path
style="fill:url(#linearGradient6086);fill-opacity:1"
inkscape:connector-curvature="0"
id="path19"
d="m 31,30.1 c -0.01206,1.013554 -0.780449,1.857827 -1.788392,1.965001 C 28.203664,32.172174 27.274918,31.508356 27.05,30.52 c -0.07503,-0.714531 0.236845,-1.414811 0.818135,-1.837051 0.581289,-0.42224 1.343685,-0.502291 2,-0.21 C 30.52445,28.765241 30.974974,29.385469 31.05,30.1 Z" />
</g>
<path
style="fill:url(#linearGradient6090);fill-opacity:1"
inkscape:connector-curvature="0"
id="path22"
d="m 51.16,34.74 c 8.2,-2.66 8.37,-12.49 8.37,-12.9 0,-0.21637 -0.07018,-0.426904 -0.2,-0.6 -0.24,-0.34 -6.15,-8.19 -14.35,-5.52 -2.261566,0.76277 -4.378014,1.902136 -6.26,3.37 0.821776,-2.243526 1.254656,-4.61084 1.28,-7 C 40,3.47 30.71,0.27 30.32,0.14 30.112427,0.06989006 29.887573,0.06989006 29.68,0.14 29.29,0.27 20,3.47 20,12.14 c 0.02787,2.388917 0.460671,4.755808 1.28,7 C 19.395097,17.653118 17.271649,16.496717 15,15.72 6.81,13.05 0.91,20.9 0.67,21.24 c -0.12982213,0.173096 -0.2,0.38363 -0.2,0.6 0,0.41 0.17,10.24 8.37,12.9 2.278402,0.717406 4.662969,1.038731 7.05,0.95 -1.982648,1.328803 -3.724262,2.985873 -5.15,4.9 -5.07,7 0.57,15 0.82,15.36 0.120516,0.18013 0.301364,0.311333 0.51,0.37 1.602857,0.458902 3.262762,0.687854 4.93,0.68 7.1,0 11,-4.25 13,-11 2.05,6.79 5.93,11 13,11 1.664366,0.0037 3.320847,-0.228654 4.92,-0.69 0.208636,-0.05867 0.389484,-0.18987 0.51,-0.37 0.25,-0.34 5.89,-8.38 0.82,-15.36 -1.427777,-1.908821 -3.165138,-3.56506 -5.14,-4.9 2.386353,0.0898 4.77054,-0.228096 7.05,-0.94 z M 30,2.17 c 1.52,0.6 8,3.55 8,9.93 0,5.77 -3.26,11.76 -6.88,16.22 C 30.94,28.25 31,29.22 31,17.1 c 0,-0.552285 -0.447715,-1 -1,-1 -0.552285,0 -1,0.447715 -1,1 V 27.52 C 27.786424,25.707452 26.425124,23.998302 24.93,22.41 23.122131,19.265822 22.115872,15.725027 22,12.1 22,5.74 28.48,2.78 30,2.17 Z M 9.46,32.84 c -6.05,-2 -6.87,-9.05 -7,-10.68 1,-1.26 5.84,-6.51 11.91,-4.54 5.5,1.79 10.18,6.73 13.3,11.57 -0.1,0.13 0.76,0.34 -10.7,-3.37 -0.517081,-0.147568 -1.058283,0.140193 -1.225095,0.65139 -0.166812,0.511197 0.100497,1.062788 0.605095,1.24861 l 9.91,3.22 c -2.104918,0.595458 -4.155588,1.368222 -6.13,2.31 -3.536748,0.737118 -7.200245,0.596346 -10.67,-0.41 z M 25.3,51.17 c -3.73,5.15 -10.71,3.74 -12.3,3.34 -0.88,-1.39 -4.38,-7.6 -0.64,-12.74 3.36,-4.62 9.56,-7.61 15.11,-9.07 0.09,0.14 0.55,-0.58 -6.51,9.14 -0.264332,0.446315 -0.143515,1.020651 0.278232,1.322642 C 21.659978,43.464633 22.242619,43.394008 22.58,43 l 6.13,-8.44 c -0.08563,2.174292 0.01138,4.351934 0.29,6.51 -0.374514,3.621907 -1.646203,7.093276 -3.7,10.1 z M 30,32.1 c -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 0,0.552285 -0.447715,1 -1,1 z m 17.64,9.67 c 3.74,5.14 0.24,11.35 -0.64,12.74 -1.59,0.4 -8.57,1.81 -12.3,-3.34 -3.4,-4.68 -4.27,-11.41 -4,-17.17 0.16,0 -0.42,-0.77 6.68,9 0.192624,0.325238 0.552175,0.514068 0.929278,0.488039 0.377103,-0.02603 0.707301,-0.262467 0.853413,-0.611086 C 39.308804,42.528334 39.245856,42.127122 39,41.84 L 32.9,33.4 c 2.066896,0.766436 4.194324,1.358504 6.36,1.77 3.289061,1.484852 6.165732,3.750487 8.38,6.6 z M 33,31.29 c 0,-0.17 -0.75,0.14 10.64,-3.57 0.504598,-0.185822 0.771907,-0.737413 0.605095,-1.24861 C 44.078283,25.960193 43.537081,25.672432 43.02,25.82 L 33.11,29 c 1.348919,-1.720846 2.553032,-3.550429 3.6,-5.47 2.435633,-2.676473 5.487074,-4.718776 8.89,-5.95 6,-2 10.87,3.28 11.91,4.54 -0.1,1.64 -0.9,8.71 -7,10.68 C 45.06,34.63 38.4,33.39 33,31.29 Z" />
</g>
<flowRoot
xml:space="preserve"
id="flowRoot5805"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient6024);fill-opacity:1;stroke:none"
transform="translate(384,208)"><flowRegion
id="flowRegion5807"
style="fill:url(#linearGradient6094);fill-opacity:1"><rect
id="rect5809"
width="63"
height="41"
x="-769"
y="-75"
style="fill:url(#linearGradient6092);fill-opacity:1" /></flowRegion><flowPara
id="flowPara5811"
style="fill:url(#linearGradient6096);fill-opacity:1">aa</flowPara></flowRoot> <text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient6026);fill-opacity:1;stroke:none"
x="-362"
y="149"
id="text5815"><tspan
sodipodi:role="line"
id="tspan5813"
x="-362"
y="184.39062"
style="fill:url(#linearGradient6026);fill-opacity:1"></tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:194.16937256px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient6028);fill-opacity:1;stroke:none;stroke-width:4.8542347"
x="171.66603"
y="336.82895"
id="text5819"
transform="scale(1.1149569,0.89689565)"><tspan
sodipodi:role="line"
id="tspan5817"
x="171.66603"
y="336.82895"
style="fill:url(#linearGradient6028);fill-opacity:1;stroke-width:4.8542347">a</tspan></text>
<use
id="use5990"
style="fill:url(#linearGradient6030);fill-opacity:1;stroke:#000000"
xlink:href="#Nursery"
x="0"
y="0"
width="100%"
height="100%"
transform="matrix(2.7461479,0,0,1.8706511,154.93135,41.29579)" />
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1 @@
preferences-system-time.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_54" x1="0.0681818181817685" y1="0.23295454545454564" x2="0.9384302091713562" y2="0.779389581657281" gradientTransform="matrix(38,0,0,46,4,1)" gradientUnits="userSpaceOnUse"><stop offset="1.3043478260869565%" stop-opacity="1" style="stop-color:rgb(55,236,186)"/><stop offset="97.82608695652173%" stop-opacity="1" style="stop-color:rgb(114,175,211)"/></linearGradient><path d=" M 12.5 35 L 9 35 C 8.658 35 8.323 35.034 8 35.1 L 8 8 C 8 6.344 9.344 5 11 5 L 12.5 5 L 12.5 5 L 12.5 22.62 C 12.5 24.276 13.451 24.669 14.621 23.499 L 18 20.12 L 21.379 23.499 C 22.549 24.669 23.5 24.276 23.5 22.62 L 23.5 5 L 35 5 C 36.656 5 38 6.344 38 8 L 38 21 L 38 21 C 38 22.104 38.896 23 40 23 L 40 23 C 41.104 23 42 22.104 42 21 L 42 21 L 42 6 C 42 3.24 39.76 1 37 1 L 9 1 C 6.24 1 4 3.24 4 6 L 4 39 L 4 40 L 4 41 L 4 42 C 4 44.76 6.24 47 9 47 L 40 47 L 40 47 C 41.104 47 42 46.104 42 45 L 42 45 C 42 43.896 41.104 43 40 43 L 40 43 L 10 43 C 8.896 43 8 42.104 8 41 L 8 41 L 8 41 C 8 39.896 8.896 39 10 39 L 37 39 C 39.76 39 42 36.76 42 34 L 42 31 L 42 31 C 42 29.896 41.104 29 40 29 L 40 29 C 38.896 29 38 29.896 38 31 L 38 31 L 38 33 C 38 34.104 37.104 35 36 35 L 15.5 35 L 15.5 30 L 15.5 30 C 15.5 29.172 14.828 28.5 14 28.5 L 14 28.5 C 13.172 28.5 12.5 29.172 12.5 30 L 12.5 30 L 12.5 35 Z M 15.5 5 L 20.5 5 L 20.5 18.38 L 18.707 16.587 C 18.317 16.197 17.683 16.197 17.293 16.587 L 15.5 18.38 L 15.5 5 L 15.5 5 Z " fill-rule="evenodd" fill="url(#_lgradient_54)"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_6" x1="0.21874999649848828" y1="0.17506041551987891" x2="1.098990208503709" y2="1.1181589937900303" gradientTransform="matrix(44,0,0,44.7,2,1.3)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(252,203,144)"/><stop offset="83.91304347826087%" stop-opacity="1" style="stop-color:rgb(213,126,235)"/></linearGradient><path d=" M 24.072 19.606 L 31.797 9.903 L 31.797 9.903 L 38.878 15.564 L 31.154 25.267 L 24.072 19.606 L 24.072 19.606 Z M 22.214 21.961 C 22.126 22.102 22.052 22.251 22 22.4 C 21.91 22.6 21.85 22.82 21.83 23.04 L 21.16 30.64 L 21.16 30.64 L 28.32 28.23 C 28.53 28.15 28.73 28.04 28.9 27.91 C 29.037 27.823 29.164 27.721 29.276 27.607 L 22.214 21.961 L 22.214 21.961 Z M 33.666 7.556 L 34.73 6.22 C 35.09 5.77 35.52 5.37 36 5.05 C 36.41 4.78 36.86 4.57 37.33 4.43 C 37.68 4.33 38.05 4.29 38.41 4.31 C 38.81 4.33 39.19 4.42 39.56 4.58 C 40.11 4.81 40.64 5.12 41.11 5.5 C 41.58 5.87 42 6.3 42.36 6.78 C 42.59 7.09 42.76 7.45 42.87 7.82 C 42.98 8.17 43.02 8.54 42.99 8.9 C 42.96 9.4 42.86 9.89 42.68 10.35 C 42.57 10.62 42.44 10.89 42.29 11.14 C 42.15 11.4 41.99 11.64 41.81 11.88 L 40.746 13.216 L 33.666 7.556 L 33.666 7.556 L 33.666 7.556 Z M 18.06 31.59 L 18.84 22.75 C 18.84 22.74 18.84 22.73 18.84 22.72 C 18.9 22.23 19.02 21.75 19.21 21.29 C 19.39 20.83 19.63 20.39 19.93 20 C 19.94 19.99 19.94 19.98 19.95 19.97 L 32.38 4.35 C 32.94 3.65 33.6 3.05 34.35 2.55 C 35 2.12 35.72 1.78 36.47 1.56 C 37.16 1.35 37.87 1.27 38.59 1.31 C 39.33 1.36 40.05 1.53 40.73 1.82 C 41.53 2.16 42.28 2.6 42.96 3.14 C 43.65 3.67 44.25 4.3 44.77 5 C 45.21 5.59 45.54 6.26 45.75 6.97 C 45.95 7.66 46.03 8.38 45.99 9.1 C 45.93 9.9 45.76 10.68 45.48 11.43 C 45.32 11.84 45.13 12.24 44.9 12.62 C 44.69 13.01 44.45 13.37 44.18 13.72 C 44.18 13.73 44.17 13.73 44.17 13.74 L 31.74 29.35 C 31.73 29.36 31.72 29.37 31.72 29.38 C 31.4 29.76 31.03 30.09 30.63 30.37 C 30.23 30.66 29.79 30.89 29.33 31.06 C 29.32 31.06 29.31 31.06 29.29 31.07 L 21 33.86 C 20.75 33.95 20.49 33.99 20.22 34 C 19.62 34.01 19.03 33.76 18.62 33.31 C 18.23 32.88 18.03 32.31 18.06 31.73 C 18.06 31.73 18.06 31.72 18.06 31.72 L 18.06 31.59 L 18.06 31.59 L 18.06 31.59 L 18.06 31.59 Z M 42.174 30 L 42.174 30 C 42.174 28.896 43.031 28 44.087 28 L 44.087 28 C 45.143 28 46 28.896 46 30 L 46 30 L 46 41.11 C 46 43.809 43.809 46 41.11 46 L 6.89 46 C 4.191 46 2 43.809 2 41.11 L 2 6.89 C 2 4.191 4.191 2 6.89 2 L 19.217 2 L 19.217 2 C 20.273 2 21.13 2.896 21.13 4 L 21.13 4 C 21.13 5.104 20.273 6 19.217 6 L 19.217 6 L 8.76 6 C 7.141 6 5.826 7.315 5.826 8.934 L 5.826 39.066 C 5.826 40.685 7.141 42 8.76 42 L 39.24 42 C 40.859 42 42.174 40.685 42.174 39.066 L 42.174 30 Z " fill-rule="evenodd" fill="url(#_lgradient_6)"/></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1 @@
applets-screenshooter.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_6" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(44,0,0,45,2,1)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(242,55,239)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(252,82,82)"/></linearGradient><path d=" M 39.709 7.121 L 18 28.83 L 18 31.23 L 20.92 30.25 L 42.464 8.706 C 44.416 6.754 46 7.41 46 10.17 L 46 41 C 46 43.76 43.76 46 41 46 L 7 46 C 4.24 46 2 43.76 2 41 L 2 7 C 2 4.24 4.24 2 7 2 L 28 2 L 28 2 C 29.104 2 30 2.896 30 4 L 30 4 C 30 5.104 29.104 6 28 6 L 28 6 L 9 6 C 7.344 6 6 7.344 6 9 L 6 39 C 6 40.656 7.344 42 9 42 L 39 42 C 40.656 42 42 40.656 42 39 L 42 15.83 C 42 15.278 41.683 15.147 41.293 15.537 L 24.494 32.336 C 23.714 33.116 22.23 34.033 21.182 34.381 L 15.898 36.139 C 14.85 36.487 14 35.874 14 34.77 L 14 29.17 C 14 28.066 14.634 26.536 15.414 25.756 L 38.049 3.121 C 39.219 1.951 40.542 1.896 41 3 L 41 3 C 41.458 4.104 40.879 5.951 39.709 7.121 Z " fill="url(#_lgradient_6)"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
apps/scalable/ace.svg Symbolic link
View File

@ -0,0 +1 @@
kpatience.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><path d=" M 14.346 10 C 13.968 10.023 13.561 10 13.116 10.309 C 9.137 12.021 11.806 16.719 16.877 20.292 C 16.908 19.618 17.188 18.151 17.181 17.505 C 12.854 14.538 10.323 11.651 13.08 10.506 C 15.988 9.299 16.891 12.594 16.942 17.377 C 17.213 17.658 19.089 18.904 19.374 19.101 C 19.268 14.739 16.95 10.287 14.722 10.032 C 14.603 10.009 14.472 10.009 14.346 10.009 M 18.397 17.598 L 17.492 17.245 L 16.742 17.751 L 16.59 19.342 L 17.538 20.069 L 17.932 20.597 C 20.851 22.534 23.337 24.026 26.61 25.258 L 28.65 25.561 L 29.992 25.561 C 31.23 24.831 30.492 24.55 34.989 23.989 L 29.921 24.382 C 26.012 22.867 22.023 20.69 18.394 18.315 M 27.314 24.664 C 27.9 24.664 32.473 24.267 34.293 24.099 C 36.093 23.818 38.305 23.734 37.886 25.839 C 38.362 24.717 37.277 22.811 35.733 22.475 C 33.346 21.941 29.559 23.404 28.198 23.853 M 30.392 24.436 C 29.682 24.717 28.06 24.919 27.294 25.172 C 28.38 25.734 33.832 27.747 36.083 27.325 C 36.443 27.325 37.963 26.232 38 25.446 C 37.883 26.877 31.218 25.81 30.392 24.407 M 31.875 24.432 C 31.291 24.152 28.555 24.166 27.953 23.942 C 24.528 25.14 19.92 27.953 16.623 29.85 L 15.668 30.131 C 15.483 31.441 14.676 31.892 13.94 32.741 L 15.056 33.864 L 15.929 32.432 C 19.789 30.103 27.421 26.338 31.872 24.531 M 15.929 32.432 C 15.457 32.713 15.006 32.994 14.579 33.274 C 13.589 36.083 12.435 37.975 11.333 37.894 C 13.036 38.708 16.702 34.697 17.939 30.925 M 11.333 37.894 C 8.736 36.35 14.233 33.537 15.468 32.72 C 15.745 31.935 14.986 30.632 15.234 29.706 C 11.357 32.12 9.066 35.611 10.366 37.268 C 10.679 37.661 11.011 37.858 11.34 37.886 M 15.112 32.004 C 15.292 31.281 17.687 29.636 18.119 29.383 C 18.698 24.822 18.726 24.371 19.218 20.826 C 18.924 20.545 17.113 19.134 16.832 18.938 C 16.485 22.727 15.831 27.861 14.906 31.291" fill="rgb(255,52,52)"/><linearGradient id="_lgradient_32" x1="0.5180870166680417" y1="0.03333118384844386" x2="0.5073273481398528" y2="0.9681890995036899" gradientTransform="matrix(-47,0,0,-44,47.5,46)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(244,97,51)"/><stop offset="98.75%" stop-opacity="1" style="stop-color:rgb(240,80,129)"/></linearGradient><path d=" M 28.75 5 L 42.5 5 C 43.604 5 44.5 5.896 44.5 7 L 44.5 28.5 L 44.5 28.5 C 44.5 29.328 45.172 30 46 30 L 46 30 C 46.828 30 47.5 29.328 47.5 28.5 L 47.5 28.5 L 47.5 6 C 47.5 3.792 45.708 2 43.5 2 L 20 2 C 18.896 2 18 2.672 18 3.5 L 18 3.5 C 18 4.328 18.896 5 20 5 L 28.75 5 L 28.75 5 Z M 5.5 5 C 4.396 5 3.5 5.896 3.5 7 L 3.5 18.5 L 3.5 18.5 C 3.5 19.328 2.828 20 2 20 L 2 20 C 1.172 20 0.5 19.328 0.5 18.5 L 0.5 18.5 L 0.5 6 C 0.5 3.792 2.292 2 4.5 2 L 11 2 C 12.104 2 13 2.672 13 3.5 L 13 3.5 C 13 4.328 12.104 5 11 5 L 5.5 5 L 5.5 5 Z M 3.5 30.5 L 3.5 30.5 C 3.5 29.672 2.828 29 2 29 L 2 29 C 1.172 29 0.5 29.672 0.5 30.5 L 0.5 30.5 L 0.5 42 C 0.5 44.208 2.292 46 4.5 46 L 43.5 46 C 45.708 46 47.5 44.208 47.5 42 L 47.5 40.5 L 47.5 40.5 C 47.5 39.672 46.828 39 46 39 L 46 39 C 45.172 39 44.5 39.672 44.5 40.5 L 44.5 40.5 L 44.5 41 C 44.5 42.104 43.604 43 42.5 43 L 5.5 43 C 4.396 43 3.5 42.104 3.5 41 L 3.5 30.5 Z " fill-rule="evenodd" fill="url(#_lgradient_32)"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1 @@
utilities-log-viewer.svg

View File

@ -0,0 +1 @@
kaddressbook.svg

View File

@ -0,0 +1 @@
acroread.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_62" x1="0.1031048558459271" y1="0.7279202279202284" x2="0.894458005829847" y2="0.25676323021455777" gradientTransform="matrix(0,-41.153,47.15,0,0.57,44.576)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(255,153,102)"/><stop offset="98.26086956521739%" stop-opacity="1" style="stop-color:rgb(255,94,98)"/></linearGradient><path d=" M 42.829 22.7 C 42.534 22.449 42.285 22.164 42.108 21.861 L 35.082 9.836 L 35.082 9.836 L 30.77 17.94 L 29.82 19.71 L 26.29 17.82 L 27.23 16.06 L 31.63 7.808 L 18.557 7.808 L 18.557 7.808 L 18.557 7.808 L 22.44 15.06 L 23.38 16.82 L 19.85 18.71 L 18.91 16.94 L 14.732 9.127 L 6.071 22.4 L 11 22.4 L 13 22.4 L 13 26.4 L 11 26.4 L 6.365 26.4 L 6.365 26.4 L 6.365 26.4 L 9.009 32.014 L 9.009 32.014 L 9.009 32.014 C 9.717 33 9.493 34.372 8.51 35.077 L 8.51 35.077 C 7.527 35.782 6.155 35.554 5.447 34.567 L 5.447 34.567 L 0.951 26.018 C 0.388 24.947 0.458 23.249 1.107 22.228 L 11.885 5.274 C 12.534 4.253 14.043 3.424 15.253 3.424 L 35.059 3.424 C 36.269 3.424 37.721 4.286 38.3 5.348 L 47.228 21.733 C 47.419 22.083 47.491 22.414 47.459 22.7 L 47.72 22.7 L 47.72 22.7 C 47.72 24.908 46.824 26.7 45.72 26.7 L 45.72 26.7 L 36.56 26.7 L 34.56 26.7 L 34.56 22.7 L 36.56 22.7 L 42.829 22.7 Z M 16.237 40.192 L 31.273 40.192 L 31.273 40.192 L 31.273 40.192 L 27.2 31.88 L 26.32 30.08 L 29.92 28.32 L 30.8 30.12 L 35.054 38.82 L 39.835 31.994 L 39.835 31.994 L 39.835 31.994 L 39.835 31.994 L 39.835 31.994 C 40.464 30.96 41.814 30.626 42.849 31.249 L 42.849 31.249 C 43.883 31.872 44.217 33.218 43.594 34.252 L 43.594 34.252 L 37.794 42.765 C 37.113 43.765 35.578 44.576 34.368 44.576 L 13.368 44.576 L 13.368 44.576 L 13 44.576 C 10.792 44.576 9.877 43.013 10.958 41.088 L 11.63 39.89 L 18.34 29.89 L 19.45 28.22 L 22.78 30.45 L 21.66 32.11 L 16.237 40.192 L 16.237 40.192 Z " fill-rule="evenodd" fill="url(#_lgradient_62)"/><linearGradient id="_lgradient_63" x1="0.22078557924020603" y1="0.04723996636961164" x2="0.9022490870014594" y2="0.9061460265379022" gradientTransform="matrix(29.462,0,0,17.562,9.269,15.219)" gradientUnits="userSpaceOnUse"><stop offset="2.608695652173913%" stop-opacity="1" style="stop-color:rgb(237,184,212)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(162,110,245)"/></linearGradient><path d=" M 24 15.219 C 18.371 15.219 13.266 18.299 9.5 23.301 C 9.192 23.711 9.192 24.283 9.5 24.693 C 13.266 29.701 18.371 32.781 24 32.781 C 29.629 32.781 34.734 29.701 38.5 24.699 C 38.808 24.289 38.808 23.717 38.5 23.307 C 34.734 18.299 29.629 15.219 24 15.219 Z M 24.404 30.183 C 20.667 30.419 17.581 27.339 17.817 23.596 C 18.009 20.51 20.51 18.009 23.596 17.817 C 27.333 17.581 30.419 20.661 30.183 24.404 C 29.985 27.483 27.483 29.985 24.404 30.183 Z M 24.217 27.327 C 22.204 27.453 20.541 25.796 20.673 23.783 C 20.776 22.12 22.126 20.776 23.789 20.667 C 25.802 20.541 27.465 22.198 27.333 24.211 C 27.224 25.88 25.874 27.224 24.217 27.327 Z " fill="url(#_lgradient_63)"/><linearGradient id="_lgradient_64" x1="-0.000038208333333289435" y1="0.5000000833333331" x2="0.9999618333333335" y2="0.5000000833333331" gradientTransform="matrix(7,0,0,7,20.5,20.5)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(0,198,255)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(0,114,255)"/></linearGradient><path d=" M 20.5 24 C 20.5 22.068 22.068 20.5 24 20.5 C 25.932 20.5 27.5 22.068 27.5 24 C 27.5 25.932 25.932 27.5 24 27.5 C 22.068 27.5 20.5 25.932 20.5 24 Z " fill="url(#_lgradient_64)"/></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

1
apps/scalable/agenda.svg Symbolic link
View File

@ -0,0 +1 @@
korganizer.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_11" x1="0.05681818181818182" y1="0.9542682926829268" x2="0.9624202551834131" y2="0.05929075738125844" gradientTransform="matrix(44,0,0,41,2,5)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(241,39,17)"/><stop offset="99.1304347826087%" stop-opacity="1" style="stop-color:rgb(245,175,25)"/></linearGradient><path d=" M 8 36 C 8 33.792 9.792 32 12 32 C 14.208 32 16 33.792 16 36 C 16 38.208 14.208 40 12 40 C 9.792 40 8 38.208 8 36 L 8 36 L 8 36 L 8 36 L 8 36 Z M 8.16 42 L 8.16 42 C 9.176 42 10 42.896 10 44 L 10 44 C 10 45.104 9.22 45.996 8.26 45.99 L 8.26 45.99 L 8.05 46 C 8.03 46 8.02 46 8 46 C 6.41 46 4.88 45.37 3.76 44.24 C 2.63 43.12 2 41.59 2 40 L 2 40 C 2 38.896 2.896 38 4 38 L 4 38 C 5.104 38 6 38.896 6 40 L 6 40 C 6 40.53 6.21 41.03 6.58 41.41 C 6.95 41.78 7.45 41.99 7.98 42 L 8.16 42 L 8.16 42 L 8.16 42 L 8.16 42 L 8.16 42 Z M 6 32 L 6 32 C 6 33.104 5.104 34 4 34 L 4 34 C 2.896 34 2 33.104 2 32 L 2 32 L 2 10 C 2 7.24 4.24 5 7 5 L 41 5 C 43.76 5 46 7.24 46 10 L 46 16 L 46 16 C 46 17.104 45.104 18 44 18 L 44 18 C 42.896 18 42 17.104 42 16 L 42 16 L 42 12 C 42 10.344 40.656 9 39 9 L 9 9 C 7.344 9 6 10.344 6 12 L 6 32 L 6 32 L 6 32 L 6 32 Z M 42 26 L 42 26 C 42 24.896 42.896 24 44 24 L 44 24 C 45.104 24 46 24.896 46 26 L 46 26 L 46 41 C 46 43.76 43.76 46 41 46 L 16 46 L 16 46 C 14.896 46 14 45.104 14 44 L 14 44 C 14 42.896 14.896 42 16 42 L 16 42 L 39 42 C 40.656 42 42 40.656 42 39 L 42 26 L 42 26 L 42 26 Z M 11.57 26.51 L 11.57 26.51 C 10.742 26.527 10.057 25.868 10.04 25.04 L 10.04 25.04 C 10.023 24.212 10.682 23.527 11.51 23.51 L 11.51 23.51 L 11.97 23.5 C 11.98 23.5 11.99 23.5 12 23.5 C 14.98 23.5 17.86 24.56 20.12 26.5 C 22.39 28.43 23.89 31.11 24.35 34.05 L 24.35 34.05 C 24.477 34.867 23.917 35.635 23.1 35.765 L 23.1 35.765 C 22.283 35.895 21.517 35.337 21.39 34.52 L 21.39 34.52 C 21.03 32.29 19.9 30.25 18.18 28.78 C 16.46 27.31 14.28 26.5 12.02 26.5 L 11.57 26.51 L 11.57 26.51 Z M 11.62 20.5 L 11.62 20.5 C 10.792 20.511 10.113 19.848 10.105 19.02 L 10.105 19.02 C 10.097 18.192 10.762 17.511 11.59 17.5 L 11.59 17.5 L 11.98 17.5 C 11.99 17.5 11.99 17.5 12 17.5 C 16.61 17.5 21.05 19.22 24.46 22.32 C 27.87 25.42 29.99 29.69 30.42 34.28 L 30.42 34.28 C 30.497 35.102 29.89 35.833 29.065 35.91 L 29.065 35.91 C 28.24 35.987 27.507 35.382 27.43 34.56 L 27.43 34.56 C 27.08 30.71 25.3 27.14 22.44 24.54 C 19.59 21.94 15.87 20.5 12.01 20.5 L 11.62 20.5 Z " fill-rule="evenodd" fill="url(#_lgradient_11)"/></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

1
apps/scalable/alacarte.svg Symbolic link
View File

@ -0,0 +1 @@
kmenuedit.svg

View File

@ -0,0 +1 @@
kalarm.svg

View File

@ -0,0 +1 @@
ktimer.svg

View File

@ -0,0 +1 @@
kmix.svg

1
apps/scalable/altyo.svg Symbolic link
View File

@ -0,0 +1 @@
terminal.svg

View File

@ -0,0 +1 @@
android-studio.svg

View File

@ -0,0 +1 @@
androidstudio.svg

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Gravit.io -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_5" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(33.608,0,0,36.97,6.755,9.03)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(17,153,142)"/><stop offset="99.1304347826087%" stop-opacity="1" style="stop-color:rgb(56,239,125)"/></linearGradient><path d=" M 33.923 31.233 L 39.913 41.623 L 39.913 41.623 C 40.007 41.791 40.063 41.96 40.082 42.148 L 40.363 45.615 C 40.363 45.746 40.307 45.859 40.194 45.934 L 40.194 45.934 L 40.194 45.934 C 40.082 45.99 39.951 45.99 39.838 45.915 L 36.952 43.947 C 36.802 43.853 36.671 43.722 36.577 43.553 L 30.798 33.567 C 28.663 34.764 26.191 35.457 23.57 35.457 C 20.946 35.457 18.472 34.763 16.335 33.564 L 10.544 43.591 L 10.544 43.591 C 10.45 43.741 10.319 43.872 10.169 43.984 L 7.283 45.934 C 7.17 46.009 7.039 46.027 6.927 45.952 L 6.927 45.952 L 6.927 45.952 C 6.814 45.877 6.739 45.765 6.758 45.634 L 7.02 42.148 C 7.039 41.96 7.095 41.791 7.189 41.623 L 18.903 21.344 L 21.733 24.174 L 18.247 30.228 C 19.803 31.09 21.621 31.596 23.551 31.596 C 25.482 31.596 27.3 31.108 28.874 30.228 L 28.874 30.228 L 28.874 30.228 L 25.388 24.174 L 28.218 21.344 L 31.921 27.74 C 33.583 25.793 34.59 23.287 34.59 20.556 L 34.59 20.556 L 38.432 20.575 C 38.432 24.751 36.692 28.534 33.923 31.233 Z M 23.57 20.556 L 23.551 20.556 L 23.551 20.556 C 21.977 20.556 20.684 19.263 20.684 17.67 C 20.684 16.077 21.977 14.784 23.551 14.784 L 23.551 14.746 L 23.57 14.784 C 25.144 14.803 26.437 16.077 26.437 17.67 C 26.437 19.263 25.144 20.538 23.57 20.556 L 23.57 20.556 Z M 27.15 12.891 L 25.95 12.891 L 25.95 9.049 L 25.95 9.03 L 23.551 9.03 L 21.171 9.03 L 21.171 9.049 L 21.171 12.891 L 19.953 12.891 C 18.772 12.891 17.797 13.866 17.797 15.046 L 17.797 19.938 L 17.816 19.938 C 17.797 20.125 17.91 20.332 18.153 20.575 L 22.483 24.905 C 22.783 25.205 23.176 25.355 23.551 25.355 L 23.551 25.336 L 23.57 25.355 C 23.963 25.355 24.357 25.205 24.638 24.905 L 28.968 20.575 C 29.211 20.332 29.305 20.107 29.305 19.938 L 29.324 19.938 L 29.324 15.065 C 29.305 13.866 28.349 12.891 27.15 12.891 L 27.15 12.891 Z " fill-rule="evenodd" fill="url(#_lgradient_5)"/><linearGradient id="_lgradient_6" x1="0" y1="0.5" x2="1" y2="0.5" gradientTransform="matrix(48,0,0,48,0,0)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(17,153,142)"/><stop offset="99.1304347826087%" stop-opacity="1" style="stop-color:rgb(56,239,125)"/></linearGradient><path d=" M 6.48 33.65 L 6.48 33.65 C 7.015 34.616 6.666 35.835 5.7 36.37 L 5.7 36.37 C 4.734 36.905 3.515 36.551 2.98 35.58 L 2.98 35.58 C 1.02 32.04 0 28.05 0 24 C 0 17.64 2.53 11.53 7.03 7.03 C 11.53 2.53 17.64 0 24 0 C 30.36 0 36.47 2.53 40.97 7.03 C 45.47 11.53 48 17.64 48 24 C 48 28.05 46.98 32.04 45.02 35.58 L 45.02 35.58 C 44.485 36.551 43.266 36.905 42.3 36.37 L 42.3 36.37 C 41.334 35.835 40.985 34.616 41.52 33.65 L 41.52 33.65 C 43.15 30.7 44 27.38 44 24 C 44 18.7 41.89 13.61 38.14 9.86 C 34.39 6.11 29.3 4 24 4 C 18.7 4 13.61 6.11 9.86 9.86 C 6.11 13.61 4 18.7 4 24 C 4 27.38 4.85 30.7 6.48 33.65 Z M 30.75 42.68 L 30.75 42.68 C 31.782 42.283 32.94 42.796 33.335 43.825 L 33.335 43.825 C 33.73 44.854 33.212 46.013 32.18 46.41 L 32.18 46.41 C 29.44 47.46 26.52 48 23.58 48 C 20.69 48 17.81 47.48 15.1 46.46 L 15.1 46.46 C 14.068 46.068 13.546 44.912 13.935 43.88 L 13.935 43.88 C 14.324 42.848 15.478 42.324 16.51 42.71 L 16.51 42.71 C 18.77 43.57 21.17 44 23.58 44 C 26.03 44 28.46 43.55 30.75 42.68 Z " fill-rule="evenodd" fill="url(#_lgradient_6)"/></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

3
apps/scalable/anjuta.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 KiB

1
apps/scalable/anki.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_56" x1="0" y1="0.5" x2="0.9074880558539661" y2="0.9200778838291643" gradientTransform="matrix(49.077,0,0,49.651,-1.017,-0.909)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(0,196,255)"/><stop offset="83.88839793817618%" stop-opacity="1" style="stop-color:rgb(0,114,255)"/></linearGradient><path d=" M 20.509 12.697 L 20.509 12.697 C 20.231 13.956 18.981 14.758 17.719 14.487 L 17.719 14.487 C 16.456 14.216 15.657 12.968 15.934 11.703 L 15.934 11.703 L 17.418 4.81 C 18.097 1.654 20.503 0.944 22.787 3.226 L 30.956 11.387 L 42.229 10.477 C 45.447 10.217 46.884 12.349 45.436 15.234 L 40.502 25.063 L 44.328 34.978 C 45.49 37.99 43.847 40.016 40.66 39.499 L 29.342 37.663 L 20.403 45.023 C 17.911 47.076 15.574 46.14 15.187 42.935 L 13.887 32.164 L 3.917 25.818 C 1.194 24.084 1.396 21.655 4.369 20.396 L 12.553 16.932 L 12.553 16.932 C 13.742 16.429 15.115 16.984 15.619 18.172 L 15.619 18.172 C 16.122 19.36 15.567 20.734 14.378 21.238 L 14.378 21.238 L 9.009 23.519 L 18.263 29.403 L 19.503 39.699 L 28.008 32.703 L 39.134 34.504 L 35.39 24.806 L 40.151 15.341 L 29.178 16.23 L 21.41 8.474 L 20.509 12.697 Z " fill="url(#_lgradient_56)"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
apps/scalable/antimicro.svg Symbolic link
View File

@ -0,0 +1 @@
preferences-desktop-gaming.svg

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_4" x1="0.5180870166680417" y1="0.03333118384844386" x2="0.5073273481398528" y2="0.9681890995036899" gradientTransform="matrix(47.8,0,0,38.215,0.1,4.892)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(244,97,51)"/><stop offset="98.75%" stop-opacity="1" style="stop-color:rgb(240,80,129)"/></linearGradient><path d=" M 17.982 9.442 L 17.124 10.282 L 15.549 8.673 L 16.407 7.833 L 19.411 4.892 L 38.315 24.203 L 31.02 31.345 L 30.162 32.185 L 28.587 30.576 L 29.445 29.736 L 35.024 24.274 L 19.27 8.182 L 17.982 9.442 L 17.982 9.442 L 17.982 9.442 Z M 12.844 33.381 L 13.632 34.186 L 11.915 35.866 L 11.128 35.061 L 0.1 23.797 L 12.116 12.034 L 12.974 11.194 L 14.549 12.803 L 13.691 13.643 L 3.392 23.726 L 12.844 33.381 L 12.844 33.381 L 12.844 33.381 Z M 25.583 33.517 L 26.441 32.676 L 28.016 34.286 L 27.158 35.126 L 19.004 43.108 L 14.278 38.28 L 13.491 37.475 L 15.207 35.795 L 15.995 36.6 L 19.146 39.818 L 25.583 33.517 L 25.583 33.517 Z M 31.418 11.064 L 30.376 9.94 L 32.624 7.855 L 33.666 8.979 L 47.9 24.317 L 33.625 38.561 L 32.542 39.644 L 30.376 37.478 L 31.459 36.394 L 43.649 24.235 L 31.418 11.064 Z " fill-rule="evenodd" fill="url(#_lgradient_4)"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

1
apps/scalable/app.svg Symbolic link
View File

@ -0,0 +1 @@
gitkraken.svg

View File

@ -0,0 +1 @@
gufw.svg

1
apps/scalable/apper.svg Symbolic link
View File

@ -0,0 +1 @@
system-software-install.svg

1
apps/scalable/appgrid.svg Symbolic link
View File

@ -0,0 +1 @@
system-software-install.svg

View File

@ -0,0 +1 @@
openrgb.svg

View File

@ -0,0 +1 @@
etcher.svg

View File

@ -0,0 +1 @@
beekeeper-studio.svg

View File

@ -0,0 +1 @@
bitwarden.svg

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