Lotsa stuff

This commit is contained in:
Out Of Ideas 2024-04-09 13:41:37 -05:00
parent 1b04d4469e
commit 83beb58a15
14538 changed files with 80980 additions and 80 deletions

View File

@ -1,21 +1,16 @@
monitor = eDP-1, 1920x1080@60, 0x0, 1
monitor = DP-2, 1920x1080@60, 1920x0, 1
monitor = HDMI-A-2, 1920x1080@60, 1920x0, 1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
exec-once = hyprpaper
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
# Some default env vars.
env = XCURSOR_SIZE,24
env = XCURSOR_SIZE, 24
env = QT_QPA_PLATFORMTHEME, qt6ct
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us
kb_variant =
kb_variant = dvorak
kb_model =
kb_options =
kb_rules =
@ -34,9 +29,9 @@ general {
gaps_in = 10
gaps_out = 40
border_size = 2
col.active_border = rgba(56B6C2ee) rgba(56B6c2ee) rgba(C678DDee) 45deg
col.inactive_border = rgba(1e2127aa)
border_size = 3
col.active_border = rgba(8abeb7ee) rgba(b294bbee) rgba(81a2beee) 45deg
col.inactive_border = rgba(373b41f0)
layout = dwindle
}
@ -44,18 +39,18 @@ general {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 36
rounding = 3
blur {
enabled = true
size = 3
passes = 1
size = 0
passes = 3
}
drop_shadow = yes
shadow_range = 4
shadow_range = 7
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
col.shadow = rgba(1d1f21ee)
}
animations {
@ -91,9 +86,9 @@ gestures {
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic-mouse-v1 {
sensitivity = -0.5
}
#device:epic-mouse-v1 {
# sensitivity = -0.5
#}
# Example windowrule v1
# windowrule = float, ^(kitty)$
@ -106,39 +101,41 @@ device:epic-mouse-v1 {
$mainMod = ALT
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty
bind = $mainMod SHIFT, Q, exec, firefox
bind = $mainMod SHIFT, E, exec, ArmCord
bind = $mainMod, C, killactive,
bind = $mainMod, Q, exec, foot
bind = $mainMod SHIFT, Q, exec, qutebrowser
bind = $mainMod SHIFT, E, exec, element-desktop
bind = $mainMod, K, killactive,
bind = $mainMod SHIFT, X, exit,
bind = $mainMod, E, exec, dolphin
#bind = $mainMod, E, exec, dolphin
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, P, exec, fuzzel
bind = $mainMod, A, exec, ~/.config/fuzzel/scripts/pipewire.sh
bind = $mainMod, O, exec, ~/.config/hypr/scripts/monitor.sh
bind = $mainMod, W, pseudo, # dwindle
bind = $mainMod, S, togglesplit, # dwindle
bind = $mainMod, M, fullscreen, 1
bind = $mainMod SHIFT, M, fullscreen
# Move focus with mainMod + arrow keys
bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r
bind = $mainMod, K, movefocus, u
bind = $mainMod, J, movefocus, d
bind = $mainMod, D, movefocus, l
bind = $mainMod, H, movefocus, d
bind = $mainMod, T, movefocus, u
bind = $mainMod, N, movefocus, r
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, right, movefocus, d
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
bind = $mainMod, down, movefocus, r
bind = $mainMod SHIFT, H, movewindow, l
bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
bind = $mainMod SHIFT, D, movewindow, l
bind = $mainMod SHIFT, H, movewindow, d
bind = $mainMod SHIFT, T, movewindow, u
bind = $mainMod SHIFT, N, movewindow, r
bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, down, movewindow, d
bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, right, movewindow, r
# Switch workspaces with mainMod + [0-9]
@ -151,7 +148,16 @@ bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
bind = $mainMod, 1, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 2, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 3, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 4, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 5, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 6, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 7, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 8, exec, ~/.config/eww/scripts/workspaces.sh
bind = $mainMod, 9, exec, ~/.config/eww/scripts/workspaces.sh
# Move active window to a workspace with CTRL + [0-9]
bind = CTRL, 1, movetoworkspace, 1
@ -163,7 +169,16 @@ bind = CTRL, 6, movetoworkspace, 6
bind = CTRL, 7, movetoworkspace, 7
bind = CTRL, 8, movetoworkspace, 8
bind = CTRL, 9, movetoworkspace, 9
bind = CTRL, 0, movetoworkspace, 10
bind = CTRL, 1, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 2, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 3, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 4, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 5, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 6, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 7, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 8, exec, ~/.config/eww/scripts/workspaces.sh
bind = CTRL, 9, exec, ~/.config/eww/scripts/workspaces.sh
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
@ -187,10 +202,10 @@ binde= , left, resizeactive, -10 0
binde= , up, resizeactive, 0 -10
binde= , down, resizeactive, 0 10
binde = , L, resizeactive, 10 0
binde = , H, resizeactive, -10 0
binde = , K, resizeactive, 0 -10
binde = , J, resizeactive, 0 10
binde = , N, resizeactive, 10 0
binde = , D, resizeactive, -10 0
binde = , T, resizeactive, 0 -10
binde = , H, resizeactive, 0 10
# use reset to go back to the global submap
bind = , escape, submap, reset
@ -205,10 +220,25 @@ submap = reset
# Alt+PRINT: Current output
# Ctrl+PRINT: All outputs
bind = , PRINT, exec, grimblast save active
bind = SHIFT, PRINT, exec, grimblast save area
bind = $mainMod, PRINT, exec, grimblast save output
bind = $mainMod SHIFT, PRINT, exec, grimblast save scree
bind = , PRINT, exec, grimblast copysave active
bind = SHIFT, PRINT, exec, grimblast copysave area
bind = $mainMod, PRINT, exec, grimblast copysave output
bind = $mainMod SHIFT, PRINT, exec, grimblast copysave screen
# Environmental Variables #
env = WLR_NO_HARDWARE_CURSORS, 1
#env = WLR_NO_HARDWARE_CURSORS, 1
# Autostart
exec-once="pipewire"
exec-once="pipewire-pulse"
exec-once="wireplumber"
exec-once=wbg ~/.local/share/wallpapers/wallpaper.jpg
exec-once=eww daemon
exec-once=eww open bar0
exec-once=eww open bar1
exec-once=echo false > ~/.config/eww/scritps/.brightness-off
exec-once=echo 100 > ~/.config/eww/scritps/.previos-volume
exec-once=echo 100 > ~/.config/eww/scritps/.previos-brightness

10
icons/BeautySolar/AUTHORS Normal file
View File

@ -0,0 +1,10 @@
------------------------ BeautyLine Icon Theme ------------------------
SOURCES:
Github: Will be availbale soon
Maintainer and CUSTOMIZER:
Sajjad Abdollahzadeh <sajjad606@gmail.com>: https://store.kde.org/p/1425426
------------------------ BeautyLine Icon Theme ------------------------

675
icons/BeautySolar/COPYING Normal file
View File

@ -0,0 +1,675 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://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 <http://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
<http://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
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

13
icons/BeautySolar/ReadMe Normal file
View File

@ -0,0 +1,13 @@
BeautyLine Icon Theme is published under GPLV3 LICENSE @COPYING
Notes:
I'm available via Gmail as written in @AUTHORS, and any participation is most welcome.
Idea of this icon set is from recent line style icon sets and created up on mix of my other works to make some of my beloved OpenSource Community Enjoy, so its not a complete icon set and some of icons are restyled just to fit the line style and need to redesigned again. (Future works)
Although I published <BeautyLine Icon Theme> under GPLV3 but some of icons in pack are in online selling plans and IT WOULD BE KIND OF YOU IF YOU WOULD NOT Republish it under any other Name and MOD.
Although I try to keep theme pack updated and add most distro's common icons But feel free to add common icons of any distro and DE and publish it in any Repo and OS Under the Name <BeautyLine Icon Theme> and <Sajjad Abdollahzadeh> Author.
Enjoy it and if you have time and intrest, help me to get it better ...

View File

@ -0,0 +1,8 @@
[Dolphin]
SortOrder=1
SortRole=modificationtime
Timestamp=2024,2,3,22,13,27.616
Version=4
[Settings]
HiddenFilesShown=true

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M23 12C23 18.0753 18.0753 23 12 23C5.9247 23 1 18.0753 1 12C1 5.9247 5.9247 1 12 1C18.0753 1 23 5.9247 23 12Z" fill="url(#paint0_linear_8_795)"/>
<path d="M11.8187 6.9534C11.0099 6.9534 10.3535 7.60977 10.3535 8.41852C10.3535 8.67757 10.2506 8.92601 10.0674 9.10919C9.88427 9.29237 9.63583 9.39527 9.37678 9.39527C9.11773 9.39527 8.86929 9.29237 8.68611 9.10919C8.50293 8.92601 8.40002 8.67757 8.40002 8.41852C8.40004 7.85844 8.53767 7.30693 8.80081 6.81251C9.06394 6.31808 9.44453 5.89588 9.90909 5.58303C10.3737 5.27018 10.908 5.07627 11.4651 5.01834C12.0221 4.96041 12.5849 5.04023 13.1039 5.2508C13.6229 5.46137 14.0822 5.79623 14.4415 6.22593C14.8007 6.65564 15.0489 7.16702 15.1641 7.71512C15.2794 8.26322 15.2582 8.83124 15.1025 9.36924C14.9467 9.90723 14.6612 10.3987 14.271 10.8005C14.1511 10.9242 14.0365 11.0388 13.9271 11.1482C13.6626 11.4002 13.4142 11.6685 13.1835 11.9518C12.897 12.319 12.7954 12.5886 12.7954 12.8139V13.7907C12.7954 14.0497 12.6925 14.2981 12.5093 14.4813C12.3261 14.6645 12.0777 14.7674 11.8187 14.7674C11.5596 14.7674 11.3112 14.6645 11.128 14.4813C10.9448 14.2981 10.8419 14.0497 10.8419 13.7907V12.8139C10.8419 11.9609 11.2391 11.2693 11.6415 10.7523C11.9398 10.3694 12.3135 9.99695 12.6183 9.69221C12.7095 9.60104 12.7954 9.51639 12.8696 9.43955C13.0703 9.233 13.2057 8.97188 13.2589 8.68882C13.312 8.40576 13.2805 8.11332 13.1684 7.84804C13.0562 7.58277 12.8684 7.35643 12.6283 7.19731C12.3883 7.03819 12.1067 6.95335 11.8187 6.9534ZM11.8187 19C12.1641 19 12.4953 18.8628 12.7395 18.6186C12.9838 18.3743 13.121 18.0431 13.121 17.6977C13.121 17.3523 12.9838 17.021 12.7395 16.7768C12.4953 16.5325 12.1641 16.3953 11.8187 16.3953C11.4733 16.3953 11.142 16.5325 10.8978 16.7768C10.6535 17.021 10.5163 17.3523 10.5163 17.6977C10.5163 18.0431 10.6535 18.3743 10.8978 18.6186C11.142 18.8628 11.4733 19 11.8187 19Z" fill="url(#paint1_linear_8_795)"/>
<defs>
<linearGradient id="paint0_linear_8_795" x1="12" y1="1" x2="12" y2="23" gradientUnits="userSpaceOnUse">
<stop stop-color="#DC18FC"/>
<stop offset="1" stop-color="#8E1EFF"/>
</linearGradient>
<linearGradient id="paint1_linear_8_795" x1="11.8187" y1="5" x2="11.8187" y2="19" gradientUnits="userSpaceOnUse">
<stop stop-color="#DC18FC"/>
<stop offset="1" stop-color="#8E1EFF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M23 12C23 18.0753 18.0753 23 12 23C5.9247 23 1 18.0753 1 12C1 5.9247 5.9247 1 12 1C18.0753 1 23 5.9247 23 12Z" fill="url(#paint0_linear_8_795)"/>
<path d="M11.8187 6.9534C11.0099 6.9534 10.3535 7.60977 10.3535 8.41852C10.3535 8.67757 10.2506 8.92601 10.0674 9.10919C9.88427 9.29237 9.63583 9.39527 9.37678 9.39527C9.11773 9.39527 8.86929 9.29237 8.68611 9.10919C8.50293 8.92601 8.40002 8.67757 8.40002 8.41852C8.40004 7.85844 8.53767 7.30693 8.80081 6.81251C9.06394 6.31808 9.44453 5.89588 9.90909 5.58303C10.3737 5.27018 10.908 5.07627 11.4651 5.01834C12.0221 4.96041 12.5849 5.04023 13.1039 5.2508C13.6229 5.46137 14.0822 5.79623 14.4415 6.22593C14.8007 6.65564 15.0489 7.16702 15.1641 7.71512C15.2794 8.26322 15.2582 8.83124 15.1025 9.36924C14.9467 9.90723 14.6612 10.3987 14.271 10.8005C14.1511 10.9242 14.0365 11.0388 13.9271 11.1482C13.6626 11.4002 13.4142 11.6685 13.1835 11.9518C12.897 12.319 12.7954 12.5886 12.7954 12.8139V13.7907C12.7954 14.0497 12.6925 14.2981 12.5093 14.4813C12.3261 14.6645 12.0777 14.7674 11.8187 14.7674C11.5596 14.7674 11.3112 14.6645 11.128 14.4813C10.9448 14.2981 10.8419 14.0497 10.8419 13.7907V12.8139C10.8419 11.9609 11.2391 11.2693 11.6415 10.7523C11.9398 10.3694 12.3135 9.99695 12.6183 9.69221C12.7095 9.60104 12.7954 9.51639 12.8696 9.43955C13.0703 9.233 13.2057 8.97188 13.2589 8.68882C13.312 8.40576 13.2805 8.11332 13.1684 7.84804C13.0562 7.58277 12.8684 7.35643 12.6283 7.19731C12.3883 7.03819 12.1067 6.95335 11.8187 6.9534ZM11.8187 19C12.1641 19 12.4953 18.8628 12.7395 18.6186C12.9838 18.3743 13.121 18.0431 13.121 17.6977C13.121 17.3523 12.9838 17.021 12.7395 16.7768C12.4953 16.5325 12.1641 16.3953 11.8187 16.3953C11.4733 16.3953 11.142 16.5325 10.8978 16.7768C10.6535 17.021 10.5163 17.3523 10.5163 17.6977C10.5163 18.0431 10.6535 18.3743 10.8978 18.6186C11.142 18.8628 11.4733 19 11.8187 19Z" fill="url(#paint1_linear_8_795)"/>
<defs>
<linearGradient id="paint0_linear_8_795" x1="12" y1="1" x2="12" y2="23" gradientUnits="userSpaceOnUse">
<stop stop-color="#DC18FC"/>
<stop offset="1" stop-color="#8E1EFF"/>
</linearGradient>
<linearGradient id="paint1_linear_8_795" x1="11.8187" y1="5" x2="11.8187" y2="19" gradientUnits="userSpaceOnUse">
<stop stop-color="#DC18FC"/>
<stop offset="1" stop-color="#8E1EFF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,16 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M23 12C23 18.0753 18.0753 23 12 23C5.9247 23 1 18.0753 1 12C1 5.9247 5.9247 1 12 1C18.0753 1 23 5.9247 23 12Z" fill="url(#paint0_linear_299_395)"/>
<path d="M11.8187 6.9534C11.0099 6.9534 10.3535 7.60977 10.3535 8.41852C10.3535 8.67757 10.2506 8.92601 10.0674 9.10919C9.88427 9.29237 9.63583 9.39527 9.37678 9.39527C9.11773 9.39527 8.86929 9.29237 8.68611 9.10919C8.50293 8.92601 8.40002 8.67757 8.40002 8.41852C8.40004 7.85844 8.53767 7.30693 8.80081 6.81251C9.06394 6.31808 9.44453 5.89588 9.90909 5.58303C10.3737 5.27018 10.908 5.07627 11.4651 5.01834C12.0221 4.96041 12.5849 5.04023 13.1039 5.2508C13.6229 5.46137 14.0822 5.79623 14.4415 6.22593C14.8007 6.65564 15.0489 7.16702 15.1641 7.71512C15.2794 8.26322 15.2582 8.83124 15.1025 9.36924C14.9467 9.90723 14.6612 10.3987 14.271 10.8005C14.1511 10.9242 14.0365 11.0388 13.9271 11.1482C13.6626 11.4002 13.4142 11.6685 13.1835 11.9518C12.897 12.319 12.7954 12.5886 12.7954 12.8139V13.7907C12.7954 14.0497 12.6925 14.2981 12.5093 14.4813C12.3261 14.6645 12.0777 14.7674 11.8187 14.7674C11.5596 14.7674 11.3112 14.6645 11.128 14.4813C10.9448 14.2981 10.8419 14.0497 10.8419 13.7907V12.8139C10.8419 11.9609 11.2391 11.2693 11.6415 10.7523C11.9398 10.3694 12.3135 9.99695 12.6183 9.69221C12.7095 9.60104 12.7954 9.51639 12.8696 9.43955C13.0703 9.233 13.2057 8.97188 13.2589 8.68882C13.312 8.40576 13.2805 8.11332 13.1684 7.84804C13.0562 7.58277 12.8684 7.35643 12.6283 7.19731C12.3883 7.03819 12.1067 6.95335 11.8187 6.9534ZM11.8187 19C12.1641 19 12.4953 18.8628 12.7395 18.6186C12.9838 18.3743 13.121 18.0431 13.121 17.6977C13.121 17.3523 12.9838 17.021 12.7395 16.7768C12.4953 16.5325 12.1641 16.3953 11.8187 16.3953C11.4733 16.3953 11.142 16.5325 10.8978 16.7768C10.6535 17.021 10.5163 17.3523 10.5163 17.6977C10.5163 18.0431 10.6535 18.3743 10.8978 18.6186C11.142 18.8628 11.4733 19 11.8187 19Z" fill="url(#paint1_linear_299_395)"/>
<defs>
<linearGradient id="paint0_linear_299_395" x1="0.682006" y1="1.21648" x2="23.3621" y2="24.5905" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
<linearGradient id="paint1_linear_299_395" x1="8.3012" y1="5.13776" x2="19.8985" y2="10.9749" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,16 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M23 12C23 18.0753 18.0753 23 12 23C5.9247 23 1 18.0753 1 12C1 5.9247 5.9247 1 12 1C18.0753 1 23 5.9247 23 12Z" fill="url(#paint0_linear_299_395)"/>
<path d="M11.8187 6.9534C11.0099 6.9534 10.3535 7.60977 10.3535 8.41852C10.3535 8.67757 10.2506 8.92601 10.0674 9.10919C9.88427 9.29237 9.63583 9.39527 9.37678 9.39527C9.11773 9.39527 8.86929 9.29237 8.68611 9.10919C8.50293 8.92601 8.40002 8.67757 8.40002 8.41852C8.40004 7.85844 8.53767 7.30693 8.80081 6.81251C9.06394 6.31808 9.44453 5.89588 9.90909 5.58303C10.3737 5.27018 10.908 5.07627 11.4651 5.01834C12.0221 4.96041 12.5849 5.04023 13.1039 5.2508C13.6229 5.46137 14.0822 5.79623 14.4415 6.22593C14.8007 6.65564 15.0489 7.16702 15.1641 7.71512C15.2794 8.26322 15.2582 8.83124 15.1025 9.36924C14.9467 9.90723 14.6612 10.3987 14.271 10.8005C14.1511 10.9242 14.0365 11.0388 13.9271 11.1482C13.6626 11.4002 13.4142 11.6685 13.1835 11.9518C12.897 12.319 12.7954 12.5886 12.7954 12.8139V13.7907C12.7954 14.0497 12.6925 14.2981 12.5093 14.4813C12.3261 14.6645 12.0777 14.7674 11.8187 14.7674C11.5596 14.7674 11.3112 14.6645 11.128 14.4813C10.9448 14.2981 10.8419 14.0497 10.8419 13.7907V12.8139C10.8419 11.9609 11.2391 11.2693 11.6415 10.7523C11.9398 10.3694 12.3135 9.99695 12.6183 9.69221C12.7095 9.60104 12.7954 9.51639 12.8696 9.43955C13.0703 9.233 13.2057 8.97188 13.2589 8.68882C13.312 8.40576 13.2805 8.11332 13.1684 7.84804C13.0562 7.58277 12.8684 7.35643 12.6283 7.19731C12.3883 7.03819 12.1067 6.95335 11.8187 6.9534ZM11.8187 19C12.1641 19 12.4953 18.8628 12.7395 18.6186C12.9838 18.3743 13.121 18.0431 13.121 17.6977C13.121 17.3523 12.9838 17.021 12.7395 16.7768C12.4953 16.5325 12.1641 16.3953 11.8187 16.3953C11.4733 16.3953 11.142 16.5325 10.8978 16.7768C10.6535 17.021 10.5163 17.3523 10.5163 17.6977C10.5163 18.0431 10.6535 18.3743 10.8978 18.6186C11.142 18.8628 11.4733 19 11.8187 19Z" fill="url(#paint1_linear_299_395)"/>
<defs>
<linearGradient id="paint0_linear_299_395" x1="0.682006" y1="1.21648" x2="23.3621" y2="24.5905" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
<linearGradient id="paint1_linear_299_395" x1="8.3012" y1="5.13776" x2="19.8985" y2="10.9749" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

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

View File

@ -0,0 +1 @@
dialog-ok-apply.svg

View File

@ -0,0 +1 @@
run-build.svg

View File

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

View File

@ -0,0 +1 @@
database-index.svg

View File

@ -0,0 +1 @@
appointment-new.svg

View File

@ -0,0 +1 @@
view-readermode.svg

View File

@ -0,0 +1 @@
dialog-ok-apply.svg

View File

@ -0,0 +1,14 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M32.5217 3.00012C32.7008 2.94111 32.8922 2.90918 33.0911 2.90918H41.3536C41.884 2.90918 42.3927 3.11989 42.7678 3.49496L56.1417 16.8688C56.5167 17.2439 56.7275 17.7526 56.7275 18.283V59.091C56.7275 60.1955 55.832 61.091 54.7275 61.091H7.81836C7.04116 61.091 6.3675 60.6476 6.03646 60.0001H6V59.9249C5.88338 59.6711 5.81836 59.3886 5.81836 59.091V44.7273C5.81836 44.443 5.88363 44.1739 6 43.9342V7.00012C6 4.79098 7.79086 3.00012 10 3.00012H32.5217Z" fill="url(#paint0_linear_202_121)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 3C9.89543 3 9 3.89543 9 5V35.6266C9 37.224 10.7803 38.1767 12.1094 37.2907L18.7996 32.8305C19.4714 32.3826 20.3467 32.3826 21.0185 32.8305L27.7087 37.2907C29.0378 38.1767 30.8181 37.224 30.8181 35.6266V5C30.8181 3.89543 29.9227 3 28.8181 3H11Z" fill="url(#paint1_linear_202_121)"/>
<defs>
<linearGradient id="paint0_linear_202_121" x1="31.2729" y1="2.90918" x2="31.2729" y2="61.091" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75050"/>
<stop offset="1" stop-color="#A00909"/>
</linearGradient>
<linearGradient id="paint1_linear_202_121" x1="34.4545" y1="3" x2="34.4545" y2="61.1818" gradientUnits="userSpaceOnUse">
<stop stop-color="#F75050"/>
<stop offset="1" stop-color="#A00909"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1 @@
folder-new.svg

View File

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

View File

@ -0,0 +1 @@
dialog-cancel.svg

View File

@ -0,0 +1 @@
dialog-cancel.svg

View File

@ -0,0 +1 @@
dialog-cancel.svg

View File

@ -0,0 +1,22 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M23.0001 17.3924V7.54732C23.0001 6.56816 22.5213 5.62911 21.6692 4.93674C20.817 4.24438 19.6613 3.85541 18.4562 3.85541C18.2553 3.85541 18.0627 3.92024 17.9207 4.03563C17.7786 4.15102 17.6989 4.30753 17.6989 4.47073V20.469C17.6989 20.6322 17.7786 20.7887 17.9207 20.9041C18.0627 21.0195 18.2553 21.0843 18.4562 21.0843C19.6613 21.0843 20.817 20.6954 21.6692 20.003C22.5213 19.3106 23.0001 18.3716 23.0001 17.3924Z" fill="url(#paint0_linear_8_778)"/>
<path opacity="0.4" d="M1 17.3924V7.54732C1 6.56816 1.47873 5.62911 2.33088 4.93674C3.18302 4.24438 4.33878 3.85541 5.54389 3.85541C5.74474 3.85541 5.93737 3.92024 6.07939 4.03563C6.22142 4.15102 6.3012 4.30753 6.3012 4.47073V20.469C6.3012 20.6322 6.22142 20.7887 6.07939 20.9041C5.93737 21.0195 5.74474 21.0843 5.54389 21.0843C4.33878 21.0843 3.18302 20.6954 2.33088 20.003C1.47873 19.3106 1 18.3716 1 17.3924Z" fill="url(#paint1_linear_8_778)"/>
<path d="M11.4036 22.4096C8.65412 22.4096 7.28084 22.4096 6.42656 21.5553C5.57227 20.7011 5.57227 19.3278 5.57227 16.5783V7.83133C5.57227 5.08186 5.57227 3.70858 6.42656 2.85429C7.28084 2 8.65412 2 11.4036 2H12.8614C15.6109 2 16.9842 2 17.8385 2.85429C18.6927 3.70858 18.6927 5.08186 18.6927 7.83133V16.5783C18.6927 19.3278 18.6927 20.7011 17.8385 21.5553C16.9842 22.4096 15.6109 22.4096 12.8614 22.4096H11.4036Z" fill="url(#paint2_linear_8_778)"/>
<defs>
<linearGradient id="paint0_linear_8_778" x1="17.6222" y1="4.02494" x2="27.8622" y2="7.2721" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
<linearGradient id="paint1_linear_8_778" x1="0.923375" y1="4.02494" x2="11.1634" y2="7.2721" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
<linearGradient id="paint2_linear_8_778" x1="5.38262" y1="2.20083" x2="24.7667" y2="15.0433" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

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

View File

@ -0,0 +1 @@
im-user.svg

View File

@ -0,0 +1,14 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M4.6408 3.6408C3 5.2802 3 7.9206 3 13.2V18.8C3 24.0794 3 26.7198 4.6408 28.3592C6.2802 30 8.9206 30 14.2 30H17C22.2794 30 24.9198 30 26.5592 28.3592C28.2 26.7198 28.2 24.0794 28.2 18.8V13.2C28.2 7.9206 28.2 5.2802 26.5592 3.6408C24.9198 2 22.2794 2 17 2H15.6L12.1 2.0042C8.1884 2.0322 6.0464 2.2338 4.6408 3.6408Z" fill="url(#paint0_linear_8_1060)"/>
<path d="M18.5185 11.7778H16.0741V13.4074C16.0741 14.175 16.0741 14.5596 16.312 14.7991C16.5516 15.037 16.9361 15.037 17.7037 15.037H18.5185C19.2861 15.037 19.6707 15.037 19.9102 14.7991C20.1481 14.5596 20.1481 14.175 20.1481 13.4074C20.1481 12.6399 20.1481 12.2553 19.9102 12.0157C19.6707 11.7778 19.2844 11.7778 18.5185 11.7778ZM12.2379 8.75644C12 8.996 12 9.38222 12 10.1481C12 10.9141 12 11.3003 12.2379 11.5399C12.4775 11.7778 12.8637 11.7778 13.6296 11.7778H16.0741V8.51852H13.6296C12.8621 8.51852 12.4775 8.51852 12.2379 8.75644ZM18.5185 5.25926H16.0741V8.51852H18.5185C19.2861 8.51852 19.6707 8.51852 19.9102 8.28059C20.1481 8.04104 20.1481 7.65644 20.1481 6.88889C20.1481 6.12133 20.1481 5.73674 19.9102 5.49718C19.6707 5.25926 19.2844 5.25926 18.5185 5.25926ZM16.0741 5.25926V2L12 2.00489V3.62963C12 4.39719 12 4.78178 12.2379 5.02133C12.4775 5.25926 12.8637 5.25926 13.6296 5.25926H16.0741ZM12 19.9259V19.7222C12 18.9351 12.6388 18.2963 13.4259 18.2963H18.7222C19.5093 18.2963 20.1481 18.9351 20.1481 19.7222V19.9259C20.1481 21.0064 19.7189 22.0427 18.9549 22.8067C18.1908 23.5708 17.1546 24 16.0741 24C14.9936 24 13.9573 23.5708 13.1933 22.8067C12.4292 22.0427 12 21.0064 12 19.9259Z" fill="url(#paint1_linear_8_1060)"/>
<defs>
<linearGradient id="paint0_linear_8_1060" x1="15.6001" y1="1.99997" x2="15.6001" y2="30.0001" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCFF4F"/>
<stop offset="1" stop-color="#00BF58"/>
</linearGradient>
<linearGradient id="paint1_linear_8_1060" x1="16.0741" y1="1.99997" x2="16.0741" y2="24" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCFF4F"/>
<stop offset="1" stop-color="#00BF58"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M4.6408 3.6408C3 5.2802 3 7.9206 3 13.2V18.8C3 24.0794 3 26.7198 4.6408 28.3592C6.2802 30 8.9206 30 14.2 30H17C22.2794 30 24.9198 30 26.5592 28.3592C28.2 26.7198 28.2 24.0794 28.2 18.8V13.2C28.2 7.9206 28.2 5.2802 26.5592 3.6408C24.9198 2 22.2794 2 17 2H15.6L12.1 2.0042C8.1884 2.0322 6.0464 2.2338 4.6408 3.6408Z" fill="url(#paint0_linear_8_1060)"/>
<path d="M18.5185 11.7778H16.0741V13.4074C16.0741 14.175 16.0741 14.5596 16.312 14.7991C16.5516 15.037 16.9361 15.037 17.7037 15.037H18.5185C19.2861 15.037 19.6707 15.037 19.9102 14.7991C20.1481 14.5596 20.1481 14.175 20.1481 13.4074C20.1481 12.6399 20.1481 12.2553 19.9102 12.0157C19.6707 11.7778 19.2844 11.7778 18.5185 11.7778ZM12.2379 8.75644C12 8.996 12 9.38222 12 10.1481C12 10.9141 12 11.3003 12.2379 11.5399C12.4775 11.7778 12.8637 11.7778 13.6296 11.7778H16.0741V8.51852H13.6296C12.8621 8.51852 12.4775 8.51852 12.2379 8.75644ZM18.5185 5.25926H16.0741V8.51852H18.5185C19.2861 8.51852 19.6707 8.51852 19.9102 8.28059C20.1481 8.04104 20.1481 7.65644 20.1481 6.88889C20.1481 6.12133 20.1481 5.73674 19.9102 5.49718C19.6707 5.25926 19.2844 5.25926 18.5185 5.25926ZM16.0741 5.25926V2L12 2.00489V3.62963C12 4.39719 12 4.78178 12.2379 5.02133C12.4775 5.25926 12.8637 5.25926 13.6296 5.25926H16.0741ZM12 19.9259V19.7222C12 18.9351 12.6388 18.2963 13.4259 18.2963H18.7222C19.5093 18.2963 20.1481 18.9351 20.1481 19.7222V19.9259C20.1481 21.0064 19.7189 22.0427 18.9549 22.8067C18.1908 23.5708 17.1546 24 16.0741 24C14.9936 24 13.9573 23.5708 13.1933 22.8067C12.4292 22.0427 12 21.0064 12 19.9259Z" fill="url(#paint1_linear_8_1060)"/>
<defs>
<linearGradient id="paint0_linear_8_1060" x1="15.6001" y1="1.99997" x2="15.6001" y2="30.0001" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCFF4F"/>
<stop offset="1" stop-color="#00BF58"/>
</linearGradient>
<linearGradient id="paint1_linear_8_1060" x1="16.0741" y1="1.99997" x2="16.0741" y2="24" gradientUnits="userSpaceOnUse">
<stop stop-color="#DCFF4F"/>
<stop offset="1" stop-color="#00BF58"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1 @@
archive-insert-directory.svg

View File

@ -0,0 +1 @@
flag-red.svg

View File

@ -0,0 +1 @@
media-view-subtitles.svg

View File

@ -0,0 +1 @@
list-add.svg

View File

@ -0,0 +1 @@
address-book-new.svg

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M1 12C1 5.9247 5.9247 1 12 1C18.0753 1 23 5.9247 23 12C23 18.0753 18.0753 23 12 23C5.9247 23 1 18.0753 1 12Z" fill="url(#paint0_linear_8_622)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 6.22501C10.4684 6.22501 8.99953 6.83345 7.91651 7.91647C6.83349 8.99949 6.22505 10.4684 6.22505 12C6.22505 13.5316 6.83349 15.0005 7.91651 16.0836C8.99953 17.1666 10.4684 17.775 12.0001 17.775C12.2189 17.775 12.4287 17.8619 12.5834 18.0166C12.7381 18.1714 12.8251 18.3812 12.8251 18.6C12.8251 18.8188 12.7381 19.0287 12.5834 19.1834C12.4287 19.3381 12.2189 19.425 12.0001 19.425C10.421 19.4246 8.88315 18.9209 7.60993 17.9869C6.33671 17.0528 5.39442 15.7372 4.91992 14.2311C4.44543 12.725 4.46345 11.1069 4.97137 9.61174C5.47928 8.11658 6.45064 6.82228 7.74434 5.91686C9.03804 5.01143 10.5867 4.54202 12.1654 4.57682C13.7441 4.61161 15.2706 5.1488 16.5231 6.11036C17.7757 7.07191 18.6891 8.40775 19.1306 9.92383C19.5721 11.4399 19.5188 13.0573 18.9785 14.541C18.8369 14.9176 18.6072 15.2548 18.3086 15.5244L18.2206 15.6058C17.9169 15.886 17.5514 16.0906 17.1538 16.203C16.7563 16.3153 16.3377 16.3323 15.9324 16.2524C15.527 16.1725 15.1462 15.9982 14.8209 15.7434C14.4956 15.4887 14.235 15.1607 14.0604 14.7863C13.4336 15.2498 12.6688 15.4885 11.8897 15.4636C11.1105 15.4388 10.3625 15.152 9.76654 14.6495C9.17056 14.147 8.76143 13.4582 8.60528 12.6945C8.44913 11.9307 8.55508 11.1366 8.90601 10.4405C9.25694 9.74445 9.83234 9.18704 10.5392 8.85838C11.2461 8.52973 12.0431 8.44904 12.8015 8.62936C13.56 8.80968 14.2354 9.24046 14.7187 9.85209C15.202 10.4637 15.465 11.2205 15.4651 12V13.6764C15.4646 13.8662 15.5196 14.0519 15.6233 14.2109C15.7269 14.3698 15.8747 14.495 16.0485 14.5712C16.2223 14.6474 16.4146 14.6711 16.6017 14.6396C16.7888 14.608 16.9626 14.5225 17.1019 14.3936L17.1899 14.3111C17.2944 14.22 17.3759 14.1054 17.4275 13.9767C17.7453 13.1042 17.8481 12.1678 17.727 11.2471C17.6059 10.3264 17.2646 9.44848 16.732 8.68777C16.1994 7.92706 15.4912 7.30601 14.6674 6.87729C13.8437 6.44856 12.9287 6.22481 12.0001 6.22501ZM12.0001 10.185C12.2384 10.185 12.4744 10.232 12.6946 10.3232C12.9148 10.4144 13.1149 10.5481 13.2835 10.7166C13.452 10.8852 13.5857 11.0852 13.6769 11.3054C13.7681 11.5256 13.8151 11.7617 13.8151 12C13.8151 12.2384 13.7681 12.4744 13.6769 12.6946C13.5857 12.9148 13.452 13.1149 13.2835 13.2834C13.1149 13.4519 12.9148 13.5856 12.6946 13.6769C12.4744 13.7681 12.2384 13.815 12.0001 13.815C11.5187 13.815 11.057 13.6238 10.7167 13.2834C10.3763 12.943 10.1851 12.4814 10.1851 12C10.1851 11.5186 10.3763 11.057 10.7167 10.7166C11.057 10.3762 11.5187 10.185 12.0001 10.185Z" fill="url(#paint1_linear_8_622)"/>
<defs>
<linearGradient id="paint0_linear_8_622" x1="12" y1="23" x2="12" y2="1" gradientUnits="userSpaceOnUse">
<stop stop-color="#00B59C"/>
<stop offset="1" stop-color="#9CFFAC"/>
</linearGradient>
<linearGradient id="paint1_linear_8_622" x1="12.0018" y1="19.425" x2="12.0018" y2="4.57501" gradientUnits="userSpaceOnUse">
<stop stop-color="#00B59C"/>
<stop offset="1" stop-color="#9CFFAC"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1 @@
address-book-new.svg

View File

@ -0,0 +1 @@
office-chart-line.svg

View File

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

View File

@ -0,0 +1,18 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.03027 49.074C6.03027 55.6444 11.3566 60.9707 17.927 60.9707C24.5017 60.9707 29.8237 55.6433 29.8237 49.074C29.8237 42.5046 24.5017 37.1773 17.927 37.1773C11.3566 37.1773 6.03027 42.5036 6.03027 49.074ZM35.1775 14.8684C35.1775 21.4377 40.4995 26.7651 47.0742 26.7651C53.6446 26.7651 58.971 21.4388 58.971 14.8684C58.971 8.298 53.6446 2.9717 47.0742 2.9717C40.4995 2.9717 35.1775 8.2991 35.1775 14.8684Z" fill="url(#paint0_linear_273_67)" stroke="url(#paint1_linear_273_67)" stroke-width="2"/>
<path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M12.9268 26.8096C12.9268 29.571 15.1653 31.8096 17.9268 31.8096C20.6882 31.8096 22.9268 29.571 22.9268 26.8096L22.9268 6.971C22.9268 4.2095 20.6882 1.971 17.9268 1.971C15.1653 1.971 12.9268 4.2095 12.9268 6.971L12.9268 26.8096ZM42.0742 56.9692C42.0742 59.7306 44.3128 61.9692 47.0742 61.9692C49.8357 61.9692 52.0742 59.7306 52.0742 56.9692V37.1339C52.0742 34.3724 49.8357 32.1339 47.0742 32.1339C44.3128 32.1339 42.0742 34.3724 42.0742 37.1339V56.9692Z" fill="url(#paint2_linear_273_67)"/>
<defs>
<linearGradient id="paint0_linear_273_67" x1="57.076" y1="34.4494" x2="10.0193" y2="29.088" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF33DB"/>
</linearGradient>
<linearGradient id="paint1_linear_273_67" x1="57.076" y1="34.4494" x2="10.0193" y2="29.088" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF33DB"/>
</linearGradient>
<linearGradient id="paint2_linear_273_67" x1="57.0759" y1="34.4494" x2="10.0192" y2="29.088" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF33DB"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.8867 15.6647C18.4827 15.6647 19.8417 16.6851 20.3451 18.1088H21.775C22.0991 18.1088 22.4099 18.2375 22.6391 18.4667C22.8683 18.6959 22.997 19.0067 22.997 19.3308C22.997 19.6549 22.8683 19.9658 22.6391 20.195C22.4099 20.4241 22.0991 20.5529 21.775 20.5529H20.3451C20.0927 21.2684 19.6245 21.8881 19.005 22.3264C18.3856 22.7646 17.6455 23 16.8867 23C16.1279 23 15.3878 22.7646 14.7684 22.3264C14.149 21.8881 13.6808 21.2684 13.4283 20.5529H2.22206C1.89795 20.5529 1.58711 20.4241 1.35793 20.195C1.12875 19.9658 1 19.6549 1 19.3308C1 19.0067 1.12875 18.6959 1.35793 18.4667C1.58711 18.2375 1.89795 18.1088 2.22206 18.1088H13.4283C13.6813 17.3938 14.1497 16.7748 14.7691 16.3371C15.3885 15.8994 16.1283 15.6645 16.8867 15.6647ZM16.8867 1C18.4827 1 19.8417 2.02042 20.3451 3.44411H21.775C22.0991 3.44411 22.4099 3.57286 22.6391 3.80204C22.8683 4.03122 22.997 4.34206 22.997 4.66617C22.997 4.99028 22.8683 5.30111 22.6391 5.53029C22.4099 5.75947 22.0991 5.88822 21.775 5.88822H20.3451C20.0927 6.60378 19.6245 7.2234 19.005 7.66168C18.3856 8.09997 17.6455 8.33533 16.8867 8.33533C16.1279 8.33533 15.3878 8.09997 14.7684 7.66168C14.149 7.2234 13.6808 6.60378 13.4283 5.88822H2.22206C1.89795 5.88822 1.58711 5.75947 1.35793 5.53029C1.12875 5.30111 1 4.99028 1 4.66617C1 4.34206 1.12875 4.03122 1.35793 3.80204C1.58711 3.57286 1.89795 3.44411 2.22206 3.44411H13.4283C13.6813 2.72912 14.1497 2.11014 14.7691 1.67242C15.3885 1.23471 16.1283 0.999781 16.8867 1Z" fill="url(#paint0_linear_54_571)"/>
<path opacity="0.4" d="M9.13416 8.94127C8.53393 8.54402 7.83005 8.33224 7.11027 8.33234C6.35184 8.33212 5.612 8.56704 4.99263 9.00476C4.37326 9.44248 3.90483 10.0615 3.65185 10.7764H2.22204L2.07906 10.785C1.76977 10.8218 1.48619 10.9753 1.28627 11.2141C1.08636 11.453 0.985191 11.7592 1.00344 12.0701C1.0217 12.3811 1.158 12.6733 1.38449 12.8871C1.61098 13.1009 1.91057 13.2202 2.22204 13.2206H3.65185L3.73495 13.4308C4.02368 14.1112 4.5113 14.6885 5.13387 15.087C5.75644 15.4855 6.4849 15.6866 7.22374 15.6639C7.96258 15.6412 8.6773 15.3957 9.2742 14.9597C9.8711 14.5237 10.3223 13.9175 10.5687 13.2206H21.7749L21.9179 13.212C22.2272 13.1752 22.5108 13.0217 22.7107 12.7829C22.9106 12.544 23.0118 12.2378 22.9935 11.9269C22.9753 11.6159 22.839 11.3237 22.6125 11.1099C22.386 10.8961 22.0864 10.7768 21.7749 10.7764H10.5675L10.4856 10.5663C10.2044 9.90368 9.73438 9.33853 9.13416 8.94127Z" fill="url(#paint1_linear_54_571)"/>
<defs>
<linearGradient id="paint0_linear_54_571" x1="1.77094" y1="12" x2="21.4818" y2="9.79313" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint1_linear_54_571" x1="1.77219" y1="11.999" x2="19.705" y2="5.97627" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1 @@
address-book-new.svg

View File

@ -0,0 +1 @@
dialog-cancel.svg

View File

@ -0,0 +1 @@
pan-up.svg

View File

@ -0,0 +1 @@
pan-up.svg

View File

@ -0,0 +1,14 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M3.54544 2.21338C2.13527 2.21338 1 3.34865 1 4.75881V12.5144C1 13.9246 2.13527 15.0599 3.54544 15.0599H11.1817C12.5919 15.0599 13.7272 13.9246 13.7272 12.5144V8.62395C13.7272 8.47186 13.6409 8.33301 13.5001 8.27544C13.1969 8.15143 12.7624 7.99752 12.3649 7.83011C12.0254 7.68712 11.4545 7.9952 11.4545 8.3636V11.5144C11.4545 12.2195 10.8868 12.7872 10.1817 12.7872H4.54544C3.84035 12.7872 3.27272 12.2195 3.27272 11.5144V5.75881C3.27272 5.05373 3.84035 4.4861 4.54544 4.4861H7.60272C7.97131 4.4861 8.27945 3.91442 8.13588 3.57494C7.96765 3.17718 7.81276 2.74241 7.68782 2.4393C7.63004 2.29912 7.49151 2.21338 7.3399 2.21338H3.54544Z" fill="url(#paint0_linear_304_191)"/>
<path d="M8.78296 1.84037C8.45099 1.50823 8.68623 0.940518 9.15583 0.940518H14.3238C14.699 0.93448 15.0059 1.23892 14.9999 1.61416V6.76221C14.9999 7.23181 14.4322 7.46704 14.1 7.13507L13.0572 6.09516C12.6665 5.70558 12.0341 5.70603 11.644 6.09616L8.98183 8.75829C8.798 8.94853 8.48692 8.99909 8.2475 8.88965C8.18952 8.86315 8.14134 8.82008 8.09632 8.77495L7.18212 7.85844C6.94678 7.60461 6.94678 7.21241 7.18212 6.95858L9.83677 4.30394C10.2279 3.91283 10.2272 3.2785 9.83527 2.88822L8.78296 1.84037Z" fill="url(#paint1_linear_304_191)"/>
<defs>
<linearGradient id="paint0_linear_304_191" x1="7.36359" y1="15.0599" x2="7.36359" y2="2.21338" gradientUnits="userSpaceOnUse">
<stop stop-color="#A93AFF"/>
<stop offset="1" stop-color="#FF81FF"/>
</linearGradient>
<linearGradient id="paint1_linear_304_191" x1="11.0028" y1="8.94663" x2="11.0028" y2="0.94043" gradientUnits="userSpaceOnUse">
<stop stop-color="#A93AFF"/>
<stop offset="1" stop-color="#FF81FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,14 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M3.54544 2.21338C2.13527 2.21338 1 3.34865 1 4.75881V12.5144C1 13.9246 2.13527 15.0599 3.54544 15.0599H11.1817C12.5919 15.0599 13.7272 13.9246 13.7272 12.5144V8.62395C13.7272 8.47186 13.6409 8.33301 13.5001 8.27544C13.1969 8.15143 12.7624 7.99752 12.3649 7.83011C12.0254 7.68712 11.4545 7.9952 11.4545 8.3636V11.5144C11.4545 12.2195 10.8868 12.7872 10.1817 12.7872H4.54544C3.84035 12.7872 3.27272 12.2195 3.27272 11.5144V5.75881C3.27272 5.05373 3.84035 4.4861 4.54544 4.4861H7.60272C7.97131 4.4861 8.27945 3.91442 8.13588 3.57494C7.96765 3.17718 7.81276 2.74241 7.68782 2.4393C7.63004 2.29912 7.49151 2.21338 7.3399 2.21338H3.54544Z" fill="url(#paint0_linear_304_191)"/>
<path d="M8.78296 1.84037C8.45099 1.50823 8.68623 0.940518 9.15583 0.940518H14.3238C14.699 0.93448 15.0059 1.23892 14.9999 1.61416V6.76221C14.9999 7.23181 14.4322 7.46704 14.1 7.13507L13.0572 6.09516C12.6665 5.70558 12.0341 5.70603 11.644 6.09616L8.98183 8.75829C8.798 8.94853 8.48692 8.99909 8.2475 8.88965C8.18952 8.86315 8.14134 8.82008 8.09632 8.77495L7.18212 7.85844C6.94678 7.60461 6.94678 7.21241 7.18212 6.95858L9.83677 4.30394C10.2279 3.91283 10.2272 3.2785 9.83527 2.88822L8.78296 1.84037Z" fill="url(#paint1_linear_304_191)"/>
<defs>
<linearGradient id="paint0_linear_304_191" x1="7.36359" y1="15.0599" x2="7.36359" y2="2.21338" gradientUnits="userSpaceOnUse">
<stop stop-color="#A93AFF"/>
<stop offset="1" stop-color="#FF81FF"/>
</linearGradient>
<linearGradient id="paint1_linear_304_191" x1="11.0028" y1="8.94663" x2="11.0028" y2="0.94043" gradientUnits="userSpaceOnUse">
<stop stop-color="#A93AFF"/>
<stop offset="1" stop-color="#FF81FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1 @@
window-pin.svg

View File

@ -0,0 +1 @@
window-pin.svg

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.636 4.12368L19.8987 7.38974C22.1135 9.60674 23.2209 10.7152 22.9633 11.9107C22.7046 13.1051 21.2384 13.6555 18.307 14.7574L16.276 15.5202C15.4911 15.8152 15.0982 15.9627 14.7954 16.2247C14.6633 16.3403 14.5434 16.4702 14.441 16.6122C14.2076 16.9391 14.0964 17.3431 13.8741 18.1533C13.3677 19.9938 13.1145 20.9141 12.5102 21.2586C12.257 21.404 11.9686 21.4788 11.6758 21.4788C10.9823 21.4788 10.3075 20.8029 8.95792 19.4533L7.34415 17.8374L6.1564 16.6485L4.59987 15.0898C3.25911 13.7479 2.58872 13.0764 2.58542 12.3873C2.5831 12.0889 2.66022 11.7952 2.80888 11.5364C3.15343 10.9387 4.06709 10.6866 5.89441 10.1825C6.70569 9.95899 7.11079 9.84781 7.43772 9.61334C7.58303 9.50767 7.71622 9.38548 7.83401 9.24788C8.0938 8.94186 8.2391 8.54667 8.52751 7.7563L9.26394 5.74956C10.3504 2.78512 10.8931 1.30235 12.0908 1.03816C13.2895 0.773965 14.4047 1.89017 16.636 4.12368Z" fill="url(#paint0_linear_54_532)"/>
<path opacity="0.4" d="M2.417 22.7689L7.34415 17.8374L6.1564 16.6485L1.22924 21.5801C1.0791 21.7392 0.9969 21.9507 1.00009 22.1694C1.00328 22.3882 1.09161 22.5971 1.24633 22.7519C1.40104 22.9066 1.60997 22.9949 1.82875 22.9981C2.04753 23.0013 2.25784 22.9191 2.417 22.7689Z" fill="url(#paint1_linear_54_532)"/>
<defs>
<linearGradient id="paint0_linear_54_532" x1="22.9395" y1="1.12983" x2="2.62334" y2="21.2137" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
<linearGradient id="paint1_linear_54_532" x1="7.32536" y1="16.6888" x2="1.02598" y2="22.9303" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.636 4.12368L19.8987 7.38974C22.1135 9.60674 23.2209 10.7152 22.9633 11.9107C22.7046 13.1051 21.2384 13.6555 18.307 14.7574L16.276 15.5202C15.4911 15.8152 15.0982 15.9627 14.7954 16.2247C14.6633 16.3403 14.5434 16.4702 14.441 16.6122C14.2076 16.9391 14.0964 17.3431 13.8741 18.1533C13.3677 19.9938 13.1145 20.9141 12.5102 21.2586C12.257 21.404 11.9686 21.4788 11.6758 21.4788C10.9823 21.4788 10.3075 20.8029 8.95792 19.4533L7.34415 17.8374L6.1564 16.6485L4.59987 15.0898C3.25911 13.7479 2.58872 13.0764 2.58542 12.3873C2.5831 12.0889 2.66022 11.7952 2.80888 11.5364C3.15343 10.9387 4.06709 10.6866 5.89441 10.1825C6.70569 9.95899 7.11079 9.84781 7.43772 9.61334C7.58303 9.50767 7.71622 9.38548 7.83401 9.24788C8.0938 8.94186 8.2391 8.54667 8.52751 7.7563L9.26394 5.74956C10.3504 2.78512 10.8931 1.30235 12.0908 1.03816C13.2895 0.773965 14.4047 1.89017 16.636 4.12368Z" fill="url(#paint0_linear_54_532)"/>
<path opacity="0.4" d="M2.417 22.7689L7.34415 17.8374L6.1564 16.6485L1.22924 21.5801C1.0791 21.7392 0.9969 21.9507 1.00009 22.1694C1.00328 22.3882 1.09161 22.5971 1.24633 22.7519C1.40104 22.9066 1.60997 22.9949 1.82875 22.9981C2.04753 23.0013 2.25784 22.9191 2.417 22.7689Z" fill="url(#paint1_linear_54_532)"/>
<defs>
<linearGradient id="paint0_linear_54_532" x1="22.9395" y1="1.12983" x2="2.62334" y2="21.2137" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
<linearGradient id="paint1_linear_54_532" x1="7.32536" y1="16.6888" x2="1.02598" y2="22.9303" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="12" y1="23.0001" x2="12" y2="8.33203" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="12.7963" y1="9.25001" x2="12.7963" y2="1" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="12" y1="23.0001" x2="12" y2="8.33203" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="12.7963" y1="9.25001" x2="12.7963" y2="1" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="22.3824" y1="15.666" x2="6.34199" y2="6.96077" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="17.0049" y1="5.12501" x2="9.70459" y2="2.26965" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="22.3824" y1="15.666" x2="6.34199" y2="6.96077" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="17.0049" y1="5.12501" x2="9.70459" y2="2.26965" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="22.3824" y1="15.666" x2="6.34199" y2="6.96077" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="17.0049" y1="5.12501" x2="9.70459" y2="2.26965" gradientUnits="userSpaceOnUse">
<stop stop-color="#FE7970"/>
<stop offset="1" stop-color="#DC3282"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="12" y1="23.0001" x2="12" y2="8.33203" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="12.7963" y1="9.25001" x2="12.7963" y2="1" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.0031 13.375C23.0031 13.676 22.9438 13.974 22.8287 14.252C22.7135 14.5301 22.5447 14.7827 22.3319 14.9955C22.1191 15.2083 21.8665 15.3771 21.5884 15.4923C21.3104 15.6074 21.0124 15.6667 20.7115 15.6667H17.0118L13.138 21.6131C12.8996 22.036 12.5525 22.3876 12.1327 22.6314C11.7129 22.8752 11.2355 23.0025 10.7501 23C10.3605 23.0001 9.97678 22.9058 9.63168 22.7251C9.28658 22.5445 8.99042 22.2829 8.76856 21.9627C8.5467 21.6425 8.40576 21.2733 8.35781 20.8868C8.30985 20.5002 8.35632 20.1078 8.49323 19.7431L10.1872 15.6667H6.50315C5.85678 15.6667 5.22189 15.4959 4.66281 15.1716C4.10373 14.8472 3.64033 14.3808 3.31957 13.8196L1.18649 10.3134C1.09534 10.162 1.03544 9.99394 1.01033 9.81906C0.985205 9.64418 0.995375 9.46604 1.04023 9.29515C1.08509 9.12426 1.16373 8.96409 1.2715 8.8241C1.37928 8.6841 1.51401 8.56711 1.66774 8.48004C1.91169 8.35213 2.19009 8.30539 2.46244 8.3466C2.73479 8.38782 2.98689 8.51484 3.18207 8.70921L4.48098 10.009C5.16845 10.6967 6.10093 11.0832 7.07331 11.0834H20.7115C21.0124 11.0834 21.3104 11.1426 21.5884 11.2578C21.8665 11.373 22.1191 11.5418 22.3319 11.7546C22.5447 11.9674 22.7135 12.22 22.8287 12.4981C22.9438 12.7761 23.0031 13.0741 23.0031 13.375Z" fill="url(#paint0_linear_304_199)"/>
<path opacity="0.4" d="M13.1315 2.38694L17.2565 9.25001H10.431L8.48953 4.25694C8.35285 3.89226 8.30655 3.49989 8.3546 3.11342C8.40265 2.72694 8.54361 2.35786 8.76543 2.03775C8.98724 1.71764 9.28331 1.45603 9.62829 1.27531C9.97327 1.09459 10.3569 1.00013 10.7464 1.00003C11.2314 0.997943 11.7082 1.12539 12.1275 1.36921C12.5468 1.61303 12.8934 1.96437 13.1315 2.38694Z" fill="url(#paint1_linear_304_199)"/>
<defs>
<linearGradient id="paint0_linear_304_199" x1="12" y1="23.0001" x2="12" y2="8.33203" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_304_199" x1="12.7963" y1="9.25001" x2="12.7963" y2="1" gradientUnits="userSpaceOnUse">
<stop stop-color="#5570FF"/>
<stop offset="1" stop-color="#4DD3FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1 @@
go-home.svg

View File

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

View File

@ -0,0 +1 @@
appointment-new.svg

View File

@ -0,0 +1 @@
appointment-new.svg

View File

@ -0,0 +1 @@
folder-new.svg

View File

@ -0,0 +1 @@
document-import.svg

View File

@ -0,0 +1 @@
folder-new.svg

View File

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

View File

@ -0,0 +1 @@
entry-delete.svg

View File

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

View File

@ -0,0 +1 @@
im-user.svg

View File

@ -0,0 +1,14 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.45" d="M4.36277 2.82118C3.37283 3.64355 3.11257 5.03398 2.59087 7.81602L1.69957 12.5696C0.966328 16.4818 0.599113 18.4379 1.66867 19.7261C2.73823 21.0144 4.72642 21.0144 8.70755 21.0144H15.2913C19.2724 21.0144 21.2618 21.0144 22.3313 19.7261C23.4009 18.4379 23.0337 16.4818 22.3004 12.5696L21.4091 7.81602C20.8874 5.03517 20.6272 3.64355 19.6372 2.82118C18.6461 2 17.2319 2 14.4 2H9.59884C6.76808 2 5.35389 2 4.36277 2.82118Z" fill="url(#paint0_linear_8_114)"/>
<path d="M11.9992 9.43634C11.22 9.43633 10.46 9.18993 9.82373 8.73104C9.18748 8.27216 8.70626 7.62336 8.44631 6.87393C8.39334 6.71273 8.30945 6.5639 8.19954 6.43611C8.08962 6.30833 7.95588 6.20414 7.8061 6.12962C7.65633 6.0551 7.49351 6.01174 7.32715 6.00207C7.16078 5.9924 6.99419 6.01661 6.83709 6.07329C6.67999 6.12997 6.53551 6.21799 6.41209 6.33221C6.28866 6.44644 6.18875 6.58458 6.11818 6.7386C6.0476 6.89261 6.00778 7.05942 6.00103 7.2293C5.99428 7.39918 6.02073 7.56872 6.07885 7.72806C6.51175 8.97739 7.31361 10.0591 8.37403 10.8241C9.43444 11.5892 10.7013 12 12 12C13.2987 12 14.5656 11.5892 15.626 10.8241C16.6864 10.0591 17.4883 8.97739 17.9211 7.72806C17.9793 7.56872 18.0057 7.39918 17.999 7.2293C17.9922 7.05942 17.9524 6.89261 17.8818 6.7386C17.8113 6.58458 17.7113 6.44644 17.5879 6.33221C17.4645 6.21799 17.32 6.12997 17.1629 6.07329C17.0058 6.01661 16.8392 5.9924 16.6729 6.00207C16.5065 6.01174 16.3437 6.0551 16.1939 6.12962C16.0441 6.20414 15.9104 6.30833 15.8005 6.43611C15.6905 6.5639 15.6067 6.71273 15.5537 6.87393C15.2936 7.62363 14.8122 8.27263 14.1756 8.73154C13.539 9.19044 12.7786 9.43668 11.9992 9.43634Z" fill="url(#paint1_linear_8_114)"/>
<defs>
<linearGradient id="paint0_linear_8_114" x1="1" y1="11.5072" x2="23" y2="11.5072" gradientUnits="userSpaceOnUse">
<stop stop-color="#02AA93"/>
<stop offset="1" stop-color="#67FF80"/>
</linearGradient>
<linearGradient id="paint1_linear_8_114" x1="6" y1="9" x2="18" y2="9" gradientUnits="userSpaceOnUse">
<stop stop-color="#02AA93"/>
<stop offset="1" stop-color="#67FF80"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

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

View File

@ -0,0 +1 @@
appointment-new.svg

View File

@ -0,0 +1 @@
view-media-lyrics.svg

View File

@ -0,0 +1 @@
view-statistics.svg

View File

@ -0,0 +1 @@
view-media-playlist.svg

View File

@ -0,0 +1 @@
view-refresh.svg

View File

@ -0,0 +1 @@
dialog-scripts.svg

View File

@ -0,0 +1,16 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect opacity="0.4" x="4" y="4" width="56" height="56" rx="12" fill="url(#paint0_linear_19_159)"/>
<path d="M4 16.8333V47.1667C4.00371 50.5691 5.35698 53.8312 7.76289 56.2371C10.1688 58.643 13.4309 59.9963 16.8333 60H47.1667C50.5691 59.9963 53.8312 58.643 56.2371 56.2371C58.643 53.8312 59.9963 50.5691 60 47.1667V16.8333C59.9963 13.4309 58.643 10.1688 56.2371 7.76289C53.8312 5.35698 50.5691 4.00371 47.1667 4H16.8333C13.4309 4.00371 10.1688 5.35698 7.76289 7.76289C5.35698 10.1688 4.00371 13.4309 4 16.8333ZM28.3333 53C27.781 53 27.3333 52.5523 27.3333 52V49.3333C27.3333 48.7811 27.781 48.3333 28.3333 48.3333H35.6667C36.219 48.3333 36.6667 48.7811 36.6667 49.3333V52C36.6667 52.5523 36.2189 53 35.6667 53H28.3333ZM27.5 22.6667C28.0523 22.6667 28.5 23.1144 28.5 23.6667V40.3333C28.5 40.8856 28.0523 41.3333 27.5 41.3333H12C11.4477 41.3333 11 40.8856 11 40.3333V23.6667C11 23.1144 11.4477 22.6667 12 22.6667H27.5ZM36.5 41.3333C35.9477 41.3333 35.5 40.8856 35.5 40.3333V23.6667C35.5 23.1144 35.9477 22.6667 36.5 22.6667H52C52.5523 22.6667 53 23.1144 53 23.6667V40.3333C53 40.8856 52.5523 41.3333 52 41.3333H36.5ZM28.3333 15.6667C27.781 15.6667 27.3333 15.219 27.3333 14.6667V12C27.3333 11.4477 27.781 11 28.3333 11H35.6667C36.219 11 36.6667 11.4477 36.6667 12V14.6667C36.6667 15.219 36.2189 15.6667 35.6667 15.6667H28.3333ZM16.8333 11H19.3333C19.8856 11 20.3333 11.4477 20.3333 12V14.6667C20.3333 15.219 19.8856 15.6667 19.3333 15.6667H12.3437C11.7111 15.6667 11.2347 15.0809 11.4877 14.5011C11.8561 13.6564 12.422 12.9055 13.1447 12.3152C14.186 11.4649 15.489 11.0003 16.8333 11ZM11.4877 49.4989C11.2347 48.9191 11.7111 48.3333 12.3437 48.3333H19.3333C19.8856 48.3333 20.3333 48.7811 20.3333 49.3333V52C20.3333 52.5523 19.8856 53 19.3333 53H16.8333C15.489 52.9997 14.186 52.5351 13.1447 51.6848C12.422 51.0945 11.8561 50.3436 11.4877 49.4989ZM47.1667 53H44.6667C44.1144 53 43.6667 52.5523 43.6667 52V49.3333C43.6667 48.7811 44.1144 48.3333 44.6667 48.3333H51.6563C52.2889 48.3333 52.7653 48.9191 52.5123 49.4989C52.1439 50.3436 51.578 51.0945 50.8553 51.6848C49.814 52.5351 48.511 52.9997 47.1667 53ZM52.5123 14.5011C52.7653 15.0809 52.2889 15.6667 51.6563 15.6667H44.6667C44.1144 15.6667 43.6667 15.219 43.6667 14.6667V12C43.6667 11.4477 44.1144 11 44.6667 11H47.1667C48.511 11.0003 49.814 11.4649 50.8553 12.3152C51.578 12.9055 52.1439 13.6564 52.5123 14.5011Z" fill="url(#paint1_linear_19_159)"/>
<defs>
<linearGradient id="paint0_linear_19_159" x1="3.19056" y1="4.55103" x2="60.9218" y2="64.0485" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
<linearGradient id="paint1_linear_19_159" x1="3.19056" y1="4.55103" x2="60.9218" y2="64.0485" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1 @@
dialog-ok.svg

View File

@ -0,0 +1 @@
dialog-ok.svg

View File

@ -0,0 +1 @@
emblem-default.svg

View File

@ -0,0 +1 @@
emblem-default.svg

View File

@ -0,0 +1 @@
entry-delete.svg

View File

@ -0,0 +1 @@
entry-delete.svg

View File

@ -0,0 +1 @@
window-new.svg

View File

@ -0,0 +1 @@
window-new.svg

View File

@ -0,0 +1 @@
application-exit.svg

View File

@ -0,0 +1 @@
application-exit.svg

View File

@ -0,0 +1,14 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M1.5 1C1.22386 1 1 1.22386 1 1.5V14.5C1 14.7761 1.22386 15 1.5 15H14.5C14.7761 15 15 14.7761 15 14.5V1.5C15 1.22386 14.7761 1 14.5 1H1.5ZM2.16667 5C2.16667 4.72386 2.39053 4.5 2.66667 4.5H13.3333C13.6094 4.5 13.8333 4.72386 13.8333 5V13.3333C13.8333 13.6094 13.6094 13.8333 13.3333 13.8333H2.66667C2.39053 13.8333 2.16667 13.6094 2.16667 13.3333V5Z" fill="url(#paint0_linear_23_116)"/>
<path d="M5 8.64286C5 8.28782 5.28782 8 5.64286 8H10.3571C10.7121 8 11 8.28782 11 8.64286V10.3571C11 10.7121 10.7121 11 10.3571 11H5.64286C5.28782 11 5 10.7121 5 10.3571V8.64286Z" fill="url(#paint1_linear_23_116)"/>
<defs>
<linearGradient id="paint0_linear_23_116" x1="0.997949" y1="7.79256" x2="14.9969" y2="7.79256" gradientUnits="userSpaceOnUse">
<stop stop-color="#FD3A84"/>
<stop offset="1" stop-color="#FFA68D"/>
</linearGradient>
<linearGradient id="paint1_linear_23_116" x1="-1.00263" y1="7.73329" x2="16.9962" y2="7.73329" gradientUnits="userSpaceOnUse">
<stop stop-color="#FD3A84"/>
<stop offset="1" stop-color="#FFA68D"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,19 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M57.5 54C59.9853 54 62 51.9853 62 49.5C62 47.0147 59.9853 45 57.5 45H6.5C4.01472 45 2 47.0147 2 49.5C2 51.9853 4.01472 54 6.5 54H57.5Z" fill="url(#paint0_linear_20_91)"/>
<path opacity="0.6" d="M62 31.5C62 33.9853 59.9853 36 57.5 36H6.5C4.01472 36 2 33.9853 2 31.5C2 29.0147 4.01472 27 6.5 27H57.5C59.9853 27 62 29.0147 62 31.5Z" fill="url(#paint1_linear_20_91)"/>
<path opacity="0.4" d="M62 13.5C62 15.9853 59.9853 18 57.5 18H6.5C4.01472 18 2 15.9853 2 13.5C2 11.0147 4.01472 9 6.5 9H57.5C59.9853 9 62 11.0147 62 13.5Z" fill="url(#paint2_linear_20_91)"/>
<defs>
<linearGradient id="paint0_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint1_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint2_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,19 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M57.5 54C59.9853 54 62 51.9853 62 49.5C62 47.0147 59.9853 45 57.5 45H6.5C4.01472 45 2 47.0147 2 49.5C2 51.9853 4.01472 54 6.5 54H57.5Z" fill="url(#paint0_linear_20_91)"/>
<path opacity="0.6" d="M62 31.5C62 33.9853 59.9853 36 57.5 36H6.5C4.01472 36 2 33.9853 2 31.5C2 29.0147 4.01472 27 6.5 27H57.5C59.9853 27 62 29.0147 62 31.5Z" fill="url(#paint1_linear_20_91)"/>
<path opacity="0.4" d="M62 13.5C62 15.9853 59.9853 18 57.5 18H6.5C4.01472 18 2 15.9853 2 13.5C2 11.0147 4.01472 9 6.5 9H57.5C59.9853 9 62 11.0147 62 13.5Z" fill="url(#paint2_linear_20_91)"/>
<defs>
<linearGradient id="paint0_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint1_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint2_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,19 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M57.5 54C59.9853 54 62 51.9853 62 49.5C62 47.0147 59.9853 45 57.5 45H6.5C4.01472 45 2 47.0147 2 49.5C2 51.9853 4.01472 54 6.5 54H57.5Z" fill="url(#paint0_linear_20_91)"/>
<path opacity="0.6" d="M62 31.5C62 33.9853 59.9853 36 57.5 36H6.5C4.01472 36 2 33.9853 2 31.5C2 29.0147 4.01472 27 6.5 27H57.5C59.9853 27 62 29.0147 62 31.5Z" fill="url(#paint1_linear_20_91)"/>
<path opacity="0.4" d="M62 13.5C62 15.9853 59.9853 18 57.5 18H6.5C4.01472 18 2 15.9853 2 13.5C2 11.0147 4.01472 9 6.5 9H57.5C59.9853 9 62 11.0147 62 13.5Z" fill="url(#paint2_linear_20_91)"/>
<defs>
<linearGradient id="paint0_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint1_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
<linearGradient id="paint2_linear_20_91" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
<stop stop-color="#8D01A2"/>
<stop offset="1" stop-color="#FF00D2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
application-exit.svg

View File

@ -0,0 +1 @@
media-eject.svg

View File

@ -0,0 +1,14 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M47.1667 4H16.8333C13.431 4.00432 10.1694 5.35779 7.76357 7.76357C5.35779 10.1694 4.00432 13.431 4 16.8333V37.8333C4.00432 41.2356 5.35779 44.4973 7.76357 46.9031C10.1694 49.3089 13.431 50.6623 16.8333 50.6667H20.1887L29.7553 58.6653C30.3849 59.1916 31.1794 59.4799 32 59.4799C32.8206 59.4799 33.6151 59.1916 34.2447 58.6653L43.8113 50.6667H47.1667C50.569 50.6623 53.8306 49.3089 56.2364 46.9031C58.6422 44.4973 59.9957 41.2356 60 37.8333V16.8333C59.9957 13.431 58.6422 10.1694 56.2364 7.76357C53.8306 5.35779 50.569 4.00432 47.1667 4Z" fill="url(#paint0_linear_26_79)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 27H28.5C29.4283 27 30.3185 26.6313 30.9749 25.9749C31.6313 25.3185 32 24.4283 32 23.5C32 22.5717 31.6313 21.6815 30.9749 21.0251C30.3185 20.3687 29.4283 20 28.5 20H21.5C20.5717 20 19.6815 20.3687 19.0251 21.0251C18.3687 21.6815 18 22.5717 18 23.5C18 24.4283 18.3687 25.3185 19.0251 25.9749C19.6815 26.6313 20.5717 27 21.5 27ZM19.0251 32.6916C19.6815 32.0353 20.5717 31.6665 21.5 31.6665H42.5C43.4283 31.6665 44.3185 32.0353 44.9749 32.6916C45.6312 33.348 46 34.2382 46 35.1665C46 36.0948 45.6312 36.985 44.9749 37.6414C44.3185 38.2978 43.4283 38.6665 42.5 38.6665H21.5C20.5717 38.6665 19.6815 38.2978 19.0251 37.6414C18.3687 36.985 18 36.0948 18 35.1665C18 34.2382 18.3687 33.348 19.0251 32.6916Z" fill="url(#paint1_linear_26_79)"/>
<defs>
<linearGradient id="paint0_linear_26_79" x1="32" y1="25" x2="33" y2="57.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFE600"/>
<stop offset="0.81623" stop-color="#FCF39F"/>
</linearGradient>
<linearGradient id="paint1_linear_26_79" x1="32" y1="38.6665" x2="32" y2="20" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDA700"/>
<stop offset="1" stop-color="#FFDE00"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1 @@
mail-mark-unread.svg

View File

@ -0,0 +1,16 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.77778 11.8889C6.77778 12.6551 6.47341 13.3899 5.93164 13.9316C5.38987 14.4734 4.65507 14.7778 3.88889 14.7778C3.12271 14.7778 2.38791 14.4734 1.84614 13.9316C1.30436 13.3899 1 12.6551 1 11.8889C1 11.1227 1.30436 10.3879 1.84614 9.84614C2.38791 9.30436 3.12271 9 3.88889 9C4.65507 9 5.38987 9.30436 5.93164 9.84614C6.47341 10.3879 6.77778 11.1227 6.77778 11.8889ZM23 11.8889C23 12.6551 22.6956 13.3899 22.1539 13.9316C21.6121 14.4734 20.8773 14.7778 20.1111 14.7778C19.3449 14.7778 18.6101 14.4734 18.0684 13.9316C17.5266 13.3899 17.2222 12.6551 17.2222 11.8889C17.2222 11.1227 17.5266 10.3879 18.0684 9.84614C18.6101 9.30436 19.3449 9 20.1111 9C20.8773 9 21.6121 9.30436 22.1539 9.84614C22.6956 10.3879 23 11.1227 23 11.8889Z" fill="url(#paint0_linear_8_626)"/>
<path opacity="0.5" d="M14.8 11.9C14.8 12.6691 14.4945 13.4068 13.9506 13.9506C13.4068 14.4945 12.6691 14.8 11.9 14.8C11.1309 14.8 10.3932 14.4945 9.84939 13.9506C9.30554 13.4068 9 12.6691 9 11.9C9 11.1309 9.30554 10.3932 9.84939 9.84939C10.3932 9.30554 11.1309 9 11.9 9C12.6691 9 13.4068 9.30554 13.9506 9.84939C14.4945 10.3932 14.8 11.1309 14.8 11.9Z" fill="url(#paint1_linear_8_626)"/>
<defs>
<linearGradient id="paint0_linear_8_626" x1="0.682006" y1="9.05685" x2="3.53392" y2="20.2483" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
<linearGradient id="paint1_linear_8_626" x1="8.91617" y1="9.05707" x2="14.8955" y2="15.2193" gradientUnits="userSpaceOnUse">
<stop stop-color="#F9D423"/>
<stop offset="0.515624" stop-color="#FF4E50"/>
<stop offset="0.991304" stop-color="#8A2387"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

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

View File

@ -0,0 +1 @@
appointment-new.svg

View File

@ -0,0 +1 @@
appointment-new.svg

View File

@ -0,0 +1,19 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M30 16C30 23.7336 23.7322 30 16 30C8.2678 30 2 23.7336 2 16C2 8.2692 8.2678 2 16 2C23.7322 2 30 8.2692 30 16Z" fill="url(#paint0_linear_5_77)"/>
<path d="M21.363 23C21.1567 23 20.9488 22.9465 20.7582 22.8346L14.5749 19.146C14.2189 18.9318 14 18.546 14 18.1302V10.1812C14 9.52919 14.5292 9 15.1812 9C15.8333 9 16.3625 9.52919 16.3625 10.1812V17.4592L21.9694 20.8029C22.5285 21.1384 22.7128 21.8629 22.3789 22.4236C22.1568 22.7937 21.7647 23 21.363 23Z" fill="url(#paint1_linear_5_77)"/>
<path d="M21.363 23C21.1567 23 20.9488 22.9465 20.7582 22.8346L14.5749 19.146C14.2189 18.9318 14 18.546 14 18.1302V10.1812C14 9.52919 14.5292 9 15.1812 9C15.8333 9 16.3625 9.52919 16.3625 10.1812V17.4592L21.9694 20.8029C22.5285 21.1384 22.7128 21.8629 22.3789 22.4236C22.1568 22.7937 21.7647 23 21.363 23" stroke="url(#paint2_linear_5_77)"/>
<defs>
<linearGradient id="paint0_linear_5_77" x1="16" y1="30" x2="16" y2="2" gradientUnits="userSpaceOnUse">
<stop stop-color="#FD5900"/>
<stop offset="1" stop-color="#FFDE00"/>
</linearGradient>
<linearGradient id="paint1_linear_5_77" x1="18.2727" y1="23" x2="18.2727" y2="9" gradientUnits="userSpaceOnUse">
<stop stop-color="#FD5900"/>
<stop offset="1" stop-color="#FFDE00"/>
</linearGradient>
<linearGradient id="paint2_linear_5_77" x1="18.2727" y1="23" x2="18.2727" y2="9" gradientUnits="userSpaceOnUse">
<stop stop-color="#FD5900"/>
<stop offset="1" stop-color="#FFDE00"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
view-refresh.svg

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