diff --git a/.gitignore b/.gitignore index e532dba..12c826e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /breeze-icons-5.18.0.tar.xz /breeze-icons-5.19.0.tar.xz /breeze-icons-5.20.0.tar.xz +/breeze-icons-5.21.0.tar.xz diff --git a/breeze-icon-theme.spec b/breeze-icon-theme.spec index 9ddcfd5..ed0d4dd 100644 --- a/breeze-icon-theme.spec +++ b/breeze-icon-theme.spec @@ -3,7 +3,7 @@ Name: breeze-icon-theme Summary: Breeze icon theme -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} # http://techbase.kde.org/Policies/Licensing_Policy @@ -108,6 +108,9 @@ fi %changelog +* Mon Apr 04 2016 Rex Dieter - 5.21.0-1 +- KDE Frameworks 5.21.0 + * Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 - KDE Frameworks 5.20.0 diff --git a/breeze-icons-5.21.0/.gitignore b/breeze-icons-5.21.0/.gitignore new file mode 100644 index 0000000..f820cd3 --- /dev/null +++ b/breeze-icons-5.21.0/.gitignore @@ -0,0 +1,5 @@ +# Compiled source # +################### +*.directory +*.bak +*thumbs.db \ No newline at end of file diff --git a/breeze-icons-5.21.0/.reviewboardrc b/breeze-icons-5.21.0/.reviewboardrc new file mode 100644 index 0000000..9ffbe2f --- /dev/null +++ b/breeze-icons-5.21.0/.reviewboardrc @@ -0,0 +1,4 @@ +REVIEWBOARD_URL = "https://git.reviewboard.kde.org" +REPOSITORY = 'git://anongit.kde.org/breeze-icons' +BRANCH = 'master' +TARGET_GROUPS = 'kdeframeworks' diff --git a/breeze-icons-5.21.0/CMakeLists.txt b/breeze-icons-5.21.0/CMakeLists.txt new file mode 100644 index 0000000..1b648e8 --- /dev/null +++ b/breeze-icons-5.21.0/CMakeLists.txt @@ -0,0 +1,26 @@ +cmake_minimum_required(VERSION 2.8.12) + +project(BreezeIcons) + +# ECM setup +include(FeatureSummary) +find_package(ECM 5.21.0 NO_MODULE) +set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") +feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) + +set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) +set(KF5_VERSION "5.21.0") # handled by release scripts + +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) +include(GtkUpdateIconCache) + +# Dependencies +set(REQUIRED_QT_VERSION 5.4.0) + +add_subdirectory(autotests) +add_subdirectory(icons) +add_subdirectory(icons-dark) + +feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/breeze-icons-5.21.0/COPYING-ICONS b/breeze-icons-5.21.0/COPYING-ICONS new file mode 100644 index 0000000..63d7365 --- /dev/null +++ b/breeze-icons-5.21.0/COPYING-ICONS @@ -0,0 +1,209 @@ +The Breeze Icon Theme in icons/ + + Copyright (C) 2014 Uri Herrera and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser 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 +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/breeze-icons-5.21.0/COPYING.LIB b/breeze-icons-5.21.0/COPYING.LIB new file mode 100644 index 0000000..2d2d780 --- /dev/null +++ b/breeze-icons-5.21.0/COPYING.LIB @@ -0,0 +1,510 @@ + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations +below. + + When we speak of free software, we are referring to freedom of use, +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 this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it +becomes a de-facto standard. To achieve this, non-free programs must +be allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control +compilation and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at least + three years, to give the same user the materials specified in + Subsection 6a, above, for a charge no more than the cost of + performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply, and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License +may add an explicit geographical distribution limitation excluding those +countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser 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 Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "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 +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY 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 +LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms +of the ordinary General Public License). + + To apply these terms, attach the following notices to the library. +It is safest to attach them to the start of each source file to most +effectively convey the exclusion of warranty; and each file should +have at least the "copyright" line and a pointer to where the full +notice is found. + + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or +your school, if any, to sign a "copyright disclaimer" for the library, +if necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James + Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/breeze-icons-5.21.0/README.md b/breeze-icons-5.21.0/README.md new file mode 100644 index 0000000..15034a2 --- /dev/null +++ b/breeze-icons-5.21.0/README.md @@ -0,0 +1,7 @@ +# Breeze Icons + +Breeze icon theme + +## Introduction + +Breeze-icons is a freedesktop.org compatible icon theme. diff --git a/breeze-icons-5.21.0/autotests/CMakeLists.txt b/breeze-icons-5.21.0/autotests/CMakeLists.txt new file mode 100644 index 0000000..5c561c7 --- /dev/null +++ b/breeze-icons-5.21.0/autotests/CMakeLists.txt @@ -0,0 +1,11 @@ +remove_definitions(-DQT_NO_CAST_FROM_ASCII) + +include(ECMAddTests) + +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Test) + +configure_file(testdata.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/testdata.h) +ecm_add_test(symlinktest.cpp + TEST_NAME "symlink" + LINK_LIBRARIES Qt5::Test +) diff --git a/breeze-icons-5.21.0/autotests/symlinktest.cpp b/breeze-icons-5.21.0/autotests/symlinktest.cpp new file mode 100644 index 0000000..15047ea --- /dev/null +++ b/breeze-icons-5.21.0/autotests/symlinktest.cpp @@ -0,0 +1,91 @@ +/* + Copyright 2015 Harald Sitter + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) version 3, or any + later version accepted by the membership of KDE e.V. (or its + successor approved by the membership of KDE e.V.), which shall + act as a proxy defined in Section 6 of version 3 of the license. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . +*/ + +#include +#include +#include + +#include "testdata.h" + +class SymlinkTest : public QObject +{ + Q_OBJECT + +private Q_SLOTS: + void assertSymLinkListEmpty(const QList &list, const QString &header) + { + if (list.empty()) { + return; + } + QString indent(" "); + QString indent2 = indent + indent; + QString message = ("\n" + indent + header); + Q_FOREACH(const QFileInfo &info, list) { + message += (indent2 + info.filePath() + " => " + info.symLinkTarget() + "\n"); + } + QFAIL(message.toLatin1()); + } + + // Invalid symlinks shouldn't happen. + void test_broken() + { + // By default broken symlinks are not listed unless the System filter + // is used. System may however also include pipes and the like, so we + // still manually need to filter for symlinks afterwards. + QDirIterator it(PROJECT_SOURCE_DIR, + QDir::System, + QDirIterator::Subdirectories); + QList brokenSymLinks; + while (it.hasNext()) { + it.next(); + auto info = it.fileInfo(); + if (!info.isSymLink() || info.exists()) { + continue; + } + brokenSymLinks << info; + } + assertSymLinkListEmpty(brokenSymLinks, + QStringLiteral("Found broken symlinks:\n")); + } + + // Symlinks should never point to something outside the tree, even if valid! + void test_outOfTree() + { + QDirIterator it(PROJECT_SOURCE_DIR, + QDir::AllEntries, + QDirIterator::Subdirectories); + QList OOTSymLinks; + while (it.hasNext()) { + it.next(); + auto info = it.fileInfo(); + if (!info.isSymLink() || + info.symLinkTarget().startsWith(PROJECT_SOURCE_DIR)) { + continue; + } + OOTSymLinks << info; + } + assertSymLinkListEmpty(OOTSymLinks, + QStringLiteral("Found out-of-tree symlinks:\n")); + } +}; + +QTEST_GUILESS_MAIN(SymlinkTest) + +#include "symlinktest.moc" diff --git a/breeze-icons-5.21.0/autotests/testdata.h.cmake b/breeze-icons-5.21.0/autotests/testdata.h.cmake new file mode 100644 index 0000000..476cf9e --- /dev/null +++ b/breeze-icons-5.21.0/autotests/testdata.h.cmake @@ -0,0 +1 @@ +#define PROJECT_SOURCE_DIR "${PROJECT_SOURCE_DIR}" diff --git a/breeze-icons-5.21.0/cmake/GtkUpdateIconCache.cmake b/breeze-icons-5.21.0/cmake/GtkUpdateIconCache.cmake new file mode 100644 index 0000000..ce6a8db --- /dev/null +++ b/breeze-icons-5.21.0/cmake/GtkUpdateIconCache.cmake @@ -0,0 +1,37 @@ +# Copyright 2015 Volker Krause +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +find_program(GTK_UPDATE_ICON_CACHE_EXECUTABLE NAMES gtk-update-icon-cache) + +macro(gtk_update_icon_cache _dir) + if (GTK_UPDATE_ICON_CACHE_EXECUTABLE) + install(CODE " + set(DESTDIR_VALUE \"\$ENV{DESTDIR}\") + if (NOT DESTDIR_VALUE) + execute_process(COMMAND ${GTK_UPDATE_ICON_CACHE_EXECUTABLE} -q -i . WORKING_DIRECTORY ${_dir}) + endif() + ") + endif() +endmacro() diff --git a/breeze-icons-5.21.0/icons-dark/.gitignore b/breeze-icons-5.21.0/icons-dark/.gitignore new file mode 100644 index 0000000..f820cd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/.gitignore @@ -0,0 +1,5 @@ +# Compiled source # +################### +*.directory +*.bak +*thumbs.db \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/AUTHORS b/breeze-icons-5.21.0/icons-dark/AUTHORS new file mode 100644 index 0000000..32c9664 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/AUTHORS @@ -0,0 +1,3 @@ +Breeze Icon Theme has been developed by The KDE Visual Design Group. + +Main work for the icon theme: Uri Herrera and Andreas Kainz diff --git a/breeze-icons-5.21.0/icons-dark/CMakeLists.txt b/breeze-icons-5.21.0/icons-dark/CMakeLists.txt new file mode 100644 index 0000000..36d37f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/CMakeLists.txt @@ -0,0 +1,9 @@ +########### install files ############### + +set( breeze_icon_dark_dirs actions applets apps categories devices emblems emotes mimetypes places status) + +set(BREEZE_INSTALL_DIR ${KDE_INSTALL_FULL_ICONDIR}/breeze-dark) +install( DIRECTORY ${breeze_icon_dark_dirs} DESTINATION ${BREEZE_INSTALL_DIR} ) +install( FILES index.theme DESTINATION ${BREEZE_INSTALL_DIR}) + +gtk_update_icon_cache(${BREEZE_INSTALL_DIR}) diff --git a/breeze-icons-5.21.0/icons-dark/LICENSE b/breeze-icons-5.21.0/icons-dark/LICENSE new file mode 100644 index 0000000..65c5ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/LICENSE @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser 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 +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/object-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/12/object-fill.svg new file mode 100644 index 0000000..74e363d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/object-fill.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/object-stroke-style.svg b/breeze-icons-5.21.0/icons-dark/actions/12/object-stroke-style.svg new file mode 100644 index 0000000..6a258dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/object-stroke-style.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/object-stroke.svg b/breeze-icons-5.21.0/icons-dark/actions/12/object-stroke.svg new file mode 100644 index 0000000..607d46e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/object-stroke.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-gradient.svg b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-gradient.svg new file mode 100644 index 0000000..d848072 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-gradient.svg @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-pattern.svg b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-pattern.svg new file mode 100644 index 0000000..d372bf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-pattern.svg @@ -0,0 +1,23 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-rounded-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-rounded-corners.svg new file mode 100644 index 0000000..eafc521 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-rounded-corners.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-stroke.svg b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-stroke.svg new file mode 100644 index 0000000..bead87a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/12/transform-affect-stroke.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/CVnamespace.svg b/breeze-icons-5.21.0/icons-dark/actions/16/CVnamespace.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/CVnamespace.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/Info-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/Info-amarok.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/PrePostCondition.svg b/breeze-icons-5.21.0/icons-dark/actions/16/PrePostCondition.svg new file mode 100644 index 0000000..9fb0dba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/PrePostCondition.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/accept_signal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/accept_signal.svg new file mode 100644 index 0000000..62343f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/accept_signal.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/accept_time_event.svg b/breeze-icons-5.21.0/icons-dark/actions/16/accept_time_event.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/accept_time_event.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/acrobat.svg b/breeze-icons-5.21.0/icons-dark/actions/16/acrobat.svg new file mode 100644 index 0000000..cf5bb9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/acrobat.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/action-albumfolder-importdir2.svg b/breeze-icons-5.21.0/icons-dark/actions/16/action-albumfolder-importdir2.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/action-rss_tag.svg b/breeze-icons-5.21.0/icons-dark/actions/16/action-rss_tag.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/activity-fork.svg b/breeze-icons-5.21.0/icons-dark/actions/16/activity-fork.svg new file mode 120000 index 0000000..d6e2182 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/activity-fork.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/actor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/actor.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/actor.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/add-placemark.svg b/breeze-icons-5.21.0/icons-dark/actions/16/add-placemark.svg new file mode 120000 index 0000000..451d452 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/add-placemark.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/address-book-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/address-book-new.svg new file mode 100644 index 0000000..424f9e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/address-book-new.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/addressbook-details.svg b/breeze-icons-5.21.0/icons-dark/actions/16/addressbook-details.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/adress-book-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/adress-book-new.svg new file mode 100644 index 0000000..424f9e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/adress-book-new.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/aggregation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/aggregation.svg new file mode 100644 index 0000000..e00fbd4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/aggregation.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/akonadi-phone-home.svg b/breeze-icons-5.21.0/icons-dark/actions/16/akonadi-phone-home.svg new file mode 100644 index 0000000..b588608 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/akonadi-phone-home.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-importdir.svg b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-importdir.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-importimages.svg b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-importimages.svg new file mode 120000 index 0000000..c7116c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-user-trash.svg b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-user-trash.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/albumfolder-user-trash.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-baseline.svg new file mode 100644 index 0000000..b59ce05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-baseline.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..26d62e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-bottom-out.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-center.svg new file mode 100644 index 0000000..d07c8c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-center.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left-out.svg new file mode 100644 index 0000000..10e1cb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left-out.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..51baeaa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left-to-anchor.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left.svg new file mode 100644 index 0000000..0929d59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-left.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right-out.svg new file mode 100644 index 0000000..f841201 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..3f13c95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right-to-anchor.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right.svg new file mode 100644 index 0000000..7f5b824 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-right.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-top-out.svg new file mode 100644 index 0000000..3d95ae5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-horizontal-top-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-baseline.svg new file mode 100644 index 0000000..cd48b51 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-baseline.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom-out.svg new file mode 100644 index 0000000..c3d9b19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..168fa7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom.svg new file mode 100644 index 0000000..1089ab5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-bottom.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-center.svg new file mode 100644 index 0000000..6583b76 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-center.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top-out.svg new file mode 100644 index 0000000..6d2ed13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top-out.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..3d95ae5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top-to-anchor.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top.svg new file mode 100644 index 0000000..e8f907c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/align-vertical-top.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_artist.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_add.svg new file mode 100644 index 0000000..6152d38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_add.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_remove.svg new file mode 100644 index 0000000..b7e2749 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_remove.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_view.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_view.svg new file mode 100644 index 0000000..3975011 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_cart_view.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_change_language.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_change_language.svg new file mode 100644 index 0000000..8a4390d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_change_language.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_clock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_lyrics.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_lyrics.svg new file mode 120000 index 0000000..2dd7676 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playcount.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playcount.svg new file mode 120000 index 0000000..c615601 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playlist.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playlist.svg new file mode 120000 index 0000000..e988559 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playlist_refresh.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playlist_refresh.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/amarok_scripts.svg b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_scripts.svg new file mode 100644 index 0000000..2f19b3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/amarok_scripts.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/anchor.svg new file mode 100644 index 0000000..9e40c26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/anchor.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/answer-correct.svg b/breeze-icons-5.21.0/icons-dark/actions/16/answer-correct.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/answer-correct.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/answer.svg b/breeze-icons-5.21.0/icons-dark/actions/16/answer.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/answer.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/application-exit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/application-exit.svg new file mode 100644 index 0000000..17e0d73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/application-exit.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/application-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/16/application-menu.svg new file mode 100644 index 0000000..c81a07a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/application-menu.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/applications-internet.svg b/breeze-icons-5.21.0/icons-dark/actions/16/applications-internet.svg new file mode 120000 index 0000000..6e98a7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/applications-internet.svg @@ -0,0 +1 @@ +../../places/16/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/applications-other.svg b/breeze-icons-5.21.0/icons-dark/actions/16/applications-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/applications-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/applications-system.svg b/breeze-icons-5.21.0/icons-dark/actions/16/applications-system.svg new file mode 100644 index 0000000..33021a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/applications-system.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/appointment-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/appointment-new.svg new file mode 100644 index 0000000..e41463c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/appointment-new.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/approved.svg b/breeze-icons-5.21.0/icons-dark/actions/16/approved.svg new file mode 120000 index 0000000..bcc3b74 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/approved.svg @@ -0,0 +1 @@ +games-achievements.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/archive-extract.svg b/breeze-icons-5.21.0/icons-dark/actions/16/archive-extract.svg new file mode 100644 index 0000000..72e18d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/archive-extract.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/archive-insert-directory.svg b/breeze-icons-5.21.0/icons-dark/actions/16/archive-insert-directory.svg new file mode 100644 index 0000000..0800399 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/archive-insert-directory.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/archive-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/archive-insert.svg new file mode 100644 index 0000000..fdc506d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/archive-insert.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/archive-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/archive-remove.svg new file mode 100644 index 0000000..61cc514 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/archive-remove.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-down-double.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-down-double.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-down-double.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-down.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-left-double.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-left-double.svg new file mode 100644 index 0000000..b0484ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-left-double.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-left.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-left.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-right-double.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-right-double.svg new file mode 100644 index 0000000..9df15ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-right-double.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-right.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-right.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-up-double.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-up-double.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-up-double.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow-up.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/16/arrow.svg new file mode 100644 index 0000000..f8abbe9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/arrow.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/artifact.svg b/breeze-icons-5.21.0/icons-dark/actions/16/artifact.svg new file mode 100644 index 0000000..d750903 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/artifact.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/association.svg b/breeze-icons-5.21.0/icons-dark/actions/16/association.svg new file mode 100644 index 0000000..516a0a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/association.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/atmosphere.svg b/breeze-icons-5.21.0/icons-dark/actions/16/atmosphere.svg new file mode 100644 index 0000000..2ee3b5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/atmosphere.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/audio-off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/audio-off.svg new file mode 120000 index 0000000..b941b18 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/audio-off.svg @@ -0,0 +1 @@ +player-volume-muted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/audio-on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/audio-on.svg new file mode 120000 index 0000000..c453305 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/audio-on.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/audio-ready.svg b/breeze-icons-5.21.0/icons-dark/actions/16/audio-ready.svg new file mode 100644 index 0000000..ab6f1c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/audio-ready.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/autocorrection.svg b/breeze-icons-5.21.0/icons-dark/actions/16/autocorrection.svg new file mode 100644 index 0000000..787c2bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/autocorrection.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/automated-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/16/automated-tasks.svg new file mode 100644 index 0000000..7592664 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/automated-tasks.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bitmap-trace.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bitmap-trace.svg new file mode 100644 index 0000000..4a44c98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bitmap-trace.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-add-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-add-folder.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-add-folder.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-edit.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-edit.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-new-list.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-new-list.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-new-list.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-new.svg new file mode 100644 index 0000000..74a5c0e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-new.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-remove.svg new file mode 100644 index 0000000..48013f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-remove.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-toolbar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-toolbar.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmark-toolbar.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmarks-organize.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmarks-organize.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmarks-organize.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bookmarks.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bookmarks.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bordertool.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bordertool.svg new file mode 100644 index 0000000..32549e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bordertool.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/box.svg b/breeze-icons-5.21.0/icons-dark/actions/16/box.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/box.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-addqueue.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-addqueue.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-addqueue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-commit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-commit.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-commit.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-diff.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-diff.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-remove.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-remove.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-rmqueue.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-rmqueue.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-rmqueue.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/bqm-update.svg b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-update.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/bqm-update.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/branch.svg b/breeze-icons-5.21.0/icons-dark/actions/16/branch.svg new file mode 100644 index 0000000..72174d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/branch.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/call-start.svg b/breeze-icons-5.21.0/icons-dark/actions/16/call-start.svg new file mode 100644 index 0000000..2224866 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/call-start.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/call-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/call-stop.svg new file mode 100644 index 0000000..aaa0386 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/call-stop.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/camera-off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/camera-off.svg new file mode 100644 index 0000000..afe9384 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/camera-off.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/camera-on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/camera-on.svg new file mode 100644 index 0000000..fba96f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/camera-on.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/camera-ready.svg b/breeze-icons-5.21.0/icons-dark/actions/16/camera-ready.svg new file mode 100644 index 0000000..bcd8a35 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/camera-ready.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/cards-block.svg b/breeze-icons-5.21.0/icons-dark/actions/16/cards-block.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/cards-block.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/category.svg b/breeze-icons-5.21.0/icons-dark/actions/16/category.svg new file mode 100644 index 0000000..f1c6d37 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/category.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/category2parent.svg b/breeze-icons-5.21.0/icons-dark/actions/16/category2parent.svg new file mode 100644 index 0000000..8241bf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/category2parent.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/character-set.svg b/breeze-icons-5.21.0/icons-dark/actions/16/character-set.svg new file mode 100644 index 0000000..ef98c5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/character-set.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/check_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/check_constraint.svg new file mode 100644 index 0000000..64e01e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/check_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/checkbox.svg b/breeze-icons-5.21.0/icons-dark/actions/16/checkbox.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/checkbox.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/checkmark.svg b/breeze-icons-5.21.0/icons-dark/actions/16/checkmark.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/checkmark.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/child2category.svg b/breeze-icons-5.21.0/icons-dark/actions/16/child2category.svg new file mode 100644 index 0000000..46cbc50 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/child2category.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/choice-rhomb.svg b/breeze-icons-5.21.0/icons-dark/actions/16/choice-rhomb.svg new file mode 100644 index 0000000..72174d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/choice-rhomb.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/choice-round.svg b/breeze-icons-5.21.0/icons-dark/actions/16/choice-round.svg new file mode 120000 index 0000000..db766e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/choice-round.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-lap.svg b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-lap.svg new file mode 120000 index 0000000..2c84dca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-lap.svg @@ -0,0 +1 @@ +chronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-pause.svg new file mode 100644 index 0000000..d6561cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-pause.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-reset.svg b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-reset.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-start.svg b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-start.svg new file mode 120000 index 0000000..678250a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer-start.svg @@ -0,0 +1 @@ +player-time.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/chronometer.svg b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer.svg new file mode 100644 index 0000000..d387870 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/chronometer.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/class-or-package.svg b/breeze-icons-5.21.0/icons-dark/actions/16/class-or-package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/class-or-package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/class.svg b/breeze-icons-5.21.0/icons-dark/actions/16/class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/clock-large.svg b/breeze-icons-5.21.0/icons-dark/actions/16/clock-large.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/clock-large.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/clock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/cloud-download.svg b/breeze-icons-5.21.0/icons-dark/actions/16/cloud-download.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/cloud-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/cloud-upload.svg b/breeze-icons-5.21.0/icons-dark/actions/16/cloud-upload.svg new file mode 120000 index 0000000..d34e922 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/cloud-upload.svg @@ -0,0 +1 @@ +kt-set-max-upload-speed.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/code-block.svg b/breeze-icons-5.21.0/icons-dark/actions/16/code-block.svg new file mode 100644 index 0000000..c235db2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/code-block.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/code-class.svg b/breeze-icons-5.21.0/icons-dark/actions/16/code-class.svg new file mode 100644 index 0000000..96861f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/code-class.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/code-context.svg b/breeze-icons-5.21.0/icons-dark/actions/16/code-context.svg new file mode 100644 index 0000000..61f99b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/code-context.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/code-function.svg b/breeze-icons-5.21.0/icons-dark/actions/16/code-function.svg new file mode 100644 index 0000000..77f3400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/code-function.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/code-typedef.svg b/breeze-icons-5.21.0/icons-dark/actions/16/code-typedef.svg new file mode 100644 index 0000000..432ff30 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/code-typedef.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/code-variable.svg b/breeze-icons-5.21.0/icons-dark/actions/16/code-variable.svg new file mode 100644 index 0000000..9e23685 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/code-variable.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/collection-rescan-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/collection-rescan-amarok.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-fill.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-fill.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-gradient.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-gradient.svg new file mode 100644 index 0000000..4da61ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-gradient.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-management.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-management.svg new file mode 100644 index 0000000..9fdeeb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-management.svg @@ -0,0 +1,718 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-black.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-black.svg new file mode 100644 index 0000000..18602d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-black.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-grey.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-grey.svg new file mode 100644 index 0000000..6025df0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-grey.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-white.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-white.svg new file mode 100644 index 0000000..987f200 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker-white.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker.svg new file mode 100644 index 0000000..fa7d2e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/color-picker.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/colormanagement.svg b/breeze-icons-5.21.0/icons-dark/actions/16/colormanagement.svg new file mode 120000 index 0000000..21e4611 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromablue.svg b/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromablue.svg new file mode 100644 index 0000000..4e3ebab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromablue.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromagreen.svg b/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromagreen.svg new file mode 100644 index 0000000..400d6b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromagreen.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromared.svg b/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromared.svg new file mode 100644 index 0000000..3fd0f1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/colors-chromared.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/colors-luma.svg b/breeze-icons-5.21.0/icons-dark/actions/16/colors-luma.svg new file mode 100644 index 0000000..bd8a015 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/colors-luma.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/combined_fragment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/combined_fragment.svg new file mode 100644 index 0000000..de693a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/combined_fragment.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/compass.svg b/breeze-icons-5.21.0/icons-dark/actions/16/compass.svg new file mode 100644 index 0000000..672b6a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/compass.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/component.svg b/breeze-icons-5.21.0/icons-dark/actions/16/component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/composition.svg b/breeze-icons-5.21.0/icons-dark/actions/16/composition.svg new file mode 100644 index 0000000..b1110d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/composition.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/configure-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/16/configure-shortcuts.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/configure-shortcuts.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/configure-toolbars.svg b/breeze-icons-5.21.0/icons-dark/actions/16/configure-toolbars.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/configure-toolbars.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/configure.svg b/breeze-icons-5.21.0/icons-dark/actions/16/configure.svg new file mode 100644 index 0000000..18ad898 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/configure.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/contact-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/contact-new.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/contact-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/containment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/containment.svg new file mode 100644 index 0000000..c6eedf5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/containment.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/crosshairs.svg b/breeze-icons-5.21.0/icons-dark/actions/16/crosshairs.svg new file mode 100644 index 0000000..a8520f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/crosshairs.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/cursor-arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/16/cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/curve-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/16/curve-connector.svg new file mode 100644 index 0000000..1e0c66c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/curve-connector.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dashboard-show.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dashboard-show.svg new file mode 100644 index 0000000..a242f95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dashboard-show.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/database-index.svg b/breeze-icons-5.21.0/icons-dark/actions/16/database-index.svg new file mode 100644 index 0000000..ea15c94 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/database-index.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/datatype.svg b/breeze-icons-5.21.0/icons-dark/actions/16/datatype.svg new file mode 120000 index 0000000..1b0dabf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/datatype.svg @@ -0,0 +1 @@ +code-typedef.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-execute-from-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-execute-from-cursor.svg new file mode 100644 index 0000000..2db95e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-execute-from-cursor.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-execute-to-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-execute-to-cursor.svg new file mode 100644 index 0000000..17bf4c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-execute-to-cursor.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-run-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-run-cursor.svg new file mode 100644 index 0000000..db2c70f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-run-cursor.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-run.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-run.svg new file mode 100644 index 0000000..e846c15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-run.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-instruction.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-instruction.svg new file mode 100644 index 0000000..30c195d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-instruction.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-into-instruction.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-into-instruction.svg new file mode 100644 index 0000000..92b853a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-into-instruction.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-into.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-into.svg new file mode 100644 index 0000000..faccc28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-into.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-out.svg new file mode 100644 index 0000000..b1d9cb8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-out.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-over.svg b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-over.svg new file mode 100644 index 0000000..5db0925 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/debug-step-over.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/deep-history.svg b/breeze-icons-5.21.0/icons-dark/actions/16/deep-history.svg new file mode 100644 index 0000000..8745811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/deep-history.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/delete-comment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/delete-comment.svg new file mode 100644 index 0000000..f122cb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/delete-comment.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/delete-table-row.svg b/breeze-icons-5.21.0/icons-dark/actions/16/delete-table-row.svg new file mode 120000 index 0000000..01bb020 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/delete-table-row.svg @@ -0,0 +1 @@ +edit-table-delete-row.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dependency.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dependency.svg new file mode 100644 index 0000000..9850e89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dependency.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/diag_class.svg b/breeze-icons-5.21.0/icons-dark/actions/16/diag_class.svg new file mode 100644 index 0000000..2f164ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/diag_class.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-align-and-distribute.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-align-and-distribute.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-align-and-distribute.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-cancel.svg new file mode 100644 index 0000000..28327d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-cancel.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-fill-and-stroke.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-fill-and-stroke.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-fill-and-stroke.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-filters.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-filters.svg new file mode 120000 index 0000000..bf1c124 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-filters.svg @@ -0,0 +1 @@ +view-filter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-icon-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-icon-preview.svg new file mode 120000 index 0000000..7a2e5e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-icon-preview.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-input-devices.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-input-devices.svg new file mode 100644 index 0000000..a8c0750 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-input-devices.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-layers.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-layers.svg new file mode 100644 index 0000000..a43cb4d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-layers.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-memory.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-memory.svg new file mode 120000 index 0000000..c615601 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-memory.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-messages.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-messages.svg new file mode 100644 index 0000000..50a21b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-messages.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-object-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-object-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-object-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-ok-apply.svg new file mode 100644 index 0000000..74b4d97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-ok-apply.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-ok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-rows-and-columns.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-rows-and-columns.svg new file mode 100644 index 0000000..ee3f333 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-rows-and-columns.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-scripts.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-scripts.svg new file mode 100644 index 0000000..9a5d93c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-scripts.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-text-and-font.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-text-and-font.svg new file mode 120000 index 0000000..530ddc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-text-and-font.svg @@ -0,0 +1 @@ +gtk-select-font.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-tile-clones.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-tile-clones.svg new file mode 100644 index 0000000..fff0680 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-tile-clones.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-transform.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-transform.svg new file mode 120000 index 0000000..8c656af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-transform.svg @@ -0,0 +1 @@ +transform-scale.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dialog-xml-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-xml-editor.svg new file mode 100644 index 0000000..77e7662 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dialog-xml-editor.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dirsync.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dirsync.svg new file mode 120000 index 0000000..0e0e5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-baseline.svg new file mode 100644 index 0000000..0194b3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-baseline.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-center.svg new file mode 100644 index 0000000..c61d85f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-center.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-equal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-equal.svg new file mode 100644 index 0000000..cb3bf52 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-equal.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-gaps.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-gaps.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-gaps.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-left.svg new file mode 100644 index 0000000..3816535 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-left.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-margin.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-margin.svg new file mode 100644 index 0000000..3ab3e6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-margin.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-page.svg new file mode 100644 index 0000000..ad4599c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-page.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-right.svg new file mode 100644 index 0000000..69cd3bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-right.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-x.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-x.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal-x.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal.svg new file mode 100644 index 0000000..5fc3e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-horizontal.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-baseline.svg new file mode 100644 index 0000000..c0d503c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-baseline.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-bottom.svg new file mode 100644 index 0000000..f7aba30 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-center.svg new file mode 100644 index 0000000..7bc1d28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-center.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-equal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-equal.svg new file mode 100644 index 0000000..8403524 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-equal.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-gaps.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-gaps.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-gaps.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-margin.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-margin.svg new file mode 100644 index 0000000..c19018c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-margin.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-page.svg new file mode 100644 index 0000000..46d55e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-page.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-top.svg new file mode 100644 index 0000000..9fb8321 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-y.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-y.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical-y.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical.svg new file mode 100644 index 0000000..0259078 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/distribute-vertical.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-cleanup.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-cleanup.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-cleanup.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-close.svg new file mode 100644 index 0000000..dfc8749 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-close.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-decrypt.svg new file mode 100644 index 0000000..2ee5859 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-decrypt.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..8d6bdba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-decrypt-verify.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-decrypt.svg new file mode 100644 index 0000000..d65cf4d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-decrypt.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-encrypt.svg new file mode 100644 index 0000000..caad6f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-encrypt.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..75fc737 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-sign-encrypt.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-sign.svg new file mode 100644 index 0000000..9a1f901 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-sign.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-verify.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit-verify.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit.svg new file mode 100644 index 0000000..4dac391 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-edit.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-encrypt.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-encrypted.svg new file mode 100644 index 0000000..06f9f55 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-encrypted.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-export-ocal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-export-ocal.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-export-ocal.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-export-table.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-export-table.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-export.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-export.svg new file mode 100644 index 0000000..b8c4532 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-export.svg @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-import-ocal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-import-ocal.svg new file mode 120000 index 0000000..c7116c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-import-ocal.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-import.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-import.svg new file mode 100644 index 0000000..1e34f93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-import.svg @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-multiple.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-multiple.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-new-from-template.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-new-from-template.svg new file mode 100644 index 0000000..a7c57df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-new-from-template.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-new.svg new file mode 100644 index 0000000..7bfc1ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-new.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-open-data.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-data.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-open-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-folder.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-folder.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-open-recent.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-recent.svg new file mode 100644 index 0000000..4989f93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-recent.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-open-remote.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-remote.svg new file mode 100644 index 0000000..8e60aeb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-open-remote.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-open.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-open.svg new file mode 100644 index 0000000..d8351d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-open.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-preview-archive.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-preview-archive.svg new file mode 100644 index 0000000..57e5b7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-preview-archive.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-print-direct.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-print-direct.svg new file mode 100644 index 0000000..772d6fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-print-direct.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-print-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-print-frame.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-print-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-print-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-print-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-print.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-print.svg new file mode 100644 index 0000000..4a9252f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-print.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-revert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-revert.svg new file mode 100644 index 0000000..08c2ec8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-revert.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-save-all.svg new file mode 100644 index 0000000..bbbcfc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-save-all.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-save-as.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-save-as.svg new file mode 100644 index 0000000..7a25368 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-save-as.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-save.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-save.svg new file mode 100644 index 0000000..510b092 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-save.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-share.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-share.svg new file mode 100644 index 0000000..6929bb7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-share.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-sign.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-sign.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/document-swap.svg b/breeze-icons-5.21.0/icons-dark/actions/16/document-swap.svg new file mode 100644 index 0000000..e2b617c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/document-swap.svg @@ -0,0 +1,420 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/documentation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/documentation.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/documentation.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/documentinfo.svg b/breeze-icons-5.21.0/icons-dark/actions/16/documentinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/download-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/download-amarok.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/download-amarok.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/download-later.svg b/breeze-icons-5.21.0/icons-dark/actions/16/download-later.svg new file mode 100644 index 0000000..34c4672 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/download-later.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/download.svg b/breeze-icons-5.21.0/icons-dark/actions/16/download.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/download.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-back.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-back.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-back.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-down.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-forward.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-forward.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-up.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-bezier-curves.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-bezier-curves.svg new file mode 100644 index 0000000..8ef4d8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-bezier-curves.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-brush.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-brush.svg new file mode 100644 index 0000000..0c21af0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-brush.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-circle.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-circle.svg new file mode 100644 index 0000000..50df4ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-circle.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-connector.svg new file mode 100644 index 0000000..d27e06a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-connector.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-cross.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-cross.svg new file mode 100644 index 0000000..8f37c0e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-cross.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-cuboid.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-cuboid.svg new file mode 100644 index 0000000..152d0dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-cuboid.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-donut.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-donut.svg new file mode 100644 index 0000000..649b31f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-donut.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-arc.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-arc.svg new file mode 100644 index 0000000..26d7c32 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-arc.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-segment.svg new file mode 100644 index 0000000..8f54793 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-segment.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-whole.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-whole.svg new file mode 100644 index 0000000..ad0ce3d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse-whole.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse.svg new file mode 100644 index 0000000..1b7450e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-ellipse.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-eraser-delete-objects.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-eraser-delete-objects.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-eraser-delete-objects.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-eraser.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-eraser.svg new file mode 100644 index 0000000..8d9b484 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-eraser.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-freehand.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-freehand.svg new file mode 100644 index 0000000..beea2eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-freehand.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle1.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle1.svg new file mode 100644 index 0000000..3537099 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle1.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle2.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle2.svg new file mode 100644 index 0000000..7cf20cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle2.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle3.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle3.svg new file mode 100644 index 0000000..20b7616 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle3.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle4.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle4.svg new file mode 100644 index 0000000..486bbbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-halfcircle4.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-line.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-line.svg new file mode 100644 index 0000000..3953184 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-line.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-path.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-path.svg new file mode 100644 index 0000000..f69d78a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-path.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-polygon-star.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-polygon-star.svg new file mode 100644 index 0000000..124768a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-polygon-star.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-polygon.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-polygon.svg new file mode 100644 index 0000000..7130f2a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-polygon.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-polyline.svg new file mode 100644 index 0000000..c822abf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-polyline.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-rectangle.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-rectangle.svg new file mode 100644 index 0000000..5c0a9bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-rectangle.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-spiral.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-spiral.svg new file mode 100644 index 0000000..54f015e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-spiral.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-square-inverted-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-square-inverted-corners.svg new file mode 100644 index 0000000..3c0951f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-square-inverted-corners.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-star.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-star.svg new file mode 100644 index 0000000..12dd749 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-star.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-text.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-text.svg new file mode 100644 index 0000000..8f8e50a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-text.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle.svg new file mode 100644 index 0000000..6448028 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle1.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle1.svg new file mode 100644 index 0000000..a874722 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle1.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle2.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle2.svg new file mode 100644 index 0000000..abbffb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle2.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle3.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle3.svg new file mode 100644 index 0000000..926ff96 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle3.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle4.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle4.svg new file mode 100644 index 0000000..3f007c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-triangle4.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/draw-watercolor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/draw-watercolor.svg new file mode 100644 index 0000000..9fbcebe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/draw-watercolor.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/dynamic-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/dynamic-amarok.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-bomb.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-bomb.svg new file mode 100644 index 0000000..30a4cd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-bomb.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-history.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-history.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-history.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-list.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-list.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-list.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-locationbar-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-locationbar-ltr.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-locationbar-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-locationbar-rtl.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear.svg new file mode 100644 index 0000000..9aa5ccb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clear.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clone-unlink.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clone-unlink.svg new file mode 100644 index 0000000..08a3e3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clone-unlink.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-clone.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clone.svg new file mode 100644 index 0000000..c1f71e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-clone.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-comment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-comment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-copy.svg new file mode 100644 index 0000000..4d8e2e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-copy.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-cut.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-cut.svg new file mode 100644 index 0000000..c635ad3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-cut.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-delete-shred.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-delete-shred.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-delete-shred.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-delete.svg new file mode 100644 index 0000000..5c810b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-delete.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-download.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-download.svg new file mode 100644 index 0000000..c06b49d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-download.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-duplicate.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-duplicate.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-entry.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-entry.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-entry.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-mail.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-mail.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-project.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-project.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-replace.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-replace.svg new file mode 100644 index 0000000..aa696e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-replace.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-user.svg new file mode 120000 index 0000000..12af19e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find-user.svg @@ -0,0 +1 @@ +./edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-find.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find.svg new file mode 100644 index 0000000..2d9bdab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-find.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-guides.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-guides.svg new file mode 100644 index 0000000..eef0760 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-guides.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-add.svg new file mode 100644 index 0000000..601b1d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-add.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-detect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-detect.svg new file mode 100644 index 0000000..ae45ef5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-detect.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-recognize.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-recognize.svg new file mode 100644 index 0000000..523f143 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-recognize.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-show.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-show.svg new file mode 100644 index 0000000..7b92f2c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-image-face-show.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-link.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-link.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-link.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-map.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-map.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-map.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-node.svg new file mode 100644 index 0000000..8a2252e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-node.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste-in-place.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste-in-place.svg new file mode 100644 index 0000000..ff4dd15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste-in-place.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste-style.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste-style.svg new file mode 100644 index 0000000..a264a38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste-style.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste.svg new file mode 100644 index 0000000..c64db89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-paste.svg @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-redo.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-redo.svg new file mode 100644 index 0000000..253d2c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-redo.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-rename.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-rename.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-rename.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-all-layers.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-all-layers.svg new file mode 100644 index 0000000..96e2d34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-all-layers.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-all.svg new file mode 100644 index 0000000..be68e61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-all.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-invert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-invert.svg new file mode 100644 index 0000000..a6340f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-invert.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-none.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-none.svg new file mode 100644 index 0000000..4752bdd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-none.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-original.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-original.svg new file mode 100644 index 0000000..041694f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select-original.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-select.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select.svg new file mode 100644 index 0000000..6218624 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-select.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-cell-merge.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-cell-merge.svg new file mode 100644 index 0000000..4c929bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-cell-merge.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-cell-split.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-cell-split.svg new file mode 100644 index 0000000..69b0684 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-cell-split.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-delete-column.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-delete-column.svg new file mode 100644 index 0000000..f6972b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-delete-column.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-delete-row.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-delete-row.svg new file mode 100644 index 0000000..152542d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-delete-row.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-column-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-column-left.svg new file mode 100644 index 0000000..33dc30e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-column-left.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-column-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-column-right.svg new file mode 100644 index 0000000..bc2f213 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-column-right.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-above.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-above.svg new file mode 100644 index 0000000..d4213d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-above.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-below.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-below.svg new file mode 100644 index 0000000..9c5fb3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-below.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-under.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-under.svg new file mode 100644 index 0000000..e10bd81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-table-insert-row-under.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-text-frame-update.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-text-frame-update.svg new file mode 100644 index 0000000..8ff85a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-text-frame-update.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-undo-history.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-undo-history.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-undo-history.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/edit-undo.svg b/breeze-icons-5.21.0/icons-dark/actions/16/edit-undo.svg new file mode 100644 index 0000000..f2c7795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/edit-undo.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/editimage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/editimage.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/editimage.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/editor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/editor.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/editor.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/end_of_life.svg b/breeze-icons-5.21.0/icons-dark/actions/16/end_of_life.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/end_of_life.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/end_state.svg b/breeze-icons-5.21.0/icons-dark/actions/16/end_state.svg new file mode 120000 index 0000000..82214a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/end_state.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/entity.svg b/breeze-icons-5.21.0/icons-dark/actions/16/entity.svg new file mode 100644 index 0000000..b319563 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/entity.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/entry-clone.svg b/breeze-icons-5.21.0/icons-dark/actions/16/entry-clone.svg new file mode 120000 index 0000000..057bb99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/entry-clone.svg @@ -0,0 +1 @@ +edit-clone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/entry-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/entry-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/entry-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/entry-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/entry-edit.svg new file mode 100644 index 0000000..c03f2ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/entry-edit.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/enum.svg b/breeze-icons-5.21.0/icons-dark/actions/16/enum.svg new file mode 120000 index 0000000..7857e22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/enum.svg @@ -0,0 +1 @@ +code-variable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/error.svg b/breeze-icons-5.21.0/icons-dark/actions/16/error.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/error.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-all.svg new file mode 100644 index 0000000..ec6785b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-all.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-down.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-down.svg new file mode 100644 index 0000000..df8d442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-down.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-horizontal.svg new file mode 100644 index 0000000..73eede0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-horizontal.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-left.svg new file mode 100644 index 0000000..db4e15b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-left.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-right.svg new file mode 100644 index 0000000..e00a6ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-right.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-up.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-up.svg new file mode 100644 index 0000000..1a3d4ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-up.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-vertical.svg new file mode 100644 index 0000000..52b3219 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/escape-direction-vertical.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/exception.svg b/breeze-icons-5.21.0/icons-dark/actions/16/exception.svg new file mode 100644 index 0000000..b5c758e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/exception.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/exifinfo.svg b/breeze-icons-5.21.0/icons-dark/actions/16/exifinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/favorite-genres-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/favorite-genres-amarok.svg new file mode 100644 index 0000000..acd9c15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/favorite-genres-amarok.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/feed-subscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/16/feed-subscribe.svg new file mode 100644 index 0000000..69f5473 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/feed-subscribe.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/file-zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/16/file-zoom-in.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/file-zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/file-zoom-out.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-album-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-album-amarok.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-and-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-and-amarok.svg new file mode 100644 index 0000000..4c309bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-and-amarok.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-bpm-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-bpm-amarok.svg new file mode 100644 index 0000000..9557779 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-bpm-amarok.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-comment-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-comment-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-composer-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-composer-amarok.svg new file mode 120000 index 0000000..c2db299 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-dash-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-dash-amarok.svg new file mode 100644 index 0000000..61aa26d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-dash-amarok.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-discnumber-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-discnumber-amarok.svg new file mode 100644 index 0000000..0c0f9d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-discnumber-amarok.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-divider.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-divider.svg new file mode 100644 index 0000000..ae4741c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-divider.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-dot-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-dot-amarok.svg new file mode 100644 index 0000000..99cd96a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-dot-amarok.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-filetype-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-filetype-amarok.svg new file mode 100644 index 0000000..b745241 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-filetype-amarok.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-genre-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-genre-amarok.svg new file mode 120000 index 0000000..597fac1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-group-length.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-group-length.svg new file mode 100644 index 0000000..e9dcd3d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-group-length.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-group-tracks.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-group-tracks.svg new file mode 100644 index 0000000..2afa1b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-group-tracks.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-ignore-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-ignore-amarok.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-ignore-amarok.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-initial-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-initial-amarok.svg new file mode 100644 index 0000000..49e062e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-initial-amarok.svg @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-last-played.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-last-played.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-moodbar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-moodbar.svg new file mode 100644 index 0000000..49e3485 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-moodbar.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-sample-rate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-sample-rate.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-sample-rate.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-slash-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-slash-amarok.svg new file mode 100644 index 0000000..f47d83b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-slash-amarok.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-space-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-space-amarok.svg new file mode 100644 index 0000000..3b245e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-space-amarok.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-title-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-title-amarok.svg new file mode 100644 index 0000000..7925f8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-title-amarok.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-track-amarok.svg new file mode 120000 index 0000000..324bd1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-underscore-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-underscore-amarok.svg new file mode 100644 index 0000000..1afc237 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-underscore-amarok.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/filename-year-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/filename-year-amarok.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/fileview-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/16/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/fill-color.svg b/breeze-icons-5.21.0/icons-dark/actions/16/fill-color.svg new file mode 100644 index 0000000..9c9f7d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/fill-color.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/fill-rule-even-odd.svg b/breeze-icons-5.21.0/icons-dark/actions/16/fill-rule-even-odd.svg new file mode 100644 index 0000000..a13b38a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/fill-rule-even-odd.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/fill-rule-nonzero.svg b/breeze-icons-5.21.0/icons-dark/actions/16/fill-rule-nonzero.svg new file mode 100644 index 0000000..42e6e15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/fill-rule-nonzero.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/final_activity.svg b/breeze-icons-5.21.0/icons-dark/actions/16/final_activity.svg new file mode 100644 index 0000000..b391d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/final_activity.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flag-black.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flag-black.svg new file mode 100644 index 0000000..bd2f6aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flag-black.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flag-blue.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flag-blue.svg new file mode 100644 index 0000000..76c974c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flag-blue.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flag-green.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flag-green.svg new file mode 100644 index 0000000..b584b97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flag-green.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flag-red.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flag-red.svg new file mode 100644 index 0000000..b145809 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flag-red.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flag-yellow.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flag-yellow.svg new file mode 100644 index 0000000..382781a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flag-yellow.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flag.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flag.svg new file mode 100644 index 0000000..c4c450e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flag.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/flash.svg b/breeze-icons-5.21.0/icons-dark/actions/16/flash.svg new file mode 100644 index 0000000..d9db8ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/flash.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/folder-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/folder-new.svg new file mode 100644 index 0000000..d8da7a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/folder-new.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/folder-sync.svg b/breeze-icons-5.21.0/icons-dark/actions/16/folder-sync.svg new file mode 100644 index 0000000..1d7ba78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/folder-sync.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/followmouse.svg b/breeze-icons-5.21.0/icons-dark/actions/16/followmouse.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/foreign_green.svg b/breeze-icons-5.21.0/icons-dark/actions/16/foreign_green.svg new file mode 100644 index 0000000..d933a4a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/foreign_green.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/foreign_red.svg b/breeze-icons-5.21.0/icons-dark/actions/16/foreign_red.svg new file mode 100644 index 0000000..4e49dca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/foreign_red.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/foreignkey_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/foreignkey_constraint.svg new file mode 100644 index 0000000..1cfa5ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/foreignkey_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/fork.svg b/breeze-icons-5.21.0/icons-dark/actions/16/fork.svg new file mode 100644 index 0000000..13c16ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/fork.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-add-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-add-node.svg new file mode 100644 index 0000000..7ae6ea4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-add-node.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-bottom.svg new file mode 100644 index 0000000..c55be33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-bottom.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-center.svg new file mode 100644 index 0000000..7eccb2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-center.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-top.svg new file mode 100644 index 0000000..152ff5b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-align-vertical-top.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-all.svg new file mode 100644 index 0000000..0c9cd28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-all.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-bottom.svg new file mode 100644 index 0000000..7e85670 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-bottom.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-diagonal-bl-tr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-diagonal-bl-tr.svg new file mode 100644 index 0000000..6e8e9b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-diagonal-bl-tr.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-diagonal-tl-br.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-diagonal-tl-br.svg new file mode 100644 index 0000000..d5993dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-diagonal-tl-br.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-external.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-external.svg new file mode 100644 index 0000000..e78f64a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-external.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal-horizontal.svg new file mode 100644 index 0000000..484101e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal-horizontal.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal-vertical.svg new file mode 100644 index 0000000..6721aae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal-vertical.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal.svg new file mode 100644 index 0000000..5d448e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-internal.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-left.svg new file mode 100644 index 0000000..0e0c2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-left.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-none.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-none.svg new file mode 100644 index 0000000..591cc45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-none.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-right.svg new file mode 100644 index 0000000..6757951 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-right.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-top.svg new file mode 100644 index 0000000..b799d5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-set-top.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-border-style.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-style.svg new file mode 100644 index 0000000..e879a83 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-border-style.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-break-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-break-node.svg new file mode 100644 index 0000000..5582084 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-break-node.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-connect-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-connect-node.svg new file mode 100644 index 0000000..fe6a8de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-connect-node.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-disconnect-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-disconnect-node.svg new file mode 100644 index 0000000..c92d6f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-disconnect-node.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-fill-color.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-fill-color.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-fill-color.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-font-size-less.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-font-size-less.svg new file mode 100644 index 0000000..aac04e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-font-size-less.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-font-size-more.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-font-size-more.svg new file mode 100644 index 0000000..d5f0b19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-font-size-more.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-indent-less.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-indent-less.svg new file mode 100644 index 0000000..99744f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-indent-less.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-indent-more.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-indent-more.svg new file mode 100644 index 0000000..2555293 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-indent-more.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-join-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-join-node.svg new file mode 100644 index 0000000..956d657 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-join-node.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-center.svg new file mode 100644 index 0000000..eccb019 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-center.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-fill.svg new file mode 100644 index 0000000..eb12e37 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-fill.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-left.svg new file mode 100644 index 0000000..28b4446 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-left.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-right.svg new file mode 100644 index 0000000..66bb0ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-justify-right.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-double.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-double.svg new file mode 100644 index 0000000..b7055eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-double.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-normal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-normal.svg new file mode 100644 index 0000000..a855991 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-normal.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-triple.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-triple.svg new file mode 100644 index 0000000..89607e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-line-spacing-triple.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-list-ordered.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-list-ordered.svg new file mode 100644 index 0000000..6556372 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-list-ordered.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-list-unordered.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-list-unordered.svg new file mode 100644 index 0000000..552d6ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-list-unordered.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-number-percent.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-number-percent.svg new file mode 100644 index 0000000..0505e7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-number-percent.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-precision-less.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-precision-less.svg new file mode 100644 index 0000000..698ca0f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-precision-less.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-precision-more.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-precision-more.svg new file mode 100644 index 0000000..a67618e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-precision-more.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-remove-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-remove-node.svg new file mode 100644 index 0000000..49b8f91 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-remove-node.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-stroke-color.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-stroke-color.svg new file mode 100644 index 0000000..9ac3a9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-stroke-color.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-blockquote.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-blockquote.svg new file mode 100644 index 0000000..6b255b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-blockquote.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-bold.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-bold.svg new file mode 100644 index 0000000..9b186d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-bold.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-capitalize.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-capitalize.svg new file mode 100644 index 0000000..a94b088 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-capitalize.svg @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-code.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-code.svg new file mode 100644 index 0000000..e9d48b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-code.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-color.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-color.svg new file mode 100644 index 0000000..ccdbb98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-color.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-horizontal.svg new file mode 100644 index 0000000..0c17e1a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-horizontal.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-ltr.svg new file mode 100644 index 0000000..8d3e3e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-ltr.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-rtl.svg new file mode 100644 index 0000000..a025a8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-rtl.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-vertical.svg new file mode 100644 index 0000000..3b556e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-direction-vertical.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-italic.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-italic.svg new file mode 100644 index 0000000..30a8805 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-italic.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-lowercase.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-lowercase.svg new file mode 100644 index 0000000..0098afe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-lowercase.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-strikethrough.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-strikethrough.svg new file mode 100644 index 0000000..0e8f45f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-strikethrough.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-subscript.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-subscript.svg new file mode 100644 index 0000000..1a3d229 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-subscript.svg @@ -0,0 +1,590 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-superscript.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-superscript.svg new file mode 100644 index 0000000..4b08a5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-superscript.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-symbol.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-symbol.svg new file mode 100644 index 0000000..bee784a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-symbol.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-underline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-underline.svg new file mode 100644 index 0000000..53b2be5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-underline.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/format-text-uppercase.svg b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-uppercase.svg new file mode 100644 index 0000000..7aba2be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/format-text-uppercase.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/formula.svg b/breeze-icons-5.21.0/icons-dark/actions/16/formula.svg new file mode 100644 index 0000000..c050dab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/formula.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-achievements.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-achievements.svg new file mode 100644 index 0000000..2b31316 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-achievements.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-config-background.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-config-board.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-board.svg new file mode 100644 index 0000000..29038ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-board.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-config-custom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-custom.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-custom.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-config-options.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-options.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-options.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-config-theme.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-theme.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-config-tiles.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-tiles.svg new file mode 100644 index 0000000..2798ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-config-tiles.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-difficult.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-difficult.svg new file mode 100644 index 0000000..c87a20b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-difficult.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-endturn.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-endturn.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-endturn.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-highscores.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-highscores.svg new file mode 100644 index 0000000..26a449b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-highscores.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-hint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-hint.svg new file mode 100644 index 0000000..be4a586 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-hint.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/games-solve.svg b/breeze-icons-5.21.0/icons-dark/actions/16/games-solve.svg new file mode 100644 index 0000000..430c0d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/games-solve.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/geany-build.svg b/breeze-icons-5.21.0/icons-dark/actions/16/geany-build.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/geany-close-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/geany-close-all.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/geany-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/geany-save-all.svg new file mode 120000 index 0000000..43e072f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/generalisation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/generalisation.svg new file mode 100644 index 0000000..ed4c810 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/generalisation.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/generalise.svg b/breeze-icons-5.21.0/icons-dark/actions/16/generalise.svg new file mode 100644 index 0000000..ed4c810 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/generalise.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/get-hot-new-stuff.svg b/breeze-icons-5.21.0/icons-dark/actions/16/get-hot-new-stuff.svg new file mode 100644 index 0000000..04f8bf9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/get-hot-new-stuff.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/globe.svg b/breeze-icons-5.21.0/icons-dark/actions/16/globe.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/globe.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-bottom.svg new file mode 100644 index 0000000..eb7cd46 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-bottom.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-down-search.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-down-search.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-down-search.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-down.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-down.svg new file mode 100644 index 0000000..a53f393 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-down.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-first-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-first-view-page.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-first-view.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-first-view.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-first.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-first.svg new file mode 100644 index 0000000..89e593a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-first.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-home-large.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-home-large.svg new file mode 120000 index 0000000..5cbdae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-home.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-home.svg new file mode 100644 index 0000000..4079fe9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-home.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-declaration.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-declaration.svg new file mode 100644 index 0000000..dbd3de4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-declaration.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-definition.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-definition.svg new file mode 100644 index 0000000..5d872bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-definition.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-locationbar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-locationbar.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-today.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-today.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-jump.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump.svg new file mode 100644 index 0000000..6c75a2f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-jump.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-last-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-last-view-page.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-last-view.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-last-view.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-last.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-last.svg new file mode 100644 index 0000000..1098a92 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-last.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-next-context.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-context.svg new file mode 100644 index 0000000..3fdd2e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-context.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-next-use.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-use.svg new file mode 100644 index 0000000..c5a5243 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-use.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-next-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-view-page.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-next-view.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-view.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-next.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-next.svg new file mode 100644 index 0000000..9aa2e58 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-next.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-parent-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-parent-folder.svg new file mode 100644 index 0000000..1806f3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-parent-folder.svg @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-context.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-context.svg new file mode 100644 index 0000000..2ecd0e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-context.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-use.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-use.svg new file mode 100644 index 0000000..cf77ef8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-use.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-view-page.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-view.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-view.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous.svg new file mode 100644 index 0000000..e92bece --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-previous.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-top.svg new file mode 100644 index 0000000..8fa654e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-top.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-up-search.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-up-search.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-up-search.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/go-up.svg b/breeze-icons-5.21.0/icons-dark/actions/16/go-up.svg new file mode 100644 index 0000000..ea212cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/go-up.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gpg.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gpg.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gpg.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gpgsm.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gpgsm.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gpgsm.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gps.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gps.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/grid-axonometric.svg b/breeze-icons-5.21.0/icons-dark/actions/16/grid-axonometric.svg new file mode 100644 index 0000000..9ed313c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/grid-axonometric.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/grid-rectangular.svg b/breeze-icons-5.21.0/icons-dark/actions/16/grid-rectangular.svg new file mode 100644 index 0000000..a94fa2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/grid-rectangular.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/group-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/group-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/group-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/group-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/group-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/group-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/group-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/group-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-apply.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-apply.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-authentication.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-authentication.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-authentication.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-bold.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-bold.svg new file mode 120000 index 0000000..3921884 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-cancel.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-cancel.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-cdrom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-cdrom.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-clear.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-clear.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-connect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-connect.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-convert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-convert.svg new file mode 100644 index 0000000..7ac2610 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-convert.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-disconnect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-disconnect.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-execute.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-execute.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-execute.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-floppy.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-floppy.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-index.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-index.svg new file mode 100644 index 0000000..66cb05a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-index.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-no.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-no.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-ok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-preferences.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-preferences.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-preferences.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-quit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-quit.svg new file mode 120000 index 0000000..514fcfb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-quit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-select-color.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-select-color.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-select-font.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-select-font.svg new file mode 100644 index 0000000..576403e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-select-font.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-stop.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-stop.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-undelete-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-undelete-ltr.svg new file mode 120000 index 0000000..88a18b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-undelete-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-undelete-rtl.svg new file mode 120000 index 0000000..a13a878 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/gtk-yes.svg b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-yes.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/gtk-yes.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/guides.svg b/breeze-icons-5.21.0/icons-dark/actions/16/guides.svg new file mode 120000 index 0000000..520ecec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/guides.svg @@ -0,0 +1 @@ +snap-guideline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-about.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-about.svg new file mode 100644 index 0000000..9ea7f41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-about.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-contents.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-contents.svg new file mode 120000 index 0000000..442e3fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-contents.svg @@ -0,0 +1 @@ +../../apps/16/system-help.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-contextual.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-contextual.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-contextual.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-donate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-feedback.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-feedback.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-hint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-hint.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/help-whatsthis.svg b/breeze-icons-5.21.0/icons-dark/actions/16/help-whatsthis.svg new file mode 100644 index 0000000..6ab7712 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/help-whatsthis.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/hidemouse.svg b/breeze-icons-5.21.0/icons-dark/actions/16/hidemouse.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/hint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/hint.svg new file mode 100644 index 0000000..98297ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/hint.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/identity.svg b/breeze-icons-5.21.0/icons-dark/actions/16/identity.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-aim.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-aim.svg new file mode 100644 index 0000000..c4fa59c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-aim.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-ban-kick-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-ban-kick-user.svg new file mode 100644 index 0000000..56e849c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-ban-kick-user.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-ban-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-ban-user.svg new file mode 120000 index 0000000..9861f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-ban-user.svg @@ -0,0 +1 @@ +./list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-facebook.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-facebook.svg new file mode 100644 index 0000000..c3fffdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-facebook.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-icq.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-icq.svg new file mode 100644 index 0000000..0ecf985 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-icq.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-identi.ca.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-identi.ca.svg new file mode 100644 index 0000000..f15d722 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-identi.ca.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-invisible-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-invisible-user.svg new file mode 100644 index 0000000..29b65e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-invisible-user.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-irc.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-irc.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-irc.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-jabber.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-jabber.svg new file mode 120000 index 0000000..d31bb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-jabber.svg @@ -0,0 +1 @@ +games-hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-kick-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-kick-user.svg new file mode 100644 index 0000000..6e41106 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-kick-user.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-msn.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-msn.svg new file mode 100644 index 0000000..2e5a47c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-msn.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-qq.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-qq.svg new file mode 100644 index 0000000..d8ff106 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-qq.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-skype.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-skype.svg new file mode 100644 index 0000000..482873f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-skype.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-twitter.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-twitter.svg new file mode 100644 index 0000000..0abcda1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-twitter.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-user-away.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-away.svg new file mode 100644 index 0000000..d4ad1be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-away.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-user-busy.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-busy.svg new file mode 100644 index 0000000..a0ee1dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-busy.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-user-offline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-offline.svg new file mode 100644 index 0000000..d6dfd05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-offline.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-user-online.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-online.svg new file mode 100644 index 0000000..c9c2d10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-user-online.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-user.svg new file mode 100644 index 0000000..a8e75ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-user.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/im-yahoo.svg b/breeze-icons-5.21.0/icons-dark/actions/16/im-yahoo.svg new file mode 100644 index 0000000..6ac31f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/im-yahoo.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/imagecomment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/imagecomment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/initial_state.svg b/breeze-icons-5.21.0/icons-dark/actions/16/initial_state.svg new file mode 120000 index 0000000..a0af194 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/initial_state.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-button.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-button.svg new file mode 100644 index 0000000..7a417b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-button.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-endnote.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-endnote.svg new file mode 100644 index 0000000..e0d18c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-endnote.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-footnote.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-footnote.svg new file mode 100644 index 0000000..38f4b40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-footnote.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-horizontal-rule.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-horizontal-rule.svg new file mode 100644 index 0000000..9b3afb9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-horizontal-rule.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-image.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-image.svg new file mode 100644 index 0000000..a5d82b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-image.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-link.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-link.svg new file mode 100644 index 0000000..3e473b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-link.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-math-expression.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-math-expression.svg new file mode 100644 index 0000000..ab05c26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-math-expression.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-more-mark.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-more-mark.svg new file mode 100644 index 0000000..868e363 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-more-mark.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-page-break.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-page-break.svg new file mode 100644 index 0000000..f3c7b3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-page-break.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-table-of-contents.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-table-of-contents.svg new file mode 100644 index 0000000..cf0885f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-table-of-contents.svg @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-table-row.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-table-row.svg new file mode 120000 index 0000000..ff3e28d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-table-row.svg @@ -0,0 +1 @@ +edit-table-insert-row-above.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-table.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-table.svg new file mode 100644 index 0000000..730963f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-table.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-tableofcontents.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-tableofcontents.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-tableofcontents.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-text-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-text-frame.svg new file mode 100644 index 0000000..8542415 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-text-frame.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/insert-text.svg b/breeze-icons-5.21.0/icons-dark/actions/16/insert-text.svg new file mode 100644 index 0000000..1a21498 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/insert-text.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/installed.svg b/breeze-icons-5.21.0/icons-dark/actions/16/installed.svg new file mode 120000 index 0000000..a363b7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/installed.svg @@ -0,0 +1 @@ +package-reinstall.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/interface.svg b/breeze-icons-5.21.0/icons-dark/actions/16/interface.svg new file mode 120000 index 0000000..4b00663 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/interface.svg @@ -0,0 +1 @@ +edit-guides.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/internet-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/internet-amarok.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/internet-amarok.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/invertimage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/invertimage.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/irc-channel-active.svg b/breeze-icons-5.21.0/icons-dark/actions/16/irc-channel-active.svg new file mode 100644 index 0000000..3f61ab6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/irc-channel-active.svg @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/irc-channel-inactive.svg b/breeze-icons-5.21.0/icons-dark/actions/16/irc-channel-inactive.svg new file mode 100644 index 0000000..5fe06a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/irc-channel-inactive.svg @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/irc-close-channel.svg b/breeze-icons-5.21.0/icons-dark/actions/16/irc-close-channel.svg new file mode 120000 index 0000000..d96b05d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/irc-close-channel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/irc-join-channel.svg b/breeze-icons-5.21.0/icons-dark/actions/16/irc-join-channel.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/irc-join-channel.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/join.svg b/breeze-icons-5.21.0/icons-dark/actions/16/join.svg new file mode 100644 index 0000000..f0c72f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/join.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/journal-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/journal-new.svg new file mode 100644 index 0000000..c1045b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/journal-new.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/junction.svg b/breeze-icons-5.21.0/icons-dark/actions/16/junction.svg new file mode 100644 index 0000000..8e933c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/junction.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-add-slide-clip.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-add-slide-clip.svg new file mode 120000 index 0000000..b9ac114 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +tool-animator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-bottom.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-hor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-hor.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-hor.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-left.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-left.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-right.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-right.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-top.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-top.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-vert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-vert.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-align-vert.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-deleffect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-deleffect.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-deleffect.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-down.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-down.svg new file mode 120000 index 0000000..a8eb1b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-lock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-menu.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-menu.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-select-rects.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-select-rects.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-select-rects.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-select-tool.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-select-tool.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-select-tool.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-show-audiothumb.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-show-audiothumb.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-show-audiothumb.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-show-video.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-show-video.svg new file mode 120000 index 0000000..c7bf819 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-show-video.svg @@ -0,0 +1 @@ +../../places/16/folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-snap.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-snap.svg new file mode 120000 index 0000000..01df571 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-snap.svg @@ -0,0 +1 @@ +snap-extension.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-spacer-tool.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-spacer-tool.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-spacer-tool.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-unlock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-up.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-zoom-large.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-zoom-large.svg new file mode 120000 index 0000000..65f9aa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-zoom-large.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-zoom-small.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-zoom-small.svg new file mode 120000 index 0000000..0f72a05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kdenlive-zoom-small.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/key-enter.svg b/breeze-icons-5.21.0/icons-dark/actions/16/key-enter.svg new file mode 100644 index 0000000..a317a83 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/key-enter.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kmousetool_off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kmousetool_off.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kmousetool_off.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kmousetool_on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kmousetool_on.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kmousetool_on.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kmouth-phrase.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kmouth-phrase.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/knotes_alarm.svg b/breeze-icons-5.21.0/icons-dark/actions/16/knotes_alarm.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/knotes_date.svg b/breeze-icons-5.21.0/icons-dark/actions/16/knotes_date.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/knotes_delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/knotes_delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/knotes_delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kontes_close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kontes_close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kontes_close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_combine.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_combine.svg new file mode 100644 index 0000000..d411033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_combine.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_comparedirs.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_comparedirs.svg new file mode 100644 index 0000000..acd600f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_comparedirs.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_diskusage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_diskusage.svg new file mode 100644 index 0000000..b076222 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_diskusage.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_jumpback.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_jumpback.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_mountman.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_mountman.svg new file mode 100644 index 0000000..57b90e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_mountman.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_setjumpback.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_setjumpback.svg new file mode 120000 index 0000000..76b6809 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_syncbrowse_off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_syncbrowse_off.svg new file mode 100644 index 0000000..3710c2a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_syncbrowse_off.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_syncbrowse_on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_syncbrowse_on.svg new file mode 100644 index 0000000..1d43558 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_syncbrowse_on.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kr_unselect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kr_unselect.svg new file mode 100644 index 0000000..8e2174d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kr_unselect.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-bandwidth-scheduler.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-bandwidth-scheduler.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-change-tracker.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-change-tracker.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-check-data.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-check-data.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-check-data.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-encrypted.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-encrypted.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-info-widget.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-info-widget.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-pause.svg new file mode 120000 index 0000000..020f415 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-restore-defaults.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-restore-defaults.svg new file mode 120000 index 0000000..c4692e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-restore-defaults.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-set-max-download-speed.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-set-max-download-speed.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-set-max-upload-speed.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-set-max-upload-speed.svg new file mode 100644 index 0000000..da31b20 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-set-max-upload-speed.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-show-statusbar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-show-statusbar.svg new file mode 120000 index 0000000..ae70e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-start.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/kt-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/kt-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/ktnef_extract_to.svg b/breeze-icons-5.21.0/icons-dark/actions/16/ktnef_extract_to.svg new file mode 120000 index 0000000..da21a89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/ktnef_extract_to.svg @@ -0,0 +1 @@ +archive-extract.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/label-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/label-amarok.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-x.svg b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-y.svg b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/labplot-cursor-arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/labplot-format-text-symbol.svg b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-format-text-symbol.svg new file mode 120000 index 0000000..5d66639 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/labplot-transform-move.svg b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-transform-move.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/languages.svg b/breeze-icons-5.21.0/icons-dark/actions/16/languages.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/languages.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-bottom.svg new file mode 100644 index 0000000..7d8d067 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-bottom.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-delete.svg new file mode 100644 index 0000000..e8aafc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-delete.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-duplicate.svg new file mode 100644 index 0000000..22c2b39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-duplicate.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-lower.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-lower.svg new file mode 100644 index 0000000..fa9dfdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-lower.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-new.svg new file mode 100644 index 0000000..f0b7a54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-new.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-next.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-next.svg new file mode 100644 index 0000000..6146a5b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-next.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-previous.svg new file mode 100644 index 0000000..ec5c774 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-previous.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-raise.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-raise.svg new file mode 100644 index 0000000..edab165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-raise.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-rename.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-rename.svg new file mode 120000 index 0000000..9b67d6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-rename.svg @@ -0,0 +1 @@ +edit-rename.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-top.svg new file mode 100644 index 0000000..6e84d28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-top.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-visible-off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-visible-off.svg new file mode 100644 index 0000000..88279ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-visible-off.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/layer-visible-on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/layer-visible-on.svg new file mode 100644 index 0000000..37dfe77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/layer-visible-on.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/license.svg b/breeze-icons-5.21.0/icons-dark/actions/16/license.svg new file mode 100644 index 0000000..9d942ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/license.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/lighttable.svg b/breeze-icons-5.21.0/icons-dark/actions/16/lighttable.svg new file mode 100644 index 0000000..4bda1d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/lighttable.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/lighttableadd.svg b/breeze-icons-5.21.0/icons-dark/actions/16/lighttableadd.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/lines-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/16/lines-connector.svg new file mode 100644 index 0000000..da01fa6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/lines-connector.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/list-add-font.svg b/breeze-icons-5.21.0/icons-dark/actions/16/list-add-font.svg new file mode 100644 index 0000000..03c6eb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/list-add-font.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/list-add-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/list-add-user.svg new file mode 100644 index 0000000..c41f38c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/list-add-user.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/list-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/list-add.svg new file mode 100644 index 0000000..8900e45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/list-add.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/list-remove-user.svg b/breeze-icons-5.21.0/icons-dark/actions/16/list-remove-user.svg new file mode 100644 index 0000000..96755de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/list-remove-user.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/list-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/list-remove.svg new file mode 100644 index 0000000..fc9315f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/list-remove.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/list-resource-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/list-resource-add.svg new file mode 120000 index 0000000..ff7249b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/list-resource-add.svg @@ -0,0 +1 @@ +list-add-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/lock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/love-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/love-amarok.svg new file mode 100644 index 0000000..0d4273e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/love-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-attachment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-attachment.svg new file mode 100644 index 0000000..d289600 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-attachment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted-full.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted-full.svg new file mode 100644 index 0000000..3362a3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted-full.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted-part.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted-part.svg new file mode 100644 index 0000000..09bef38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted-part.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted.svg new file mode 120000 index 0000000..bab4595 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-flag.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-flag.svg new file mode 100644 index 0000000..bf044d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-flag.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-forward.svg new file mode 100644 index 0000000..11dbcbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-forward.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-forwarded-replied.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-forwarded-replied.svg new file mode 100644 index 0000000..dbfedaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-forwarded-replied.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-forwarded.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-forwarded.svg new file mode 100644 index 0000000..f8b2a5e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-forwarded.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-invitation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-invitation.svg new file mode 100644 index 0000000..b808533 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-invitation.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-important.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-important.svg new file mode 100644 index 0000000..46454fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-important.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-junk.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-junk.svg new file mode 100644 index 0000000..93eaa9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-junk.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-notjunk.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-notjunk.svg new file mode 100644 index 0000000..26a7ae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-notjunk.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-read.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-read.svg new file mode 100644 index 0000000..a0c8e19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-read.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-task.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-task.svg new file mode 100644 index 0000000..c6a6046 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-task.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-unread-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-unread-new.svg new file mode 100644 index 0000000..f73027a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-unread-new.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-unread.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-unread.svg new file mode 100644 index 0000000..4421d91 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-mark-unread.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-meeting-request-reply.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-meeting-request-reply.svg new file mode 100644 index 0000000..0f5b11c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-meeting-request-reply.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-message-new-list.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-message-new-list.svg new file mode 100644 index 0000000..d59d204 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-message-new-list.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-message-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-message-new.svg new file mode 100644 index 0000000..627a9de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-message-new.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-queue.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-queue.svg new file mode 100644 index 0000000..f07eea8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-queue.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-receive.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-receive.svg new file mode 100644 index 0000000..7e2dde8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-receive.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-replied.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-replied.svg new file mode 100644 index 0000000..dad349d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-replied.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-all.svg new file mode 100644 index 0000000..924272d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-all.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-custom-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-custom-all.svg new file mode 100644 index 0000000..de8f82e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-custom-all.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-custom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-custom.svg new file mode 100644 index 0000000..598c80d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-custom.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-list.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-list.svg new file mode 100644 index 0000000..3e9ce31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-list.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-sender.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-sender.svg new file mode 100644 index 0000000..c0d39cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-reply-sender.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-send.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-send.svg new file mode 100644 index 0000000..ec6e7b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-send.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-signature-unknown.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signature-unknown.svg new file mode 100644 index 0000000..2b03bd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signature-unknown.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-full.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-full.svg new file mode 100644 index 0000000..1aacc44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-full.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-fully.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-fully.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-part.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-part.svg new file mode 100644 index 0000000..71e7935 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-part.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-verified.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-verified.svg new file mode 100644 index 0000000..e621ad0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed-verified.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mail-tagged.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mail-tagged.svg new file mode 100644 index 0000000..10a388c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mail-tagged.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/markasblank.svg b/breeze-icons-5.21.0/icons-dark/actions/16/markasblank.svg new file mode 100644 index 0000000..867c635 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/markasblank.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/measure.svg b/breeze-icons-5.21.0/icons-dark/actions/16/measure.svg new file mode 100644 index 0000000..366a765 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/measure.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-album-cover-manager-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-cover-manager-amarok.svg new file mode 100644 index 0000000..af2f027 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-cover-manager-amarok.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-album-cover.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-cover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-album-repeat-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-repeat-amarok.svg new file mode 120000 index 0000000..cf79da2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-album-track.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-track.svg new file mode 100644 index 0000000..6eca875 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-album-track.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-eject.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-eject.svg new file mode 100644 index 0000000..dba95d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-eject.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-mount.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-mount.svg new file mode 100644 index 0000000..f2e744c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-mount.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-pause.svg new file mode 100644 index 0000000..0d5016c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-pause.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-start.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-start.svg new file mode 100644 index 0000000..453b07a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-start.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-stop.svg new file mode 100644 index 0000000..e60ad64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-playback-stop.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-repeat-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-repeat-amarok.svg new file mode 120000 index 0000000..8bb4aca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-repeat.svg new file mode 100644 index 0000000..3e46ae4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-repeat.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-shuffle.svg new file mode 100644 index 0000000..44d86c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-playlist-shuffle.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-random-albums-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-random-albums-amarok.svg new file mode 100644 index 0000000..ec9a8a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-random-albums-amarok.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-random-tracks-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-random-tracks-amarok.svg new file mode 100644 index 0000000..aa3fe0d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-random-tracks-amarok.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-record.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-record.svg new file mode 100644 index 0000000..29ae396 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-record.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-album-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-album-amarok.svg new file mode 100644 index 0000000..805d005 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-album-amarok.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-playlist-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-playlist-amarok.svg new file mode 100644 index 0000000..5c3c1b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-playlist-amarok.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-track-amarok.svg new file mode 100644 index 0000000..328d6e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-repeat-track-amarok.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-seek-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-seek-backward.svg new file mode 100644 index 0000000..f3bb963 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-seek-backward.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-seek-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-seek-forward.svg new file mode 100644 index 0000000..6d6bd9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-seek-forward.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-show-active-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-show-active-track-amarok.svg new file mode 100644 index 0000000..968f4ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-show-active-track-amarok.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-skip-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-skip-backward.svg new file mode 100644 index 0000000..153976c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-skip-backward.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-skip-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-skip-forward.svg new file mode 100644 index 0000000..9e61f1a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-skip-forward.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-standard-track-progression-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-standard-track-progression-amarok.svg new file mode 120000 index 0000000..0c97893 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +format-list-ordered.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-track-add-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-add-amarok.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-track-edit-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-edit-amarok.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-edit-amarok.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-track-queue-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-queue-amarok.svg new file mode 100644 index 0000000..af2fb99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-queue-amarok.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/media-track-remove-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/meeting-attending-tentative.svg b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-attending-tentative.svg new file mode 100644 index 0000000..c1a679f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-attending-tentative.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/meeting-attending.svg b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-attending.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-attending.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/meeting-participant-no-response.svg b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-participant-no-response.svg new file mode 100644 index 0000000..60aabe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-participant-no-response.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/meeting-participant-request-response.svg b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-participant-request-response.svg new file mode 100644 index 0000000..edea309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/meeting-participant-request-response.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/menu_new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/menu_new.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/menu_new.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/merge.svg b/breeze-icons-5.21.0/icons-dark/actions/16/merge.svg new file mode 100644 index 0000000..d6cc9ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/merge.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/messagebox_warning.svg b/breeze-icons-5.21.0/icons-dark/actions/16/messagebox_warning.svg new file mode 100644 index 0000000..a426027 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/messagebox_warning.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mic-off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mic-off.svg new file mode 100644 index 0000000..b3f4aab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mic-off.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mic-on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mic-on.svg new file mode 100644 index 0000000..92805d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mic-on.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mic-ready.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mic-ready.svg new file mode 100644 index 0000000..63cc76f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mic-ready.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/milestone.svg b/breeze-icons-5.21.0/icons-dark/actions/16/milestone.svg new file mode 100644 index 0000000..c389b44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/milestone.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mode1.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mode1.svg new file mode 100644 index 0000000..0066357 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mode1.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mode2.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mode2.svg new file mode 100644 index 0000000..b6bb0c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mode2.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mode3.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mode3.svg new file mode 100644 index 0000000..5e0d294 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mode3.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mode4.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mode4.svg new file mode 100644 index 0000000..83ba807 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mode4.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/mode5.svg b/breeze-icons-5.21.0/icons-dark/actions/16/mode5.svg new file mode 100644 index 0000000..c494761 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/mode5.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/msgid2msgstr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/msgid2msgstr.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/msgid2msgstr.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/music-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/music-amarok.svg new file mode 120000 index 0000000..91b01fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/network-connect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/network-connect.svg new file mode 100644 index 0000000..92e478f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/network-connect.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/network-disconnect.svg b/breeze-icons-5.21.0/icons-dark/actions/16/network-disconnect.svg new file mode 100644 index 0000000..5f6befd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/network-disconnect.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/new-audio-alarm.svg b/breeze-icons-5.21.0/icons-dark/actions/16/new-audio-alarm.svg new file mode 100644 index 0000000..fa43b47 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/new-audio-alarm.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/newer.svg b/breeze-icons-5.21.0/icons-dark/actions/16/newer.svg new file mode 120000 index 0000000..580fe6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/newer.svg @@ -0,0 +1 @@ +package-upgrade.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/news-subscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/16/news-subscribe.svg new file mode 100644 index 0000000..abf4e8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/news-subscribe.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/news-unsubscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/16/news-unsubscribe.svg new file mode 100644 index 0000000..0f31acd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/news-unsubscribe.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/nocover.svg b/breeze-icons-5.21.0/icons-dark/actions/16/nocover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-add.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-add.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-break.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-break.svg new file mode 120000 index 0000000..c9d9a5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-break.svg @@ -0,0 +1 @@ +format-break-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-delete-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-delete.svg new file mode 120000 index 0000000..bd10261 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-delete.svg @@ -0,0 +1 @@ +format-remove-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-join-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-join.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-join.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-join.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-segment-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-segment-curve.svg new file mode 100644 index 0000000..05dbe5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-segment-curve.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-segment-line.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-segment-line.svg new file mode 100644 index 0000000..77c8bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-segment-line.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-transform.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-transform.svg new file mode 100644 index 0000000..03d5956 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-transform.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-type-auto-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-auto-smooth.svg new file mode 100644 index 0000000..5f0c301 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-auto-smooth.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-type-cusp.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-cusp.svg new file mode 100644 index 0000000..f955b54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-cusp.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-type-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-smooth.svg new file mode 100644 index 0000000..301284c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-smooth.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node-type-symmetric.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-symmetric.svg new file mode 100644 index 0000000..51b1d75 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node-type-symmetric.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/node.svg new file mode 100644 index 0000000..e7c7a24 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/node.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/noninstalled.svg b/breeze-icons-5.21.0/icons-dark/actions/16/noninstalled.svg new file mode 120000 index 0000000..e4eddd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/noninstalled.svg @@ -0,0 +1 @@ +package-available.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/note.svg b/breeze-icons-5.21.0/icons-dark/actions/16/note.svg new file mode 120000 index 0000000..4902174 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/note.svg @@ -0,0 +1 @@ +view-pim-notes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-center-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-center-calligra.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-left-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-left-calligra.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-right-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-right-calligra.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-bottom-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-bottom-calligra.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-bottom-top-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 0000000..18e5266 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-center-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-center-calligra.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-top-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-top-calligra.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-columns.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-columns.svg new file mode 100644 index 0000000..19d90df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-columns.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-fill.svg new file mode 100644 index 0000000..f4d1182 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-fill.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-flip-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-flip-horizontal.svg new file mode 100644 index 0000000..0160845 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-flip-horizontal.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-flip-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-flip-vertical.svg new file mode 100644 index 0000000..89bed3f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-flip-vertical.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-group-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-group-calligra.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-group.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-group.svg new file mode 100644 index 0000000..10052d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-group.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-hidden.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-hidden.svg new file mode 120000 index 0000000..01a8e77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-hidden.svg @@ -0,0 +1 @@ +layer-visible-off.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-locked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-locked.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-locked.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-back-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-back-calligra.svg new file mode 120000 index 0000000..485191c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-back-calligra.svg @@ -0,0 +1 @@ +object-order-back.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-back.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-back.svg new file mode 100644 index 0000000..77b1dc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-back.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-front-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-front-calligra.svg new file mode 120000 index 0000000..e810edf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-front-calligra.svg @@ -0,0 +1 @@ +object-order-front.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-front.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-front.svg new file mode 100644 index 0000000..b952866 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-front.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-lower-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-lower-calligra.svg new file mode 120000 index 0000000..f6961b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-lower-calligra.svg @@ -0,0 +1 @@ +object-order-lower.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-lower.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-lower.svg new file mode 100644 index 0000000..77b2e99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-lower.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-raise-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-raise-calligra.svg new file mode 120000 index 0000000..deb91cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-raise-calligra.svg @@ -0,0 +1 @@ +object-order-raise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-order-raise.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-raise.svg new file mode 100644 index 0000000..75d3e42 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-order-raise.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-rotate-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-rotate-left.svg new file mode 100644 index 0000000..23a8c07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-rotate-left.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-rotate-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-rotate-right.svg new file mode 100644 index 0000000..8d02dff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-rotate-right.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-rows.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-rows.svg new file mode 100644 index 0000000..65e3bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-rows.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-stroke-style.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-stroke-style.svg new file mode 100644 index 0000000..0279d71 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-stroke-style.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-stroke.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-stroke.svg new file mode 100644 index 0000000..f798131 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-stroke.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-to-path.svg new file mode 100644 index 0000000..e5579f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-to-path.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-ungroup-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-ungroup-calligra.svg new file mode 120000 index 0000000..a22f913 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-ungroup.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-ungroup.svg new file mode 100644 index 0000000..1b5d43d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-ungroup.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-unlocked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-unlocked.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-unlocked.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object-visible.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object-visible.svg new file mode 120000 index 0000000..6253426 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object-visible.svg @@ -0,0 +1 @@ +layer-visible-on.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/object_node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/object_node.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/object_node.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-focus-peak-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-focus-peak-node.svg new file mode 100644 index 0000000..66fbc31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-focus-peak-node.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-percentage.svg new file mode 100644 index 0000000..b44833a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-percentage.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-stacked.svg new file mode 100644 index 0000000..ab14674 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area-stacked.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area.svg new file mode 100644 index 0000000..26364cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-area.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar-percentage.svg new file mode 100644 index 0000000..14bd2bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar-percentage.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar-stacked.svg new file mode 100644 index 0000000..8157cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar-stacked.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar.svg new file mode 100644 index 0000000..00bfe2e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-bar.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line-percentage.svg new file mode 100644 index 0000000..6d6db50 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line-percentage.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line-stacked.svg new file mode 100644 index 0000000..496405d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line-stacked.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line.svg new file mode 100644 index 0000000..f87523e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-line.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-pie.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-pie.svg new file mode 100644 index 0000000..72af4a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-pie.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-polar-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-polar-stacked.svg new file mode 100644 index 0000000..80788a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-polar-stacked.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-polar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-polar.svg new file mode 100644 index 0000000..886d9eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-polar.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-ring.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-ring.svg new file mode 100644 index 0000000..53b3e0a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-ring.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-scatter.svg b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-scatter.svg new file mode 100644 index 0000000..1c522cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/office-chart-scatter.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/offline-settings.svg b/breeze-icons-5.21.0/icons-dark/actions/16/offline-settings.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/offline-settings.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/open-for-editing.svg b/breeze-icons-5.21.0/icons-dark/actions/16/open-for-editing.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/open-for-editing.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/outdated.svg b/breeze-icons-5.21.0/icons-dark/actions/16/outdated.svg new file mode 120000 index 0000000..76177cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/outdated.svg @@ -0,0 +1 @@ +package-installed-outdated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-available-locked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-available-locked.svg new file mode 100644 index 0000000..04c1845 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-available-locked.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-available.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-available.svg new file mode 100644 index 0000000..2807a72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-available.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-broken.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-broken.svg new file mode 100644 index 0000000..4c0a176 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-broken.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-downgrade.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-downgrade.svg new file mode 100644 index 0000000..b10bfd4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-downgrade.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-install.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-install.svg new file mode 100644 index 0000000..f635df9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-install.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-locked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-locked.svg new file mode 100644 index 0000000..2646b75 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-locked.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-outdated.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-outdated.svg new file mode 100644 index 0000000..af12913 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-outdated.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-updated.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-updated.svg new file mode 100644 index 0000000..116e7c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-installed-updated.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-new.svg new file mode 100644 index 0000000..092fd22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-new.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-purge.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-purge.svg new file mode 100644 index 0000000..e51e279 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-purge.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-reinstall.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-reinstall.svg new file mode 100644 index 0000000..65e4361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-reinstall.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-remove.svg new file mode 100644 index 0000000..8cdd308 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-remove.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package-upgrade.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package-upgrade.svg new file mode 100644 index 0000000..70bfed4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package-upgrade.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/package.svg b/breeze-icons-5.21.0/icons-dark/actions/16/package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/page-2sides.svg b/breeze-icons-5.21.0/icons-dark/actions/16/page-2sides.svg new file mode 100644 index 0000000..57d4874 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/page-2sides.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/page-3sides.svg b/breeze-icons-5.21.0/icons-dark/actions/16/page-3sides.svg new file mode 100644 index 0000000..84ca02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/page-3sides.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/page-4sides.svg b/breeze-icons-5.21.0/icons-dark/actions/16/page-4sides.svg new file mode 100644 index 0000000..693c384 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/page-4sides.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/page-simple.svg b/breeze-icons-5.21.0/icons-dark/actions/16/page-simple.svg new file mode 100644 index 0000000..f21c7fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/page-simple.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/page-zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/page-zoom.svg new file mode 120000 index 0000000..67400f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/page-zoom.svg @@ -0,0 +1 @@ +./zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-gradient-linear.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-gradient-linear.svg new file mode 100644 index 0000000..92a6e44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-gradient-linear.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-gradient-radial.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-gradient-radial.svg new file mode 100644 index 0000000..8650845 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-gradient-radial.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-none.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-none.svg new file mode 100644 index 0000000..eb2a44e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-none.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-pattern.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-pattern.svg new file mode 100644 index 0000000..d53be5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-pattern.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-solid.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-solid.svg new file mode 100644 index 0000000..7da3e5b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-solid.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-swatch.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-swatch.svg new file mode 100644 index 0000000..08a631f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-swatch.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/paint-unknown.svg b/breeze-icons-5.21.0/icons-dark/actions/16/paint-unknown.svg new file mode 100644 index 0000000..0071aed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/paint-unknown.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/password-generate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/password-generate.svg new file mode 120000 index 0000000..d00a899 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/password-generate.svg @@ -0,0 +1 @@ +playlist-generator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/password-show-off.svg b/breeze-icons-5.21.0/icons-dark/actions/16/password-show-off.svg new file mode 120000 index 0000000..5d72157 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/password-show-on.svg b/breeze-icons-5.21.0/icons-dark/actions/16/password-show-on.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/password-show-on.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-break-apart.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-break-apart.svg new file mode 100644 index 0000000..ecc1f5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-break-apart.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-clip-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-clip-edit.svg new file mode 100644 index 0000000..a2c9c74 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-clip-edit.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-combine.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-combine.svg new file mode 100644 index 0000000..0e51365 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-combine.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-cut.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-cut.svg new file mode 100644 index 0000000..c4cebe1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-cut.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-difference.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-difference.svg new file mode 100644 index 0000000..1532c07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-difference.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-division.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-division.svg new file mode 100644 index 0000000..2fff132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-division.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-effect-parameter-next.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-effect-parameter-next.svg new file mode 100644 index 0000000..ae839a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-effect-parameter-next.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-exclusion.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-exclusion.svg new file mode 100644 index 0000000..f7c792b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-exclusion.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-inset.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-inset.svg new file mode 100644 index 0000000..a733e41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-inset.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-intersection.svg new file mode 100644 index 0000000..7c9393d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-intersection.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-mask-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-mask-edit.svg new file mode 100644 index 0000000..d9fa36b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-mask-edit.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-bezier.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-bezier.svg new file mode 120000 index 0000000..c47e3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-bezier.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-polyline-paraxial.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-polyline-paraxial.svg new file mode 100644 index 0000000..8ae6371 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-polyline-paraxial.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-polyline.svg new file mode 100644 index 0000000..8b6dd6e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-polyline.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-spiro.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-spiro.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-mode-spiro.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-offset-dynamic.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-offset-dynamic.svg new file mode 100644 index 0000000..df3f64f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-offset-dynamic.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-offset-linked.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-offset-linked.svg new file mode 100644 index 0000000..9500156 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-offset-linked.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-outset.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-outset.svg new file mode 100644 index 0000000..d72a6d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-outset.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-reverse.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-reverse.svg new file mode 100644 index 0000000..bed977e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-reverse.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-simplify.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-simplify.svg new file mode 100644 index 0000000..e9ac548 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-simplify.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/path-union.svg b/breeze-icons-5.21.0/icons-dark/actions/16/path-union.svg new file mode 100644 index 0000000..9bd18d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/path-union.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/pdf-annotations.svg b/breeze-icons-5.21.0/icons-dark/actions/16/pdf-annotations.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/photo.svg b/breeze-icons-5.21.0/icons-dark/actions/16/photo.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/photos-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/photos-amarok.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/pin.svg b/breeze-icons-5.21.0/icons-dark/actions/16/pin.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/pin.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/pixelart-trace.svg b/breeze-icons-5.21.0/icons-dark/actions/16/pixelart-trace.svg new file mode 100644 index 0000000..0845a3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/pixelart-trace.svg @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/player-time.svg b/breeze-icons-5.21.0/icons-dark/actions/16/player-time.svg new file mode 100644 index 0000000..5d190ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/player-time.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/player-volume-muted.svg b/breeze-icons-5.21.0/icons-dark/actions/16/player-volume-muted.svg new file mode 100644 index 0000000..564b8b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/player-volume-muted.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/player-volume.svg b/breeze-icons-5.21.0/icons-dark/actions/16/player-volume.svg new file mode 100644 index 0000000..296a721 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/player-volume.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/playlist-generator.svg b/breeze-icons-5.21.0/icons-dark/actions/16/playlist-generator.svg new file mode 100644 index 0000000..787c2bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/playlist-generator.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/playlist-sort.svg b/breeze-icons-5.21.0/icons-dark/actions/16/playlist-sort.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/plugins.svg b/breeze-icons-5.21.0/icons-dark/actions/16/plugins.svg new file mode 100644 index 0000000..adbf608 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/plugins.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/polygon-add-nodes.svg b/breeze-icons-5.21.0/icons-dark/actions/16/polygon-add-nodes.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/polygon-merge-nodes.svg b/breeze-icons-5.21.0/icons-dark/actions/16/polygon-merge-nodes.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/port.svg b/breeze-icons-5.21.0/icons-dark/actions/16/port.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/port.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/postalcode.svg b/breeze-icons-5.21.0/icons-dark/actions/16/postalcode.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/practice-setup.svg b/breeze-icons-5.21.0/icons-dark/actions/16/practice-setup.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/practice-setup.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/practice-start.svg b/breeze-icons-5.21.0/icons-dark/actions/16/practice-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/practice-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/practice-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/practice-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/practice-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/precondition.svg b/breeze-icons-5.21.0/icons-dark/actions/16/precondition.svg new file mode 100644 index 0000000..9f3a294 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/precondition.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/preferences-activities.svg b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-activities.svg new file mode 100644 index 0000000..52c161e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-activities.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/preferences-indicator-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-indicator-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/preferences-media-playback-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-media-playback-amarok.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/preferences-other.svg b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/preferences-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/primarykey_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/primarykey_constraint.svg new file mode 100644 index 0000000..5ea0364 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/primarykey_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/process-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/process-stop.svg new file mode 100644 index 0000000..e7b695b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/process-stop.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/project-development-close-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/project-development-close-all.svg new file mode 120000 index 0000000..5687007 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/project-development-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/project-development-close.svg new file mode 100644 index 0000000..f2aa229 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/project-development-close.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/project-development-new-template.svg b/breeze-icons-5.21.0/icons-dark/actions/16/project-development-new-template.svg new file mode 100644 index 0000000..4daaaa0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/project-development-new-template.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/project-development.svg b/breeze-icons-5.21.0/icons-dark/actions/16/project-development.svg new file mode 100644 index 0000000..1c2e601 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/project-development.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/project-open.svg b/breeze-icons-5.21.0/icons-dark/actions/16/project-open.svg new file mode 100644 index 0000000..2694bcc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/project-open.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/qa.svg b/breeze-icons-5.21.0/icons-dark/actions/16/qa.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/qa.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-class.svg b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-class.svg new file mode 100644 index 0000000..762835c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-class.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-file.svg b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-file.svg new file mode 100644 index 0000000..a064943 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-file.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-function.svg b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-function.svg new file mode 100644 index 0000000..85a7ac7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen-function.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/quickopen.svg b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen.svg new file mode 100644 index 0000000..548e929 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/quickopen.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/quickview.svg b/breeze-icons-5.21.0/icons-dark/actions/16/quickview.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/quickview.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/randomize.svg b/breeze-icons-5.21.0/icons-dark/actions/16/randomize.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/randomize.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/ratiocrop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/ratiocrop.svg new file mode 120000 index 0000000..686d9f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/realization.svg b/breeze-icons-5.21.0/icons-dark/actions/16/realization.svg new file mode 100644 index 0000000..584fdad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/realization.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/rectangle-make-corners-sharp.svg b/breeze-icons-5.21.0/icons-dark/actions/16/rectangle-make-corners-sharp.svg new file mode 100644 index 0000000..ea6ae54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/rectangle-make-corners-sharp.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/redeyes.svg b/breeze-icons-5.21.0/icons-dark/actions/16/redeyes.svg new file mode 100644 index 0000000..c57dc06 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/redeyes.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/refactor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/refactor.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/refactor.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/region.svg b/breeze-icons-5.21.0/icons-dark/actions/16/region.svg new file mode 120000 index 0000000..6754181 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/relationship.svg b/breeze-icons-5.21.0/icons-dark/actions/16/relationship.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/relationship.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/remove-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/remove-link.svg b/breeze-icons-5.21.0/icons-dark/actions/16/remove-link.svg new file mode 100644 index 0000000..f171f2a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/remove-link.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/repeat.svg b/breeze-icons-5.21.0/icons-dark/actions/16/repeat.svg new file mode 100644 index 0000000..9199229 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/repeat.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-child-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-child-insert.svg new file mode 100644 index 0000000..2f8d64c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-child-insert.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-child.svg b/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-child.svg new file mode 100644 index 0000000..583bfb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-child.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-insert.svg new file mode 100644 index 0000000..df9c3ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/resource-calendar-insert.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/resource-group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/resource-group-new.svg new file mode 100644 index 0000000..afca515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/resource-group-new.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/resource-group.svg b/breeze-icons-5.21.0/icons-dark/actions/16/resource-group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/resource-group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/retweet.svg b/breeze-icons-5.21.0/icons-dark/actions/16/retweet.svg new file mode 100644 index 0000000..21f90ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/retweet.svg @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/reverse.svg b/breeze-icons-5.21.0/icons-dark/actions/16/reverse.svg new file mode 100644 index 0000000..095614e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/reverse.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/roll.svg b/breeze-icons-5.21.0/icons-dark/actions/16/roll.svg new file mode 100644 index 0000000..d7974fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/roll.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/routeplanning.svg b/breeze-icons-5.21.0/icons-dark/actions/16/routeplanning.svg new file mode 120000 index 0000000..d0e2df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build-clean.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-clean.svg new file mode 100644 index 0000000..5994672 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-clean.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build-configure.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-configure.svg new file mode 100644 index 0000000..f37eafc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-configure.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build-file.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-file.svg new file mode 100644 index 0000000..553bd32 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-file.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build-install-root.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-install-root.svg new file mode 100644 index 0000000..7b2cb26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-install-root.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build-install.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-install.svg new file mode 100644 index 0000000..40890f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-install.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build-prune.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-prune.svg new file mode 100644 index 0000000..35c9824 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build-prune.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-build.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-build.svg new file mode 100644 index 0000000..22d6bad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-build.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-clean.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-clean.svg new file mode 120000 index 0000000..2c899aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/run-install.svg b/breeze-icons-5.21.0/icons-dark/actions/16/run-install.svg new file mode 120000 index 0000000..71034b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/search.svg b/breeze-icons-5.21.0/icons-dark/actions/16/search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/select-rectangular.svg b/breeze-icons-5.21.0/icons-dark/actions/16/select-rectangular.svg new file mode 100644 index 0000000..1cb8ad2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/select-rectangular.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-bottom.svg new file mode 120000 index 0000000..485191c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-bottom.svg @@ -0,0 +1 @@ +object-order-back.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-lower.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-lower.svg new file mode 120000 index 0000000..f6961b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-lower.svg @@ -0,0 +1 @@ +object-order-lower.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-make-bitmap-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-make-bitmap-copy.svg new file mode 120000 index 0000000..204dc24 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +fileview-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-move-to-layer-above.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-move-to-layer-above.svg new file mode 100644 index 0000000..6cfe495 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-move-to-layer-above.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-move-to-layer-below.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-move-to-layer-below.svg new file mode 100644 index 0000000..f8e630d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-move-to-layer-below.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-raise.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-raise.svg new file mode 120000 index 0000000..deb91cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-raise.svg @@ -0,0 +1 @@ +object-order-raise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/selection-top.svg b/breeze-icons-5.21.0/icons-dark/actions/16/selection-top.svg new file mode 120000 index 0000000..e810edf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/selection-top.svg @@ -0,0 +1 @@ +object-order-front.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/send_signal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/send_signal.svg new file mode 100644 index 0000000..01156bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/send_signal.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/services.svg b/breeze-icons-5.21.0/icons-dark/actions/16/services.svg new file mode 120000 index 0000000..4c2c5d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/services.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/set-language.svg b/breeze-icons-5.21.0/icons-dark/actions/16/set-language.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/set-language.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/settings-configure.svg b/breeze-icons-5.21.0/icons-dark/actions/16/settings-configure.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/settings-configure.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/shallow-history.svg b/breeze-icons-5.21.0/icons-dark/actions/16/shallow-history.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/shallow-history.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/shape-choose.svg b/breeze-icons-5.21.0/icons-dark/actions/16/shape-choose.svg new file mode 120000 index 0000000..ef9a196 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/shapes.svg b/breeze-icons-5.21.0/icons-dark/actions/16/shapes.svg new file mode 100644 index 0000000..6d8eb5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/shapes.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/sharpenimage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/sharpenimage.svg new file mode 100644 index 0000000..57a7183 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/sharpenimage.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/shear.svg b/breeze-icons-5.21.0/icons-dark/actions/16/shear.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-dialogs.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-dialogs.svg new file mode 120000 index 0000000..ae70e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-dialogs.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-grid.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-grid.svg new file mode 120000 index 0000000..793f5eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-guides.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-guides.svg new file mode 100644 index 0000000..abcc4b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-guides.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-menu.svg new file mode 100644 index 0000000..925ad4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-menu.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-node-handles.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-node-handles.svg new file mode 100644 index 0000000..c01f6b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-node-handles.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-offline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-offline.svg new file mode 120000 index 0000000..5019195 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-offline.svg @@ -0,0 +1 @@ +meeting-attending-tentative.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/show-path-outline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/show-path-outline.svg new file mode 100644 index 0000000..af8ced0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/show-path-outline.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/16/shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/similarartists-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/similarartists-amarok.svg new file mode 100644 index 0000000..154ebbd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/similarartists-amarok.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/smallclock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/smallclock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/smallclock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-center.svg new file mode 100644 index 0000000..4e119a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-center.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-corners.svg new file mode 100644 index 0000000..119419b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-corners.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-edges.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-edges.svg new file mode 100644 index 0000000..1ea22a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-edges.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-midpoints.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-midpoints.svg new file mode 100644 index 0000000..55d1ac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box-midpoints.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box.svg new file mode 100644 index 0000000..1ea22a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-bounding-box.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-extension.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-extension.svg new file mode 100644 index 0000000..31648eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-extension.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-grid-guide-intersections.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-grid-guide-intersections.svg new file mode 100644 index 0000000..82165ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-grid-guide-intersections.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-guideline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-guideline.svg new file mode 100644 index 0000000..43521ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-guideline.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-intersection.svg new file mode 100644 index 0000000..cdda994 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-intersection.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-node.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-node.svg new file mode 100644 index 0000000..2149a06 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-node.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-center.svg new file mode 100644 index 0000000..3530089 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-center.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-cusp.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-cusp.svg new file mode 100644 index 0000000..d4d01b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-cusp.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-intersection.svg new file mode 100644 index 0000000..ee02f6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-intersection.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-midpoint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-midpoint.svg new file mode 100644 index 0000000..756e843 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-midpoint.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-path.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-path.svg new file mode 100644 index 0000000..62051ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-path.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-rotation-center.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..0673d98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-rotation-center.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-smooth.svg new file mode 100644 index 0000000..41a6b69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-nodes-smooth.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-orthogonal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-orthogonal.svg new file mode 100644 index 0000000..9a4cbf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-orthogonal.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-page.svg new file mode 100644 index 0000000..d1252b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-page.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap-text-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap-text-baseline.svg new file mode 100644 index 0000000..6b909c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap-text-baseline.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/snap.svg b/breeze-icons-5.21.0/icons-dark/actions/16/snap.svg new file mode 100644 index 0000000..a057ac9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/snap.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/social.svg b/breeze-icons-5.21.0/icons-dark/actions/16/social.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/sort-name.svg b/breeze-icons-5.21.0/icons-dark/actions/16/sort-name.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/sort-name.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/sort-presence.svg b/breeze-icons-5.21.0/icons-dark/actions/16/sort-presence.svg new file mode 100644 index 0000000..7acfbee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/sort-presence.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/sort_incr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/sort_incr.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/sort_incr.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/speaker.svg b/breeze-icons-5.21.0/icons-dark/actions/16/speaker.svg new file mode 100644 index 0000000..a6476a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/speaker.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/specific-setup.svg b/breeze-icons-5.21.0/icons-dark/actions/16/specific-setup.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/specific-setup.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/speedometer.svg b/breeze-icons-5.21.0/icons-dark/actions/16/speedometer.svg new file mode 120000 index 0000000..e48dac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/speedometer.svg @@ -0,0 +1 @@ +filename-bpm-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/split.svg b/breeze-icons-5.21.0/icons-dark/actions/16/split.svg new file mode 100644 index 0000000..0cea9ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/split.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/standard-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/16/standard-connector.svg new file mode 100644 index 0000000..4386b1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/standard-connector.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/start-over.svg b/breeze-icons-5.21.0/icons-dark/actions/16/start-over.svg new file mode 120000 index 0000000..81a417a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/start-over.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/state-fork.svg b/breeze-icons-5.21.0/icons-dark/actions/16/state-fork.svg new file mode 100644 index 0000000..f4a7775 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/state-fork.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/sticky_zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/sticky_zoom.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/sticky_zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/story-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/story-editor.svg new file mode 100644 index 0000000..667d913 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/story-editor.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/straight-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/16/straight-connector.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-bevel.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-butt.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-butt.svg new file mode 100644 index 0000000..5b4050e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-butt.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-miter.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-round.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-round.svg new file mode 100644 index 0000000..1eb2c08 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-round.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-square.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-square.svg new file mode 100644 index 0000000..0c8f1d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-cap-square.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-bevel.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-bevel.svg new file mode 100644 index 0000000..e7eb4df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-bevel.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-miter.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-miter.svg new file mode 100644 index 0000000..972842e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-miter.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-round.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-round.svg new file mode 100644 index 0000000..0748423 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-join-round.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/stroke-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-to-path.svg new file mode 100644 index 0000000..ae39b79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/stroke-to-path.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/subsystem.svg b/breeze-icons-5.21.0/icons-dark/actions/16/subsystem.svg new file mode 100644 index 0000000..adbf608 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/subsystem.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/svn-commit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/svn-commit.svg new file mode 100644 index 0000000..9a87e34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/svn-commit.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/svn-update.svg b/breeze-icons-5.21.0/icons-dark/actions/16/svn-update.svg new file mode 100644 index 0000000..172f0c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/svn-update.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/symbols.svg b/breeze-icons-5.21.0/icons-dark/actions/16/symbols.svg new file mode 100644 index 0000000..c159f10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/symbols.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/system-run.svg b/breeze-icons-5.21.0/icons-dark/actions/16/system-run.svg new file mode 100644 index 0000000..5c6b980 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/system-run.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/system-search.svg b/breeze-icons-5.21.0/icons-dark/actions/16/system-search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/system-upgrade.svg b/breeze-icons-5.21.0/icons-dark/actions/16/system-upgrade.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/system-upgrade.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tab-close-other.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tab-close-other.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tab-close-other.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tab-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tab-close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tab-close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tab-detach.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tab-detach.svg new file mode 100644 index 0000000..e8e372e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tab-detach.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tab-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tab-duplicate.svg new file mode 100644 index 0000000..c10a239 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tab-duplicate.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tab-new-background.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tab-new-background.svg new file mode 100644 index 0000000..1ff86ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tab-new-background.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tab-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tab-new.svg new file mode 100644 index 0000000..ab470fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tab-new.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/table.svg b/breeze-icons-5.21.0/icons-dark/actions/16/table.svg new file mode 100644 index 0000000..bee58a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/table.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-addressbook.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-addressbook.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-assigned.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-assigned.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-assigned.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-events.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-events.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-folder.svg new file mode 120000 index 0000000..f927800 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-new.svg new file mode 100644 index 0000000..ae716ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-new.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-people.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-people.svg new file mode 120000 index 0000000..0d9b8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-people.svg @@ -0,0 +1 @@ +edit-image-face-show.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-places.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-places.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-places.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-recents.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-recents.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-recents.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag-reset.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag-reset.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tag.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tag.svg new file mode 100644 index 0000000..1a2e02c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tag.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/task-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/task-new.svg new file mode 100644 index 0000000..1d44ff3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/task-new.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/taxes-finances.svg b/breeze-icons-5.21.0/icons-dark/actions/16/taxes-finances.svg new file mode 100644 index 0000000..c5dbbd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/taxes-finances.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/template.svg b/breeze-icons-5.21.0/icons-dark/actions/16/template.svg new file mode 120000 index 0000000..911d559 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/template.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-convert-to-regular.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-convert-to-regular.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-convert-to-regular.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-field.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-field.svg new file mode 100644 index 0000000..2942e1a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-field.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-flow-into-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-flow-into-frame.svg new file mode 100644 index 0000000..7517231 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-flow-into-frame.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-frame-link.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-frame-link.svg new file mode 100644 index 0000000..ebb6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-frame-link.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-frame-unlink.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-frame-unlink.svg new file mode 100644 index 0000000..fa37f28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-frame-unlink.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-put-on-path.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-put-on-path.svg new file mode 100644 index 0000000..cd0d1ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-put-on-path.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-remove-from-path.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-remove-from-path.svg new file mode 100644 index 0000000..c147c4d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-remove-from-path.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-speak.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-speak.svg new file mode 100644 index 0000000..150cdf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-speak.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-unflow.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-unflow.svg new file mode 100644 index 0000000..0b0db25 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-unflow.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-unkern.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-unkern.svg new file mode 100644 index 0000000..917400b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-unkern.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text-wrap.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text-wrap.svg new file mode 100644 index 0000000..9f1bf38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text-wrap.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_horz_kern.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_horz_kern.svg new file mode 100644 index 0000000..507a6c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_horz_kern.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_letter_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_letter_spacing.svg new file mode 100644 index 0000000..541553c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_letter_spacing.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_line_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_line_spacing.svg new file mode 100644 index 0000000..7a92d9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_line_spacing.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_rotation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_rotation.svg new file mode 100644 index 0000000..18c290d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_rotation.svg @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_subscript.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_subscript.svg new file mode 120000 index 0000000..6022bad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_subscript.svg @@ -0,0 +1 @@ +format-text-subscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_superscript.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_superscript.svg new file mode 120000 index 0000000..ff7ed30 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_superscript.svg @@ -0,0 +1 @@ +format-text-superscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_vert_kern.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_vert_kern.svg new file mode 100644 index 0000000..534f3d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_vert_kern.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/text_word_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/16/text_word_spacing.svg new file mode 100644 index 0000000..7567834 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/text_word_spacing.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tool-animator.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tool-animator.svg new file mode 100644 index 0000000..94222b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tool-animator.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tool-measure.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tool-measure.svg new file mode 120000 index 0000000..b31f3fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tool-measure.svg @@ -0,0 +1 @@ +measure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tool-node-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tool-node-editor.svg new file mode 120000 index 0000000..9d57cb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tool-node-editor.svg @@ -0,0 +1 @@ +edit-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tool-pointer.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tool-pointer.svg new file mode 120000 index 0000000..7f408ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tool-pointer.svg @@ -0,0 +1 @@ +cursor-arrow.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tool-tweak.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tool-tweak.svg new file mode 100644 index 0000000..c73c242 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tool-tweak.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-check-spelling.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-check-spelling.svg new file mode 100644 index 0000000..1a3e177 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-check-spelling.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-burn-image.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-burn-image.svg new file mode 100644 index 0000000..475c9e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-burn-image.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-burn.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-burn.svg new file mode 100644 index 0000000..96bb718 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-burn.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-copy.svg new file mode 100644 index 0000000..8107a34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-copy.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-erase.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-erase.svg new file mode 100644 index 0000000..04e03b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-erase.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-format.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-format.svg new file mode 100644 index 0000000..fefe680 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-media-optical-format.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-report-bug.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-report-bug.svg new file mode 100644 index 0000000..95ea3f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-report-bug.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-audio-cd.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-audio-cd.svg new file mode 100644 index 0000000..5f93930 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-audio-cd.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-video-cd.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-video-cd.svg new file mode 100644 index 0000000..2b21503 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-video-cd.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-video-dvd.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-video-dvd.svg new file mode 100644 index 0000000..2e1e5a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-rip-video-dvd.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/tools-wizard.svg b/breeze-icons-5.21.0/icons-dark/actions/16/tools-wizard.svg new file mode 100644 index 0000000..787c2bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/tools-wizard.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-gradient.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-gradient.svg new file mode 100644 index 0000000..e684014 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-gradient.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-pattern.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-pattern.svg new file mode 100644 index 0000000..1e5a180 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-pattern.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-rounded-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-rounded-corners.svg new file mode 100644 index 0000000..600cf05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-rounded-corners.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-stroke.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-stroke.svg new file mode 100644 index 0000000..b11fac5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-affect-stroke.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-crop-and-resize.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-crop-and-resize.svg new file mode 100644 index 0000000..9f3e4cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-crop-and-resize.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-crop.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-crop.svg new file mode 100644 index 0000000..6cd5636 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-crop.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-move-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-move-horizontal.svg new file mode 100644 index 0000000..025a3a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-move-horizontal.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-move-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-move-vertical.svg new file mode 100644 index 0000000..6e557fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-move-vertical.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-move.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-move.svg new file mode 100644 index 0000000..8df4e35 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-move.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-rotate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-rotate.svg new file mode 100644 index 0000000..df378dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-rotate.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-scale-textbox-points.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-scale-textbox-points.svg new file mode 100644 index 0000000..c595559 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-scale-textbox-points.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-scale.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-scale.svg new file mode 100644 index 0000000..541732b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-scale.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-down.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-down.svg new file mode 100644 index 0000000..32d4015 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-down.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-left.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-left.svg new file mode 100644 index 0000000..deac6a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-left.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-right.svg new file mode 100644 index 0000000..612b03a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-right.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-up.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-up.svg new file mode 100644 index 0000000..2cd524f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-shear-up.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-skew-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-skew-horizontal.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-skew-horizontal.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transform-skew-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transform-skew-vertical.svg new file mode 120000 index 0000000..294c4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transform-skew-vertical.svg @@ -0,0 +1 @@ +transform-shear-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/transsearch.svg b/breeze-icons-5.21.0/icons-dark/actions/16/transsearch.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/transsearch.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/trash-empty.svg b/breeze-icons-5.21.0/icons-dark/actions/16/trash-empty.svg new file mode 100644 index 0000000..63ab3f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/trash-empty.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbr-coll-message-asynchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-coll-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-coll-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbr-coll-message-synchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-coll-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-coll-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-asynchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-found.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-found.svg new file mode 120000 index 0000000..3bab14e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-found.svg @@ -0,0 +1 @@ +mail-mark-notjunk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-lost.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-lost.svg new file mode 120000 index 0000000..c423740 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-lost.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-synchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbr-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_activity.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_activity.svg new file mode 120000 index 0000000..7954379 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_activity.svg @@ -0,0 +1 @@ +preferences-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_class.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_collaboration.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_collaboration.svg new file mode 120000 index 0000000..255b712 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_collaboration.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_component.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_deployment.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_deployment.svg new file mode 100644 index 0000000..24adea7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_deployment.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_entityrelationship.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_entityrelationship.svg new file mode 120000 index 0000000..057bb99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_entityrelationship.svg @@ -0,0 +1 @@ +edit-clone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_sequence.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_sequence.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_sequence.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_state.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_state.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_state.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_usecase.svg b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_usecase.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/umbrello_diagram_usecase.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/uniassociation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/uniassociation.svg new file mode 100644 index 0000000..4f2c352 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/uniassociation.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/unique_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/16/unique_constraint.svg new file mode 100644 index 0000000..a19d12d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/unique_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/unlock.svg b/breeze-icons-5.21.0/icons-dark/actions/16/unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/unmarkasblank.svg b/breeze-icons-5.21.0/icons-dark/actions/16/unmarkasblank.svg new file mode 100644 index 0000000..739455d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/unmarkasblank.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/unrequired.svg b/breeze-icons-5.21.0/icons-dark/actions/16/unrequired.svg new file mode 120000 index 0000000..3814b6e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/unrequired.svg @@ -0,0 +1 @@ +package-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/upcomingevents-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/upcomingevents-amarok.svg new file mode 120000 index 0000000..7022652 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/upindicator.svg b/breeze-icons-5.21.0/icons-dark/actions/16/upindicator.svg new file mode 100644 index 0000000..f109fb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/upindicator.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/upload-media.svg b/breeze-icons-5.21.0/icons-dark/actions/16/upload-media.svg new file mode 100644 index 0000000..107cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/upload-media.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/usecase.svg b/breeze-icons-5.21.0/icons-dark/actions/16/usecase.svg new file mode 120000 index 0000000..81af32b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/usecase.svg @@ -0,0 +1 @@ +draw-ellipse.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/user-group-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/user-group-delete.svg new file mode 100644 index 0000000..552c364 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/user-group-delete.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/user-group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/user-group-new.svg new file mode 100644 index 0000000..a694131 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/user-group-new.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/user-group-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/user-group-properties.svg new file mode 100644 index 0000000..7c90190 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/user-group-properties.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/user-identity.svg b/breeze-icons-5.21.0/icons-dark/actions/16/user-identity.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/user-identity.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/user-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/16/user-properties.svg new file mode 120000 index 0000000..ad3742c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/user-properties.svg @@ -0,0 +1 @@ +user-group-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/videoclip-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/16/videoclip-amarok.svg new file mode 120000 index 0000000..0d1faec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-barcode-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-barcode-add.svg new file mode 100644 index 0000000..29e62a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-barcode-add.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-barcode.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-barcode.svg new file mode 100644 index 0000000..d0a6c8d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-barcode.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-agenda.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-agenda.svg new file mode 100644 index 0000000..cccdeca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-agenda.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-birthday.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-birthday.svg new file mode 100644 index 0000000..7a697d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-birthday.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-day.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-day.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-day.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-holiday.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-holiday.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-holiday.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-journal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-journal.svg new file mode 100644 index 0000000..eaf28ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-journal.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-list.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-list.svg new file mode 100644 index 0000000..b0c2c48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-list.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-month.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-month.svg new file mode 100644 index 0000000..f402572 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-month.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-special-occasion.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-special-occasion.svg new file mode 100644 index 0000000..8a34277 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-special-occasion.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-tasks.svg new file mode 100644 index 0000000..51f0e98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-tasks.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-time-spent.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-time-spent.svg new file mode 100644 index 0000000..657b66b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-time-spent.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-timeline.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-timeline.svg new file mode 100644 index 0000000..c819cdd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-timeline.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-upcoming-days.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-upcoming-days.svg new file mode 100644 index 0000000..8ffdf89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-upcoming-days.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-upcoming-events.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-upcoming-events.svg new file mode 100644 index 0000000..f0458b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-upcoming-events.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-wedding-anniversary.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-wedding-anniversary.svg new file mode 100644 index 0000000..935df55 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-wedding-anniversary.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-week.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-week.svg new file mode 100644 index 0000000..a496399 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-week.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-whatsnext.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-whatsnext.svg new file mode 100644 index 0000000..47155ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-whatsnext.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-workweek.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-workweek.svg new file mode 120000 index 0000000..9b59502 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar-workweek.svg @@ -0,0 +1 @@ +view-calendar-week.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar.svg new file mode 100644 index 0000000..252194f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-calendar.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-choose.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-choose.svg new file mode 100644 index 0000000..c0f70b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-choose.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-close.svg new file mode 100644 index 0000000..28df7be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-close.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-file-columns.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-file-columns.svg new file mode 100644 index 0000000..6eed14e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-file-columns.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-filter.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-filter.svg new file mode 100644 index 0000000..d559d97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-filter.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-form-action.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-form-action.svg new file mode 100644 index 0000000..f91b090 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-form-action.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-form.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-form.svg new file mode 100644 index 0000000..61287df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-form.svg @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-fullscreen.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-fullscreen.svg new file mode 100644 index 0000000..086eb75 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-fullscreen.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-grid.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-grid.svg new file mode 100644 index 0000000..68f9826 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-grid.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-group.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-group.svg new file mode 100644 index 0000000..92b4778 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-group.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-history.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-history.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-history.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-left-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-left-close.svg new file mode 100644 index 0000000..1a33278 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-left-close.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-list-details.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-details.svg new file mode 100644 index 0000000..6eebc31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-details.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-list-icons.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-icons.svg new file mode 100644 index 0000000..54dec59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-icons.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-list-text.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-text.svg new file mode 100644 index 0000000..9cb3640 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-text.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-list-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-tree.svg new file mode 100644 index 0000000..e8a8165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-list-tree.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-media-artist.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-media-equalizer.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-equalizer.svg new file mode 100644 index 0000000..bb28693 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-equalizer.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-media-lyrics.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-lyrics.svg new file mode 100644 index 0000000..c71b86c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-lyrics.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-media-playlist.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-playlist.svg new file mode 100644 index 0000000..e2afe2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-playlist.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-media-visualization.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-visualization.svg new file mode 100644 index 0000000..956f7db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-media-visualization.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-multiple-objects.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-multiple-objects.svg new file mode 100644 index 0000000..8e922f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-multiple-objects.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-object-histogram-linear.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-object-histogram-linear.svg new file mode 100644 index 0000000..93ce7cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-object-histogram-linear.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-object-histogram-logarithmic.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-object-histogram-logarithmic.svg new file mode 100644 index 0000000..f7d5137 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-object-histogram-logarithmic.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-contacts.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-contacts.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-contacts.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-journal.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-journal.svg new file mode 120000 index 0000000..b830e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-journal.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-mail.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-mail.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-news.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-news.svg new file mode 120000 index 0000000..7387fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-news.svg @@ -0,0 +1 @@ +news-subscribe.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-notes.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-notes.svg new file mode 100644 index 0000000..d462f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-notes.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-tasks-pending.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-tasks-pending.svg new file mode 100644 index 0000000..3b6169d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-tasks-pending.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-tasks.svg new file mode 120000 index 0000000..f6ae45c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-pim-tasks.svg @@ -0,0 +1 @@ +view-task.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-presentation.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-presentation.svg new file mode 100644 index 0000000..d950ea7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-presentation.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-preview.svg new file mode 100644 index 0000000..e1303e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-preview.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-process-all-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-all-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-all-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-process-all.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-all.svg new file mode 120000 index 0000000..a379444 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-all.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-process-own.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-own.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-process-system.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-system.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-process-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-process-users.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-users.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-process-users.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-readermode-active.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-readermode-active.svg new file mode 100644 index 0000000..f036f7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-readermode-active.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-readermode.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-readermode.svg new file mode 100644 index 0000000..f0401f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-readermode.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-refresh.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-refresh.svg new file mode 100644 index 0000000..b53f13e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-refresh.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-resource-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-resource-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-restore.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-restore.svg new file mode 100644 index 0000000..3b3aa1a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-restore.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-right-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-right-close.svg new file mode 100644 index 0000000..d81c39f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-right-close.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-right-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-right-new.svg new file mode 100644 index 0000000..5a4ee0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-right-new.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-sidetree.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-sidetree.svg new file mode 100644 index 0000000..73cfec7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-sidetree.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-sort-ascending.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-sort-ascending.svg new file mode 100644 index 0000000..89b529c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-sort-ascending.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-sort-descending.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-sort-descending.svg new file mode 100644 index 0000000..1b59ee6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-sort-descending.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-split-left-right.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-split-left-right.svg new file mode 100644 index 0000000..ea09533 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-split-left-right.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-split-top-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-split-top-bottom.svg new file mode 100644 index 0000000..41ee053 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-split-top-bottom.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-statistics.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-statistics.svg new file mode 100644 index 0000000..745fb82 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-statistics.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-table-of-contents-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-table-of-contents-ltr.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-table-of-contents-ltr.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-table-of-contents-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-table-of-contents-rtl.svg new file mode 100644 index 0000000..a4a0263 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-table-of-contents-rtl.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-task-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-task-add.svg new file mode 120000 index 0000000..072782f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-task-add.svg @@ -0,0 +1 @@ +task-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-task-child-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-task-child-add.svg new file mode 120000 index 0000000..4226a53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-task-child.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-task-child.svg new file mode 100644 index 0000000..e825ce6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-task-child.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-task.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-task.svg new file mode 100644 index 0000000..dd19903 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-task.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined-add.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined-add.svg new file mode 100644 index 0000000..2288dc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined-add.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined-remove.svg new file mode 100644 index 0000000..5af50be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined-remove.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined.svg new file mode 100644 index 0000000..2288dc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-baselined.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-calculus.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-calculus.svg new file mode 100644 index 0000000..eca828e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-calculus.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-child-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-child-insert.svg new file mode 100644 index 0000000..813b805 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-child-insert.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-edit.svg new file mode 100644 index 0000000..c6df8e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-edit.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-insert.svg new file mode 100644 index 0000000..ae1dbdb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule-insert.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/view-web-browser-dom-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/16/view-web-browser-dom-tree.svg new file mode 100644 index 0000000..a8ea063 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/view-web-browser-dom-tree.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/viewimage.svg b/breeze-icons-5.21.0/icons-dark/actions/16/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/visibility.svg b/breeze-icons-5.21.0/icons-dark/actions/16/visibility.svg new file mode 100644 index 0000000..12009e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/visibility.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/window-close.svg b/breeze-icons-5.21.0/icons-dark/actions/16/window-close.svg new file mode 100644 index 0000000..b012312 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/window-close.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/window-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/window-duplicate.svg new file mode 100644 index 0000000..f28c451 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/window-duplicate.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/window-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/window-new.svg new file mode 100644 index 0000000..2f7749a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/window-new.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/window-next.svg b/breeze-icons-5.21.0/icons-dark/actions/16/window-next.svg new file mode 100644 index 0000000..e184434 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/window-next.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/window-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/window-previous.svg new file mode 100644 index 0000000..c448684 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/window-previous.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/window.svg b/breeze-icons-5.21.0/icons-dark/actions/16/window.svg new file mode 100644 index 0000000..4a0bb67 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/window.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-clementine-artist.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-clementine-artist.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-clementine-artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-clementine-shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-clementine-shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-connection.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-connection.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-formula.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-formula.svg new file mode 120000 index 0000000..76cf815 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-image.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-image.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-text.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-text.svg new file mode 120000 index 0000000..ab11536 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-zoom-in.svg new file mode 120000 index 0000000..608b539 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-zoom-in.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/x-zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/x-zoom-out.svg new file mode 120000 index 0000000..fc310d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/x-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/xml-attribute-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/xml-attribute-delete.svg new file mode 100644 index 0000000..1ea3ab2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/xml-attribute-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/xml-element-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/xml-element-new.svg new file mode 100644 index 0000000..89e95f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/xml-element-new.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/xml-node-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/16/xml-node-delete.svg new file mode 100644 index 0000000..c0e8ab0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/xml-node-delete.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/xml-node-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/16/xml-node-duplicate.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/xml-node-duplicate.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/xml-text-new.svg b/breeze-icons-5.21.0/icons-dark/actions/16/xml-text-new.svg new file mode 100644 index 0000000..f6a3b3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/xml-text-new.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/y-zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/16/y-zoom-in.svg new file mode 100644 index 0000000..9579899 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/y-zoom-in.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/y-zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/y-zoom-out.svg new file mode 120000 index 0000000..0f72a05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/y-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-1-to-2.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-1-to-2.svg new file mode 100644 index 0000000..e3d0601 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-1-to-2.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-2-to-1.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-2-to-1.svg new file mode 100644 index 0000000..94bc316 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-2-to-1.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-double-size.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-double-size.svg new file mode 120000 index 0000000..79ae67b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-double-size.svg @@ -0,0 +1 @@ +zoom-1-to-2.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-draw.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-draw.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-best.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-best.svg new file mode 100644 index 0000000..2a8aefe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-best.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-drawing.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-drawing.svg new file mode 120000 index 0000000..fce292c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-drawing.svg @@ -0,0 +1 @@ +zoom-draw.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-height.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-height.svg new file mode 100644 index 0000000..bcd8f8f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-height.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-page.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-page.svg new file mode 120000 index 0000000..93167c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-page.svg @@ -0,0 +1 @@ +page-zoom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-selection.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-selection.svg new file mode 120000 index 0000000..037a51b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-selection.svg @@ -0,0 +1 @@ +zoom-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-width.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-width.svg new file mode 100644 index 0000000..3b1e95e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-fit-width.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-half-size.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-half-size.svg new file mode 120000 index 0000000..b5036e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-half-size.svg @@ -0,0 +1 @@ +zoom-2-to-1.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-large.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-large.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-x.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-x.svg new file mode 100644 index 0000000..919b8f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-x.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-y.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-y.svg new file mode 120000 index 0000000..65f9aa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in.svg new file mode 100644 index 0000000..2647071 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-in.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-next.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-next.svg new file mode 100644 index 0000000..55c5d10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-next.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-original.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-original.svg new file mode 100644 index 0000000..511db01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-original.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out-x.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out-x.svg new file mode 100644 index 0000000..e400cf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out-x.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out-y.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out-y.svg new file mode 100644 index 0000000..bc174dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out-y.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out.svg new file mode 100644 index 0000000..e93f941 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-out.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-previous.svg new file mode 100644 index 0000000..7ee5bfc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-previous.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-fit.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-fit.svg new file mode 120000 index 0000000..cc77c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-x.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-y.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/16/zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/16/zoom.svg new file mode 100644 index 0000000..9d6b286 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/16/zoom.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/CVnamespace.svg b/breeze-icons-5.21.0/icons-dark/actions/22/CVnamespace.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/CVnamespace.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/Info-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/Info-amarok.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/PrePostCondition.svg b/breeze-icons-5.21.0/icons-dark/actions/22/PrePostCondition.svg new file mode 100644 index 0000000..d6f183f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/PrePostCondition.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/accept_signal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/accept_signal.svg new file mode 100644 index 0000000..40a744d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/accept_signal.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/accept_time_event.svg b/breeze-icons-5.21.0/icons-dark/actions/22/accept_time_event.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/accept_time_event.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/acrobat.svg b/breeze-icons-5.21.0/icons-dark/actions/22/acrobat.svg new file mode 100644 index 0000000..f30b7e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/acrobat.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/action-albumfolder-importdir2.svg b/breeze-icons-5.21.0/icons-dark/actions/22/action-albumfolder-importdir2.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/action-rss_tag.svg b/breeze-icons-5.21.0/icons-dark/actions/22/action-rss_tag.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/activity-fork.svg b/breeze-icons-5.21.0/icons-dark/actions/22/activity-fork.svg new file mode 120000 index 0000000..d6e2182 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/activity-fork.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/actor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/actor.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/actor.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/add-placemark.svg b/breeze-icons-5.21.0/icons-dark/actions/22/add-placemark.svg new file mode 120000 index 0000000..451d452 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/add-placemark.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/address-book-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/address-book-new.svg new file mode 100644 index 0000000..51653bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/address-book-new.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/addressbook-details.svg b/breeze-icons-5.21.0/icons-dark/actions/22/addressbook-details.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/adjustcurves.svg b/breeze-icons-5.21.0/icons-dark/actions/22/adjustcurves.svg new file mode 100644 index 0000000..7d097af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/adjustcurves.svg @@ -0,0 +1,685 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/adjusthsl.svg b/breeze-icons-5.21.0/icons-dark/actions/22/adjusthsl.svg new file mode 100644 index 0000000..c6f97b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/adjusthsl.svg @@ -0,0 +1,704 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/adjustlevels.svg b/breeze-icons-5.21.0/icons-dark/actions/22/adjustlevels.svg new file mode 100644 index 0000000..5c1457a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/adjustlevels.svg @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/adjustrgb.svg b/breeze-icons-5.21.0/icons-dark/actions/22/adjustrgb.svg new file mode 100644 index 0000000..c912748 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/adjustrgb.svg @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/aggregation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/aggregation.svg new file mode 100644 index 0000000..c9c0d8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/aggregation.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/akonadiconsole.svg b/breeze-icons-5.21.0/icons-dark/actions/22/akonadiconsole.svg new file mode 100644 index 0000000..de04bfa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/akonadiconsole.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-importdir.svg b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-importdir.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-importimages.svg b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-importimages.svg new file mode 120000 index 0000000..c7116c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-user-trash.svg b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-user-trash.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/albumfolder-user-trash.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-baseline.svg new file mode 100644 index 0000000..3e1e665 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-baseline.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..de86541 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-bottom-out.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-center.svg new file mode 100644 index 0000000..2fe7961 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-center.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left-out.svg new file mode 100644 index 0000000..1d9cf40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left-out.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..2f20009 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left-to-anchor.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left.svg new file mode 100644 index 0000000..cc6308f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-left.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right-out.svg new file mode 100644 index 0000000..e926604 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right-out.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..b0845a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right-to-anchor.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right.svg new file mode 100644 index 0000000..82f257e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-right.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-top-out.svg new file mode 100644 index 0000000..0cfaac5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-horizontal-top-out.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-baseline.svg new file mode 100644 index 0000000..9ad4e4a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-baseline.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom-out.svg new file mode 100644 index 0000000..0c96395 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom-out.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..6b92d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom.svg new file mode 100644 index 0000000..63743c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-bottom.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-center.svg new file mode 100644 index 0000000..f8187aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-center.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top-out.svg new file mode 100644 index 0000000..67466d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top-out.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..3dff4b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top-to-anchor.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top.svg new file mode 100644 index 0000000..5ce198f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/align-vertical-top.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_artist.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_artist.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_add.svg new file mode 100644 index 0000000..40a8489 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_add.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_remove.svg new file mode 100644 index 0000000..816971e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_remove.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_view.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_view.svg new file mode 100644 index 0000000..046e160 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_cart_view.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_change_language.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_change_language.svg new file mode 100644 index 0000000..b45a747 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_change_language.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_clock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_lyrics.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_lyrics.svg new file mode 120000 index 0000000..2dd7676 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playcount.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playcount.svg new file mode 120000 index 0000000..c615601 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playlist.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playlist.svg new file mode 120000 index 0000000..e988559 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playlist_refresh.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playlist_refresh.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/amarok_scripts.svg b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_scripts.svg new file mode 100644 index 0000000..0ec5a86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/amarok_scripts.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/anchor.svg new file mode 100644 index 0000000..16ed744 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/anchor.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/answer-correct.svg b/breeze-icons-5.21.0/icons-dark/actions/22/answer-correct.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/answer-correct.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/answer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/answer.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/answer.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/antivignetting.svg b/breeze-icons-5.21.0/icons-dark/actions/22/antivignetting.svg new file mode 100644 index 0000000..65a3757 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/antivignetting.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/application-exit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/application-exit.svg new file mode 100644 index 0000000..04f5370 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/application-exit.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/application-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/22/application-menu.svg new file mode 100644 index 0000000..fc1e8bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/application-menu.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/applications-internet.svg b/breeze-icons-5.21.0/icons-dark/actions/22/applications-internet.svg new file mode 120000 index 0000000..494cb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/applications-internet.svg @@ -0,0 +1 @@ +../../places/22/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/applications-other.svg b/breeze-icons-5.21.0/icons-dark/actions/22/applications-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/applications-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/applications-system.svg b/breeze-icons-5.21.0/icons-dark/actions/22/applications-system.svg new file mode 100644 index 0000000..555c5db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/applications-system.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/appointment-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/appointment-new.svg new file mode 100644 index 0000000..0610fcb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/appointment-new.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/approved.svg b/breeze-icons-5.21.0/icons-dark/actions/22/approved.svg new file mode 120000 index 0000000..bcc3b74 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/approved.svg @@ -0,0 +1 @@ +games-achievements.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/archive-extract.svg b/breeze-icons-5.21.0/icons-dark/actions/22/archive-extract.svg new file mode 100644 index 0000000..696be3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/archive-extract.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/archive-insert-directory.svg b/breeze-icons-5.21.0/icons-dark/actions/22/archive-insert-directory.svg new file mode 100644 index 0000000..3e0a649 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/archive-insert-directory.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/archive-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/archive-insert.svg new file mode 100644 index 0000000..455e832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/archive-insert.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/archive-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/archive-remove.svg new file mode 100644 index 0000000..3ed9063 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/archive-remove.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-down-double.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-down-double.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-down-double.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-left-double.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-left-double.svg new file mode 100644 index 0000000..549d6ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-left-double.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-left.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-left.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-right-double.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-right-double.svg new file mode 100644 index 0000000..f945aa4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-right-double.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-right.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-right.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-up-double.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-up-double.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-up-double.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/22/arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/artifact.svg b/breeze-icons-5.21.0/icons-dark/actions/22/artifact.svg new file mode 100644 index 0000000..88fc8f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/artifact.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/association.svg b/breeze-icons-5.21.0/icons-dark/actions/22/association.svg new file mode 100644 index 0000000..56417d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/association.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/atmosphere.svg b/breeze-icons-5.21.0/icons-dark/actions/22/atmosphere.svg new file mode 100644 index 0000000..2380847 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/atmosphere.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/auto-type.svg b/breeze-icons-5.21.0/icons-dark/actions/22/auto-type.svg new file mode 100644 index 0000000..4481337 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/auto-type.svg @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/autocorrection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/autocorrection.svg new file mode 100644 index 0000000..5747e44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/autocorrection.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/blurfx.svg b/breeze-icons-5.21.0/icons-dark/actions/22/blurfx.svg new file mode 100644 index 0000000..069ad77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/blurfx.svg @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/blurimage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/blurimage.svg new file mode 100644 index 0000000..115ada8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/blurimage.svg @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-add-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-add-folder.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-add-folder.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-edit.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-edit.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-new-list.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-new-list.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-new-list.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-new.svg new file mode 100644 index 0000000..047dcf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-new.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-remove.svg new file mode 100644 index 0000000..70c2178 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-remove.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-toolbar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-toolbar.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmark-toolbar.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmarks-organize.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmarks-organize.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmarks-organize.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bookmarks.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bookmarks.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bordertool.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bordertool.svg new file mode 100644 index 0000000..9f2763d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bordertool.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/box.svg b/breeze-icons-5.21.0/icons-dark/actions/22/box.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/box.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bqm-diff.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bqm-diff.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bqm-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bqm-remove.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bqm-remove.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bqm-rmqueue.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bqm-rmqueue.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bqm-rmqueue.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/branch.svg b/breeze-icons-5.21.0/icons-dark/actions/22/branch.svg new file mode 100644 index 0000000..69c606f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/branch.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/bwtonal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/bwtonal.svg new file mode 100644 index 0000000..aabf93e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/bwtonal.svg @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/call-start.svg b/breeze-icons-5.21.0/icons-dark/actions/22/call-start.svg new file mode 100644 index 0000000..51af2e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/call-start.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/call-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/call-stop.svg new file mode 100644 index 0000000..36ea09e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/call-stop.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/cards-block.svg b/breeze-icons-5.21.0/icons-dark/actions/22/cards-block.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/cards-block.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/category.svg b/breeze-icons-5.21.0/icons-dark/actions/22/category.svg new file mode 100644 index 0000000..4a6bc53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/category.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/category2parent.svg b/breeze-icons-5.21.0/icons-dark/actions/22/category2parent.svg new file mode 100644 index 0000000..e5ed486 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/category2parent.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/channelmixer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/channelmixer.svg new file mode 100644 index 0000000..3003591 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/channelmixer.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/character-set.svg b/breeze-icons-5.21.0/icons-dark/actions/22/character-set.svg new file mode 100644 index 0000000..e0d2119 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/character-set.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/charcoaltool.svg b/breeze-icons-5.21.0/icons-dark/actions/22/charcoaltool.svg new file mode 100644 index 0000000..dee35a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/charcoaltool.svg @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/check_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/check_constraint.svg new file mode 100644 index 0000000..4178df6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/check_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/checkbox.svg b/breeze-icons-5.21.0/icons-dark/actions/22/checkbox.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/checkbox.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/checkmark.svg b/breeze-icons-5.21.0/icons-dark/actions/22/checkmark.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/checkmark.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/child2category.svg b/breeze-icons-5.21.0/icons-dark/actions/22/child2category.svg new file mode 100644 index 0000000..e7b507f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/child2category.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/choice-rhomb.svg b/breeze-icons-5.21.0/icons-dark/actions/22/choice-rhomb.svg new file mode 100644 index 0000000..69c606f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/choice-rhomb.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/choice-round.svg b/breeze-icons-5.21.0/icons-dark/actions/22/choice-round.svg new file mode 100644 index 0000000..688860f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/choice-round.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-lap.svg b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-lap.svg new file mode 120000 index 0000000..2c84dca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-lap.svg @@ -0,0 +1 @@ +chronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-pause.svg new file mode 100644 index 0000000..a582f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-pause.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-reset.svg b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-reset.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-start.svg b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-start.svg new file mode 120000 index 0000000..678250a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer-start.svg @@ -0,0 +1 @@ +player-time.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/chronometer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer.svg new file mode 100644 index 0000000..4edc7ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/chronometer.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/class-or-package.svg b/breeze-icons-5.21.0/icons-dark/actions/22/class-or-package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/class-or-package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/class.svg b/breeze-icons-5.21.0/icons-dark/actions/22/class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/clock-large.svg b/breeze-icons-5.21.0/icons-dark/actions/22/clock-large.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/clock-large.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/clock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/cloud-download.svg b/breeze-icons-5.21.0/icons-dark/actions/22/cloud-download.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/cloud-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/cloud-upload.svg b/breeze-icons-5.21.0/icons-dark/actions/22/cloud-upload.svg new file mode 120000 index 0000000..d34e922 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/cloud-upload.svg @@ -0,0 +1 @@ +kt-set-max-upload-speed.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/code-block.svg b/breeze-icons-5.21.0/icons-dark/actions/22/code-block.svg new file mode 100644 index 0000000..55aad8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/code-block.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/code-class.svg b/breeze-icons-5.21.0/icons-dark/actions/22/code-class.svg new file mode 100644 index 0000000..beba481 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/code-class.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/code-context.svg b/breeze-icons-5.21.0/icons-dark/actions/22/code-context.svg new file mode 100644 index 0000000..1e63ca6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/code-context.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/code-function.svg b/breeze-icons-5.21.0/icons-dark/actions/22/code-function.svg new file mode 100644 index 0000000..7ec5982 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/code-function.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/code-typedef.svg b/breeze-icons-5.21.0/icons-dark/actions/22/code-typedef.svg new file mode 100644 index 0000000..973f3d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/code-typedef.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/code-variable.svg b/breeze-icons-5.21.0/icons-dark/actions/22/code-variable.svg new file mode 100644 index 0000000..34cedaa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/code-variable.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/collection-rescan-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/collection-rescan-amarok.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-fill.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-fill.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-gradient.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-gradient.svg new file mode 100644 index 0000000..2323e5d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-gradient.svg @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-management.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-management.svg new file mode 100644 index 0000000..767904b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-management.svg @@ -0,0 +1,784 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-black.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-black.svg new file mode 100644 index 0000000..501b8e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-black.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-grey.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-grey.svg new file mode 100644 index 0000000..2bc3853 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-grey.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-white.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-white.svg new file mode 100644 index 0000000..12a7a6e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker-white.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker.svg new file mode 100644 index 0000000..28c09e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/color-picker.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colorfx.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colorfx.svg new file mode 100644 index 0000000..6c99936 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colorfx.svg @@ -0,0 +1,664 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colormanagement.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colormanagement.svg new file mode 120000 index 0000000..21e4611 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colorneg.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colorneg.svg new file mode 100644 index 0000000..a806c4a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colorneg.svg @@ -0,0 +1,574 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromablue.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromablue.svg new file mode 100644 index 0000000..1d14f2c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromablue.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromagreen.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromagreen.svg new file mode 100644 index 0000000..4b1b884 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromagreen.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromared.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromared.svg new file mode 100644 index 0000000..a67090e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colors-chromared.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/colors-luma.svg b/breeze-icons-5.21.0/icons-dark/actions/22/colors-luma.svg new file mode 100644 index 0000000..25b964f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/colors-luma.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/combined_fragment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/combined_fragment.svg new file mode 100644 index 0000000..363cd81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/combined_fragment.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/compass.svg b/breeze-icons-5.21.0/icons-dark/actions/22/compass.svg new file mode 100644 index 0000000..c470d45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/compass.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/component.svg b/breeze-icons-5.21.0/icons-dark/actions/22/component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/composition.svg b/breeze-icons-5.21.0/icons-dark/actions/22/composition.svg new file mode 100644 index 0000000..c2daef5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/composition.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/configure-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/22/configure-shortcuts.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/configure-shortcuts.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/configure-toolbars.svg b/breeze-icons-5.21.0/icons-dark/actions/22/configure-toolbars.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/configure-toolbars.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/configure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/configure.svg new file mode 100644 index 0000000..7aa6f34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/configure.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/contact-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/contact-new.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/contact-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/containment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/containment.svg new file mode 100644 index 0000000..25a13fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/containment.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/contrast.svg b/breeze-icons-5.21.0/icons-dark/actions/22/contrast.svg new file mode 100644 index 0000000..9eadc8f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/contrast.svg @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/coordinate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/coordinate.svg new file mode 100644 index 0000000..7312047 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/coordinate.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/copy-coordinates.svg b/breeze-icons-5.21.0/icons-dark/actions/22/copy-coordinates.svg new file mode 100644 index 0000000..41f0340 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/copy-coordinates.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/crosshairs.svg b/breeze-icons-5.21.0/icons-dark/actions/22/crosshairs.svg new file mode 100644 index 0000000..573ad24 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/crosshairs.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/cursor-arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/22/cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/curve-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/22/curve-connector.svg new file mode 100644 index 0000000..6494c82 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/curve-connector.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dashboard-show.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dashboard-show.svg new file mode 100644 index 0000000..6deaf5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dashboard-show.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/database-change-key.svg b/breeze-icons-5.21.0/icons-dark/actions/22/database-change-key.svg new file mode 100644 index 0000000..e8fe485 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/database-change-key.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/database-index.svg b/breeze-icons-5.21.0/icons-dark/actions/22/database-index.svg new file mode 100644 index 0000000..2a837d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/database-index.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/datatype.svg b/breeze-icons-5.21.0/icons-dark/actions/22/datatype.svg new file mode 120000 index 0000000..1b0dabf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/datatype.svg @@ -0,0 +1 @@ +code-typedef.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-execute-from-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-execute-from-cursor.svg new file mode 100644 index 0000000..bcdf046 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-execute-from-cursor.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-execute-to-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-execute-to-cursor.svg new file mode 100644 index 0000000..ea22cd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-execute-to-cursor.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-run-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-run-cursor.svg new file mode 100644 index 0000000..ce3864b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-run-cursor.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-run.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-run.svg new file mode 100644 index 0000000..22110bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-run.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-instruction.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-instruction.svg new file mode 100644 index 0000000..07d658e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-instruction.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-into-instruction.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-into-instruction.svg new file mode 100644 index 0000000..50b76ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-into-instruction.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-into.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-into.svg new file mode 100644 index 0000000..9409d4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-into.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-out.svg new file mode 100644 index 0000000..b0acc04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-out.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-over.svg b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-over.svg new file mode 100644 index 0000000..098c090 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/debug-step-over.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/deep-history.svg b/breeze-icons-5.21.0/icons-dark/actions/22/deep-history.svg new file mode 100644 index 0000000..5873e78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/deep-history.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/delete-comment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/delete-comment.svg new file mode 100644 index 0000000..189cdab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/delete-comment.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/delete-table-row.svg b/breeze-icons-5.21.0/icons-dark/actions/22/delete-table-row.svg new file mode 120000 index 0000000..01bb020 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/delete-table-row.svg @@ -0,0 +1 @@ +edit-table-delete-row.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dependency.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dependency.svg new file mode 100644 index 0000000..4a3dbde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dependency.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/depth16to8.svg b/breeze-icons-5.21.0/icons-dark/actions/22/depth16to8.svg new file mode 100644 index 0000000..1f846da --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/depth16to8.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/depth8to16.svg b/breeze-icons-5.21.0/icons-dark/actions/22/depth8to16.svg new file mode 100644 index 0000000..f3b724f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/depth8to16.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/diag_activity.svg b/breeze-icons-5.21.0/icons-dark/actions/22/diag_activity.svg new file mode 120000 index 0000000..7954379 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/diag_activity.svg @@ -0,0 +1 @@ +preferences-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/diag_class.svg b/breeze-icons-5.21.0/icons-dark/actions/22/diag_class.svg new file mode 100644 index 0000000..2f164ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/diag_class.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/diag_component.svg b/breeze-icons-5.21.0/icons-dark/actions/22/diag_component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/diag_component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dialog-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-cancel.svg new file mode 100644 index 0000000..33ea984 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-cancel.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dialog-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dialog-messages.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-messages.svg new file mode 100644 index 0000000..46a7646 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-messages.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-ok-apply.svg new file mode 100644 index 0000000..8234907 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-ok-apply.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dialog-ok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dialog-xml-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-xml-editor.svg new file mode 100644 index 0000000..c577b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dialog-xml-editor.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dirsync.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dirsync.svg new file mode 120000 index 0000000..0e0e5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distortionfx.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distortionfx.svg new file mode 120000 index 0000000..f24705e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distortionfx.svg @@ -0,0 +1 @@ +draw-spiral.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-graph-directed.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-graph-directed.svg new file mode 100644 index 0000000..6b81985 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-graph-directed.svg @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-graph.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-graph.svg new file mode 100644 index 0000000..47639b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-graph.svg @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-baseline.svg new file mode 100644 index 0000000..1b6b319 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-baseline.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-center.svg new file mode 100644 index 0000000..3756d4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-center.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-equal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-equal.svg new file mode 100644 index 0000000..31f1e7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-equal.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-gaps.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-gaps.svg new file mode 100644 index 0000000..6d8035e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-gaps.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-left.svg new file mode 100644 index 0000000..be1d680 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-left.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-margin.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-margin.svg new file mode 100644 index 0000000..3defffe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-margin.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-page.svg new file mode 100644 index 0000000..3bd7616 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-page.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-right.svg new file mode 100644 index 0000000..84c70af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-right.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-x.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal-x.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal.svg new file mode 100644 index 0000000..6d8035e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-horizontal.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-randomize.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-randomize.svg new file mode 100644 index 0000000..26c0a60 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-randomize.svg @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-remove-overlaps.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-remove-overlaps.svg new file mode 100644 index 0000000..121eca6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-remove-overlaps.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-unclump.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-unclump.svg new file mode 100644 index 0000000..3f30c49 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-unclump.svg @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-baseline.svg new file mode 100644 index 0000000..2f95476 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-baseline.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-bottom.svg new file mode 100644 index 0000000..d90bf3d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-bottom.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-center.svg new file mode 100644 index 0000000..a822c28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-center.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-equal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-equal.svg new file mode 100644 index 0000000..9edc1ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-equal.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-gaps.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-gaps.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-gaps.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-margin.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-margin.svg new file mode 100644 index 0000000..5b42abd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-margin.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-page.svg new file mode 100644 index 0000000..188bf56 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-page.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-top.svg new file mode 100644 index 0000000..2856cd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-top.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-y.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical-y.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical.svg new file mode 100644 index 0000000..b493e27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/distribute-vertical.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-close.svg new file mode 100644 index 0000000..9782c5e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-close.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-decrypt.svg new file mode 100644 index 0000000..b2e49dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-decrypt.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..7d35fde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-decrypt-verify.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-decrypt.svg new file mode 100644 index 0000000..76d1696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-decrypt.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-encrypt.svg new file mode 100644 index 0000000..221265e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-encrypt.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..ac52027 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-sign-encrypt.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-sign.svg new file mode 100644 index 0000000..44947f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-sign.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-verify.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit-verify.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit.svg new file mode 100644 index 0000000..b826f27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-edit.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-encrypt.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-encrypted.svg new file mode 100644 index 0000000..a1481ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-encrypted.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-export-table.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-export-table.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-export.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-export.svg new file mode 100644 index 0000000..c0410c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-export.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-import.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-import.svg new file mode 100644 index 0000000..51c99e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-import.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-multiple.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-multiple.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-new-from-template.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-new-from-template.svg new file mode 100644 index 0000000..010ba7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-new-from-template.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-new.svg new file mode 100644 index 0000000..6c1afe1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-new.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-open-data.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-data.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-open-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-folder.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-folder.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-open-recent.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-recent.svg new file mode 100644 index 0000000..340f98b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-recent.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-open-remote.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-remote.svg new file mode 100644 index 0000000..fedd86e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-open-remote.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-open.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-open.svg new file mode 100644 index 0000000..9b8fb04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-open.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-preview-archive.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-preview-archive.svg new file mode 100644 index 0000000..c4144ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-preview-archive.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-print-direct.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-print-direct.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-print-direct.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-print-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-print-frame.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-print-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-print-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-print-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-print.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-print.svg new file mode 100644 index 0000000..1601855 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-print.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-revert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-revert.svg new file mode 100644 index 0000000..82867da --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-revert.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-save-all.svg new file mode 100644 index 0000000..a83e7aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-save-all.svg @@ -0,0 +1,127 @@ + + + + + I REALLY hate this icon + + + + + + + + + + + + + + + image/svg+xml + + I REALLY hate this icon + November 20th 2014 + + + Uri Herrera + + + + + + + + English + Migh as well use Tango... for crying out loud. This damn icon has to die, but no because obviously we're still using floppies therefore it is still relevant in 2014. + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-save-as-template.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-save-as-template.svg new file mode 100644 index 0000000..9871ca3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-save-as-template.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2015-12-16 + + + TesX + + + + + + + + English + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-save-as.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-save-as.svg new file mode 100644 index 0000000..e4d9aab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-save-as.svg @@ -0,0 +1,127 @@ + + + + + I REALLY hate this icon + + + + + + + + + + + + + + + image/svg+xml + + I REALLY hate this icon + November 20th 2014 + + + Uri Herrera + + + + + + + + English + Migh as well use Tango... for crying out loud. This damn icon has to die, but no because obviously we're still using floppies therefore it is still relevant in 2014. + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-save.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-save.svg new file mode 100644 index 0000000..ec63721 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-save.svg @@ -0,0 +1,136 @@ + + + + + I REALLY hate this icon + + + + + + + + + + + + + + + + image/svg+xml + + I REALLY hate this icon + Migh as well use Tango... for crying out loud. This damn icon has to die, but no because obviously we're still using floppies therefore it is still relevant in 2014. + English + + + + + + + + Uri Herrera + + + November 20th 2014 + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-share.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-share.svg new file mode 100644 index 0000000..5980867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-share.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-sign.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-sign.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/document-swap.svg b/breeze-icons-5.21.0/icons-dark/actions/22/document-swap.svg new file mode 100644 index 0000000..f664419 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/document-swap.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/documentation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/documentation.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/documentation.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/documentinfo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/documentinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dontknow.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dontknow.svg new file mode 100644 index 0000000..eb3f045 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dontknow.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/download-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/download-amarok.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/download-amarok.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/download-later.svg b/breeze-icons-5.21.0/icons-dark/actions/22/download-later.svg new file mode 100644 index 0000000..2e4a836 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/download-later.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/download.svg b/breeze-icons-5.21.0/icons-dark/actions/22/download.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/download.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-back.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-back.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-back.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-forward.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-forward.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-bezier-curves.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-bezier-curves.svg new file mode 100644 index 0000000..e99fece --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-bezier-curves.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-brush.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-brush.svg new file mode 100644 index 0000000..0757d7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-brush.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-calligraphic.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-calligraphic.svg new file mode 100644 index 0000000..d03cdd2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-calligraphic.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-circle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-circle.svg new file mode 100644 index 0000000..5252563 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-circle.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-connector.svg new file mode 100644 index 0000000..1b72771 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-connector.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-cross.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-cross.svg new file mode 100644 index 0000000..e38a04b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-cross.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-cuboid.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-cuboid.svg new file mode 100644 index 0000000..86ba976 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-cuboid.svg @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-donut.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-donut.svg new file mode 100644 index 0000000..51b64d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-donut.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-ellipse.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-ellipse.svg new file mode 100644 index 0000000..244ca5e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-ellipse.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-eraser.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-eraser.svg new file mode 100644 index 0000000..70da171 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-eraser.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-freehand.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-freehand.svg new file mode 100644 index 0000000..6517e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-freehand.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle1.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle1.svg new file mode 100644 index 0000000..bffae54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle1.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle2.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle2.svg new file mode 100644 index 0000000..c41da52 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle2.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle3.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle3.svg new file mode 100644 index 0000000..e042cbb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle3.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle4.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle4.svg new file mode 100644 index 0000000..d707564 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-halfcircle4.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-line.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-line.svg new file mode 100644 index 0000000..24fdd8d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-line.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-path.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-path.svg new file mode 100644 index 0000000..ddff966 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-path.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-polygon-star.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-polygon-star.svg new file mode 100644 index 0000000..40a53bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-polygon-star.svg @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-polygon.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-polygon.svg new file mode 100644 index 0000000..40d6ab7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-polygon.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-polyline.svg new file mode 100644 index 0000000..905e921 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-polyline.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-rectangle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-rectangle.svg new file mode 100644 index 0000000..d9500fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-rectangle.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-spiral.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-spiral.svg new file mode 100644 index 0000000..2a0f586 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-spiral.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-square-inverted-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-square-inverted-corners.svg new file mode 100644 index 0000000..2b84643 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-square-inverted-corners.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-star.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-star.svg new file mode 100644 index 0000000..2aca818 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-star.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-text.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-text.svg new file mode 100644 index 0000000..d1fd7c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-text.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle.svg new file mode 100644 index 0000000..5bd8329 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle1.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle1.svg new file mode 100644 index 0000000..11e7b4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle1.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle2.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle2.svg new file mode 100644 index 0000000..ba0d7ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle2.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle3.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle3.svg new file mode 100644 index 0000000..c37b1b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle3.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle4.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle4.svg new file mode 100644 index 0000000..d90f7d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-triangle4.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/draw-watercolor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/draw-watercolor.svg new file mode 100644 index 0000000..736bf6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/draw-watercolor.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/dynamic-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/dynamic-amarok.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/earthquake.svg b/breeze-icons-5.21.0/icons-dark/actions/22/earthquake.svg new file mode 100644 index 0000000..e930708 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/earthquake.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-bomb.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-bomb.svg new file mode 100644 index 0000000..089a98e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-bomb.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-history.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-history.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-history.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-list.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-list.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-list.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-locationbar-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-locationbar-ltr.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-locationbar-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-locationbar-rtl.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear.svg new file mode 100644 index 0000000..09f8bf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clear.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-clone.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clone.svg new file mode 100644 index 0000000..6a8697f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-clone.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-comment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-comment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-copy.svg new file mode 100644 index 0000000..a0f7021 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-copy.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-cut.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-cut.svg new file mode 100644 index 0000000..2c28618 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-cut.svg @@ -0,0 +1,133 @@ + + + + + I hate this icon + + + + + + + + + + + + + + + + image/svg+xml + + I hate this icon + October 19th 2014 + + + Uri Herrera + + + + + + + + English + An icon I absolutely don't like, and that represents exactly the kind of things why I choose CC licenses. + + + Everyone + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-delete-shred.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-delete-shred.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-delete-shred.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-delete.svg new file mode 100644 index 0000000..bb5d102 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-delete.svg @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-download.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-download.svg new file mode 100644 index 0000000..d88944a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-download.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-entry.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-entry.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-entry.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-mail.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-mail.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-project.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-project.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-replace.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-replace.svg new file mode 100644 index 0000000..c0a6e7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-replace.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-user.svg new file mode 120000 index 0000000..12af19e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find-user.svg @@ -0,0 +1 @@ +./edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-find.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find.svg new file mode 100644 index 0000000..8e5685b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-find.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-group.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-group.svg new file mode 100644 index 0000000..7e034d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-group.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-guides.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-guides.svg new file mode 100644 index 0000000..ce1603e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-guides.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-add.svg new file mode 100644 index 0000000..2b9138c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-add.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-detect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-detect.svg new file mode 100644 index 0000000..565aaa0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-detect.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-recognize.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-recognize.svg new file mode 100644 index 0000000..22f7545 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-recognize.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-show.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-show.svg new file mode 100644 index 0000000..3dda848 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-image-face-show.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-link.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-link.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-link.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-map.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-map.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-map.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-node.svg new file mode 100644 index 0000000..6597181 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-node.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-paste-in-place.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-paste-in-place.svg new file mode 100644 index 0000000..8adfa45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-paste-in-place.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-paste.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-paste.svg new file mode 100644 index 0000000..b21b786 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-paste.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-redo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-redo.svg new file mode 100644 index 0000000..8a02302 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-redo.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-rename.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-rename.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-rename.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-all.svg new file mode 100644 index 0000000..d329859 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-all.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-invert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-invert.svg new file mode 100644 index 0000000..7cc047d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-invert.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-lasso.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-lasso.svg new file mode 100644 index 0000000..eaed062 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-lasso.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-none.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-none.svg new file mode 100644 index 0000000..4360082 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select-none.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-select.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select.svg new file mode 100644 index 0000000..f8abbe9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-select.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-cell-merge.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-cell-merge.svg new file mode 100644 index 0000000..7fc26de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-cell-merge.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-cell-split.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-cell-split.svg new file mode 100644 index 0000000..f433f2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-cell-split.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-delete-column.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-delete-column.svg new file mode 100644 index 0000000..b9c474b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-delete-column.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-delete-row.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-delete-row.svg new file mode 100644 index 0000000..2cced20 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-delete-row.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-column-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-column-left.svg new file mode 100644 index 0000000..fb37bed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-column-left.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-column-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-column-right.svg new file mode 100644 index 0000000..bf366bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-column-right.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-above.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-above.svg new file mode 100644 index 0000000..50a288b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-above.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-below.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-below.svg new file mode 100644 index 0000000..d283e10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-below.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-under.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-under.svg new file mode 100644 index 0000000..1e4972c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-table-insert-row-under.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-text-frame-update.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-text-frame-update.svg new file mode 100644 index 0000000..bd4d0aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-text-frame-update.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/edit-undo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/edit-undo.svg new file mode 100644 index 0000000..d041695 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/edit-undo.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/editimage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/editimage.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/editimage.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/editor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/editor.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/editor.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/embosstool.svg b/breeze-icons-5.21.0/icons-dark/actions/22/embosstool.svg new file mode 100644 index 0000000..2eaa824 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/embosstool.svg @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/end_of_life.svg b/breeze-icons-5.21.0/icons-dark/actions/22/end_of_life.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/end_of_life.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/end_state.svg b/breeze-icons-5.21.0/icons-dark/actions/22/end_state.svg new file mode 100644 index 0000000..216e3de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/end_state.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/entity.svg b/breeze-icons-5.21.0/icons-dark/actions/22/entity.svg new file mode 100644 index 0000000..18d3b3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/entity.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/entry-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/entry-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/entry-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/entry-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/entry-edit.svg new file mode 100644 index 0000000..c03f2ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/entry-edit.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/entry-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/entry-new.svg new file mode 100644 index 0000000..2ed960e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/entry-new.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/enum.svg b/breeze-icons-5.21.0/icons-dark/actions/22/enum.svg new file mode 120000 index 0000000..7857e22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/enum.svg @@ -0,0 +1 @@ +code-variable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/error.svg b/breeze-icons-5.21.0/icons-dark/actions/22/error.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/error.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-all.svg new file mode 100644 index 0000000..ad948b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-all.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-down.svg new file mode 100644 index 0000000..f050586 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-down.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-horizontal.svg new file mode 100644 index 0000000..40e4005 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-horizontal.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-left.svg new file mode 100644 index 0000000..ef627c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-left.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-right.svg new file mode 100644 index 0000000..4831b5b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-right.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-up.svg new file mode 100644 index 0000000..78f98a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-up.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-vertical.svg new file mode 100644 index 0000000..1169374 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/escape-direction-vertical.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/exception.svg b/breeze-icons-5.21.0/icons-dark/actions/22/exception.svg new file mode 100644 index 0000000..2c961a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/exception.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions-clockwise.svg b/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions-clockwise.svg new file mode 100644 index 0000000..eb02fe2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions-clockwise.svg @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions-zorder.svg b/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions-zorder.svg new file mode 100644 index 0000000..79d39d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions-zorder.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions.svg b/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions.svg new file mode 100644 index 0000000..c4accbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/exchange-positions.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/exifinfo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/exifinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/favorite-genres-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/favorite-genres-amarok.svg new file mode 100644 index 0000000..6501a13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/favorite-genres-amarok.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/feed-subscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/22/feed-subscribe.svg new file mode 100644 index 0000000..982f549 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/feed-subscribe.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/file-zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/22/file-zoom-in.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/file-zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/file-zoom-out.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-album-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-album-amarok.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-and-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-and-amarok.svg new file mode 100644 index 0000000..f0b9e38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-and-amarok.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-artist-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-artist-amarok.svg new file mode 120000 index 0000000..1606419 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-artist-amarok.svg @@ -0,0 +1 @@ +amarok_artist.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-bpm-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-bpm-amarok.svg new file mode 100644 index 0000000..3750c77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-bpm-amarok.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-comment-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-comment-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-composer-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-composer-amarok.svg new file mode 120000 index 0000000..c2db299 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-dash-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-dash-amarok.svg new file mode 100644 index 0000000..c8eef89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-dash-amarok.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-discnumber-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-discnumber-amarok.svg new file mode 100644 index 0000000..c8ddc7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-discnumber-amarok.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-divider.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-divider.svg new file mode 100644 index 0000000..721562d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-divider.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-dot-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-dot-amarok.svg new file mode 100644 index 0000000..24b30b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-dot-amarok.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-filetype-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-filetype-amarok.svg new file mode 100644 index 0000000..3f6a202 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-filetype-amarok.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-genre-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-genre-amarok.svg new file mode 120000 index 0000000..597fac1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-group-length.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-group-length.svg new file mode 100644 index 0000000..4f9950c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-group-length.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-group-tracks.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-group-tracks.svg new file mode 100644 index 0000000..df01bbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-group-tracks.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-ignore-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-ignore-amarok.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-ignore-amarok.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-initial-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-initial-amarok.svg new file mode 100644 index 0000000..e515d3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-initial-amarok.svg @@ -0,0 +1,733 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-last-played.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-last-played.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-moodbar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-moodbar.svg new file mode 100644 index 0000000..620dc2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-moodbar.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-sample-rate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-sample-rate.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-sample-rate.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-slash-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-slash-amarok.svg new file mode 100644 index 0000000..644e0c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-slash-amarok.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-space-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-space-amarok.svg new file mode 100644 index 0000000..80c374e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-space-amarok.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-title-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-title-amarok.svg new file mode 100644 index 0000000..eaf54bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-title-amarok.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-track-amarok.svg new file mode 120000 index 0000000..324bd1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-underscore-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-underscore-amarok.svg new file mode 100644 index 0000000..bb43797 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-underscore-amarok.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filename-year-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filename-year-amarok.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/fileview-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/22/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/fill-color.svg b/breeze-icons-5.21.0/icons-dark/actions/22/fill-color.svg new file mode 100644 index 0000000..f57a37c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/fill-color.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/filmgrain.svg b/breeze-icons-5.21.0/icons-dark/actions/22/filmgrain.svg new file mode 100644 index 0000000..23ca1c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/filmgrain.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/final_activity.svg b/breeze-icons-5.21.0/icons-dark/actions/22/final_activity.svg new file mode 100644 index 0000000..228e1de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/final_activity.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flag-black.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flag-black.svg new file mode 100644 index 0000000..bdebcc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flag-black.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flag-blue.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flag-blue.svg new file mode 100644 index 0000000..7604a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flag-blue.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flag-green.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flag-green.svg new file mode 100644 index 0000000..f4d0426 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flag-green.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flag-red.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flag-red.svg new file mode 100644 index 0000000..06be813 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flag-red.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flag-yellow.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flag-yellow.svg new file mode 100644 index 0000000..f66a868 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flag-yellow.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flag.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flag.svg new file mode 100644 index 0000000..0f3c549 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flag.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/flash.svg b/breeze-icons-5.21.0/icons-dark/actions/22/flash.svg new file mode 100644 index 0000000..2c8a670 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/flash.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/folder-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/folder-new.svg new file mode 100644 index 0000000..da48ff5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/folder-new.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/folder-sync.svg b/breeze-icons-5.21.0/icons-dark/actions/22/folder-sync.svg new file mode 100644 index 0000000..1feefe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/folder-sync.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/followmouse.svg b/breeze-icons-5.21.0/icons-dark/actions/22/followmouse.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/foreignkey_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/foreignkey_constraint.svg new file mode 100644 index 0000000..e05a37f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/foreignkey_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/fork.svg b/breeze-icons-5.21.0/icons-dark/actions/22/fork.svg new file mode 100644 index 0000000..0520044 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/fork.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-add-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-add-node.svg new file mode 100644 index 0000000..348e17b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-add-node.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-bottom.svg new file mode 100644 index 0000000..930cd53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-bottom.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-center.svg new file mode 100644 index 0000000..958bc77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-center.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-top.svg new file mode 100644 index 0000000..c847931 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-align-vertical-top.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-all.svg new file mode 100644 index 0000000..ca5fa9a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-all.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-bottom.svg new file mode 100644 index 0000000..243ba13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-bottom.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-diagonal-bl-tr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-diagonal-bl-tr.svg new file mode 100644 index 0000000..100d326 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-diagonal-bl-tr.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-diagonal-tl-br.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-diagonal-tl-br.svg new file mode 100644 index 0000000..6143c14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-diagonal-tl-br.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-external.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-external.svg new file mode 100644 index 0000000..fc43135 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-external.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal-horizontal.svg new file mode 100644 index 0000000..cc3a759 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal-horizontal.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal-vertical.svg new file mode 100644 index 0000000..2ed8d52 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal-vertical.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal.svg new file mode 100644 index 0000000..bea3d37 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-internal.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-left.svg new file mode 100644 index 0000000..e30e9a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-left.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-none.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-none.svg new file mode 100644 index 0000000..d853ad6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-none.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-right.svg new file mode 100644 index 0000000..7783170 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-right.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-top.svg new file mode 100644 index 0000000..0cd2113 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-set-top.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-border-style.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-style.svg new file mode 100644 index 0000000..df52fad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-border-style.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-break-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-break-node.svg new file mode 100644 index 0000000..01b2562 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-break-node.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-connect-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-connect-node.svg new file mode 100644 index 0000000..bd9d50e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-connect-node.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-convert-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-convert-to-path.svg new file mode 100644 index 0000000..04bdb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-convert-to-path.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-currency.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-currency.svg new file mode 100644 index 0000000..77e4895 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-currency.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-disconnect-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-disconnect-node.svg new file mode 100644 index 0000000..a211cb9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-disconnect-node.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-fill-color.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-fill-color.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-fill-color.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-font-size-less.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-font-size-less.svg new file mode 100644 index 0000000..a06c06e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-font-size-less.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-font-size-more.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-font-size-more.svg new file mode 100644 index 0000000..e0509c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-font-size-more.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-indent-less.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-indent-less.svg new file mode 100644 index 0000000..97334a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-indent-less.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-indent-more.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-indent-more.svg new file mode 100644 index 0000000..6711d3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-indent-more.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-insert-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-insert-node.svg new file mode 100644 index 0000000..a22132a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-insert-node.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-join-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-join-node.svg new file mode 100644 index 0000000..050b007 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-join-node.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-center.svg new file mode 100644 index 0000000..b245c72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-center.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-fill.svg new file mode 100644 index 0000000..9232922 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-fill.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-left.svg new file mode 100644 index 0000000..2622a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-left.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-right.svg new file mode 100644 index 0000000..4874c81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-justify-right.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-double.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-double.svg new file mode 100644 index 0000000..97a27a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-double.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-normal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-normal.svg new file mode 100644 index 0000000..882b423 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-normal.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-triple.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-triple.svg new file mode 100644 index 0000000..73aebf2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-line-spacing-triple.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-list-ordered.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-list-ordered.svg new file mode 100644 index 0000000..774aa4d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-list-ordered.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-list-unordered.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-list-unordered.svg new file mode 100644 index 0000000..e4ba241 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-list-unordered.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-node-corner.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-corner.svg new file mode 100644 index 0000000..c3e3c26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-corner.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-node-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-curve.svg new file mode 100644 index 0000000..e82e5a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-curve.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-node-line.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-line.svg new file mode 100644 index 0000000..43aee54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-line.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-node-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-smooth.svg new file mode 100644 index 0000000..00d3eae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-smooth.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-node-symmetric.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-symmetric.svg new file mode 100644 index 0000000..b5ad72d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-node-symmetric.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-number-percent.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-number-percent.svg new file mode 100644 index 0000000..9171474 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-number-percent.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-precision-less.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-precision-less.svg new file mode 100644 index 0000000..c5844bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-precision-less.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-precision-more.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-precision-more.svg new file mode 100644 index 0000000..052e0ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-precision-more.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-remove-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-remove-node.svg new file mode 100644 index 0000000..4333959 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-remove-node.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-segment-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-segment-curve.svg new file mode 100644 index 0000000..24777e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-segment-curve.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-segment-line.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-segment-line.svg new file mode 100644 index 0000000..3404ef5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-segment-line.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-stroke-color.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-stroke-color.svg new file mode 100644 index 0000000..6327d4f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-stroke-color.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-blockquote.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-blockquote.svg new file mode 100644 index 0000000..6edd333 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-blockquote.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-bold.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-bold.svg new file mode 100644 index 0000000..2e1e13f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-bold.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-capitalize.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-capitalize.svg new file mode 100644 index 0000000..cfa6378 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-capitalize.svg @@ -0,0 +1,795 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-code.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-code.svg new file mode 100644 index 0000000..a223c1e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-code.svg @@ -0,0 +1,420 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-color.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-color.svg new file mode 100644 index 0000000..4d85559 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-color.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-horizontal.svg new file mode 100644 index 0000000..0fb8e10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-horizontal.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-ltr.svg new file mode 100644 index 0000000..64aba5d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-ltr.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-rtl.svg new file mode 100644 index 0000000..457aa79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-rtl.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-vertical.svg new file mode 100644 index 0000000..0849ec7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-direction-vertical.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-italic.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-italic.svg new file mode 100644 index 0000000..44d1017 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-italic.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-lowercase.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-lowercase.svg new file mode 100644 index 0000000..0e01a92 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-lowercase.svg @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-strikethrough.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-strikethrough.svg new file mode 100644 index 0000000..f921f7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-strikethrough.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-subscript.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-subscript.svg new file mode 100644 index 0000000..c9ec86f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-subscript.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-superscript.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-superscript.svg new file mode 100644 index 0000000..fa26469 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-superscript.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-symbol.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-symbol.svg new file mode 100644 index 0000000..a7dee0e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-symbol.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-underline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-underline.svg new file mode 100644 index 0000000..055f8ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-underline.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/format-text-uppercase.svg b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-uppercase.svg new file mode 100644 index 0000000..01bf77b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/format-text-uppercase.svg @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/formula.svg b/breeze-icons-5.21.0/icons-dark/actions/22/formula.svg new file mode 100644 index 0000000..e2bd819 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/formula.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/freerotation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/freerotation.svg new file mode 120000 index 0000000..ae703d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/freerotation.svg @@ -0,0 +1 @@ +transform-rotate.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-achievements.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-achievements.svg new file mode 100644 index 0000000..de47645 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-achievements.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-config-background.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-config-board.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-board.svg new file mode 100644 index 0000000..185734f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-board.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-config-custom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-custom.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-custom.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-config-options.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-options.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-options.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-config-theme.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-theme.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-config-tiles.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-tiles.svg new file mode 100644 index 0000000..b2daf03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-config-tiles.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-difficult.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-difficult.svg new file mode 100644 index 0000000..1034b7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-difficult.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-endturn.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-endturn.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-endturn.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-highscores.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-highscores.svg new file mode 100644 index 0000000..0f1483b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-highscores.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-hint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-hint.svg new file mode 100644 index 0000000..c5db029 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-hint.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/games-solve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/games-solve.svg new file mode 100644 index 0000000..b43546b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/games-solve.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/geany-build.svg b/breeze-icons-5.21.0/icons-dark/actions/22/geany-build.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/geany-close-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/geany-close-all.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/geany-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/geany-save-all.svg new file mode 120000 index 0000000..43e072f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/generalisation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/generalisation.svg new file mode 100644 index 0000000..d131bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/generalisation.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/generalise.svg b/breeze-icons-5.21.0/icons-dark/actions/22/generalise.svg new file mode 100644 index 0000000..752f137 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/generalise.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/get-hot-new-stuff.svg b/breeze-icons-5.21.0/icons-dark/actions/22/get-hot-new-stuff.svg new file mode 100644 index 0000000..82bccd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/get-hot-new-stuff.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/globe.svg b/breeze-icons-5.21.0/icons-dark/actions/22/globe.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/globe.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-bottom.svg new file mode 100644 index 0000000..0f849ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-bottom.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-down-search.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-down-search.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-down-search.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-down.svg new file mode 100644 index 0000000..00579a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-down.svg @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-first-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-first-view-page.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-first-view.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-first-view.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-first.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-first.svg new file mode 100644 index 0000000..64c7a87 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-first.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-home-large.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-home-large.svg new file mode 120000 index 0000000..5cbdae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-home.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-home.svg new file mode 100644 index 0000000..5ff712f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-home.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-declaration.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-declaration.svg new file mode 100644 index 0000000..5ae8501 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-declaration.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-definition.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-definition.svg new file mode 100644 index 0000000..c7681f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-definition.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-locationbar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-locationbar.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-today.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-today.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-jump.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump.svg new file mode 100644 index 0000000..1c114b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-jump.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-last-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-last-view-page.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-last-view.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-last-view.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-last.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-last.svg new file mode 100644 index 0000000..a34e2a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-last.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-next-context.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-context.svg new file mode 100644 index 0000000..7131b16 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-context.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-next-use.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-use.svg new file mode 100644 index 0000000..a1f28e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-use.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-next-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-view-page.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-next-view.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-view.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-next.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-next.svg new file mode 100644 index 0000000..5b9c73e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-next.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-parent-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-parent-folder.svg new file mode 100644 index 0000000..bc0c500 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-parent-folder.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-context.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-context.svg new file mode 100644 index 0000000..aa48490 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-context.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-use.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-use.svg new file mode 100644 index 0000000..48da5c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-use.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-view-page.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-view.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-view.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous.svg new file mode 100644 index 0000000..0447cc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-previous.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-top.svg new file mode 100644 index 0000000..706cce6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-top.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-up-search.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-up-search.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-up-search.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/go-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/go-up.svg new file mode 100644 index 0000000..28ef015 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/go-up.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gpg.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gpg.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gpg.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gpgsm.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gpgsm.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gpgsm.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gps.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gps.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/grid-rectangular.svg b/breeze-icons-5.21.0/icons-dark/actions/22/grid-rectangular.svg new file mode 100644 index 0000000..592bdeb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/grid-rectangular.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/group-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/group-delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/group-delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/group-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/group-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/group-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/group-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/group-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/group.svg b/breeze-icons-5.21.0/icons-dark/actions/22/group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-apply.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-apply.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-authentication.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-authentication.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-authentication.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-bold.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-bold.svg new file mode 120000 index 0000000..3921884 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-cancel.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-cancel.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-cdrom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-cdrom.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-clear.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-clear.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-connect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-connect.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-convert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-convert.svg new file mode 100644 index 0000000..acedc47 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-convert.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-disconnect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-disconnect.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-execute.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-execute.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-execute.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-floppy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-floppy.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-index.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-index.svg new file mode 100644 index 0000000..726ea4a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-index.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-no.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-no.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-ok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-preferences.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-preferences.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-preferences.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-quit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-quit.svg new file mode 120000 index 0000000..514fcfb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-quit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-select-color.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-select-color.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-select-font.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-select-font.svg new file mode 100644 index 0000000..0ba75d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-select-font.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-stop.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-stop.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-undelete-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-undelete-ltr.svg new file mode 120000 index 0000000..88a18b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-undelete-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-undelete-rtl.svg new file mode 120000 index 0000000..a13a878 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/gtk-yes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-yes.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/gtk-yes.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/guides.svg b/breeze-icons-5.21.0/icons-dark/actions/22/guides.svg new file mode 120000 index 0000000..520ecec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/guides.svg @@ -0,0 +1 @@ +snap-guideline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-about.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-about.svg new file mode 100644 index 0000000..d5cc87d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-about.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-contents.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-contents.svg new file mode 120000 index 0000000..6aea6ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-contents.svg @@ -0,0 +1 @@ +../../apps/22/system-help.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-contextual.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-contextual.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-contextual.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-donate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-feedback.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-feedback.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-hint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-hint.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/help-whatsthis.svg b/breeze-icons-5.21.0/icons-dark/actions/22/help-whatsthis.svg new file mode 100644 index 0000000..cfe0303 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/help-whatsthis.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/hidemouse.svg b/breeze-icons-5.21.0/icons-dark/actions/22/hidemouse.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/hint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/hint.svg new file mode 100644 index 0000000..c815740 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/hint.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/hotpixels.svg b/breeze-icons-5.21.0/icons-dark/actions/22/hotpixels.svg new file mode 100644 index 0000000..a866926 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/hotpixels.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/identity.svg b/breeze-icons-5.21.0/icons-dark/actions/22/identity.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-aim.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-aim.svg new file mode 100644 index 0000000..e289c41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-aim.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-ban-kick-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-ban-kick-user.svg new file mode 100644 index 0000000..4431d72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-ban-kick-user.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-ban-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-ban-user.svg new file mode 120000 index 0000000..9861f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-ban-user.svg @@ -0,0 +1 @@ +./list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-facebook.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-facebook.svg new file mode 100644 index 0000000..33ef6d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-facebook.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-gadugadu.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-gadugadu.svg new file mode 100644 index 0000000..4893d10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-gadugadu.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-google-talk.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-google-talk.svg new file mode 100644 index 0000000..48f6374 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-google-talk.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-google.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-google.svg new file mode 100644 index 0000000..6f52660 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-google.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-icq.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-icq.svg new file mode 100644 index 0000000..1adff53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-icq.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-identi.ca.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-identi.ca.svg new file mode 100644 index 0000000..f42fbd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-identi.ca.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-invisible-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-invisible-user.svg new file mode 100644 index 0000000..304c955 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-invisible-user.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-irc.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-irc.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-irc.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-jabber.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-jabber.svg new file mode 120000 index 0000000..d31bb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-jabber.svg @@ -0,0 +1 @@ +games-hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-kick-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-kick-user.svg new file mode 100644 index 0000000..a25848c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-kick-user.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-msn.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-msn.svg new file mode 100644 index 0000000..34efdda --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-msn.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-qq.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-qq.svg new file mode 100644 index 0000000..4c8e71d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-qq.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-skype.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-skype.svg new file mode 100644 index 0000000..0010d96 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-skype.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-twitter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-twitter.svg new file mode 100644 index 0000000..a8f68e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-twitter.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-user-away.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-away.svg new file mode 100644 index 0000000..6893a62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-away.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-user-busy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-busy.svg new file mode 100644 index 0000000..da1580a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-busy.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-user-offline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-offline.svg new file mode 100644 index 0000000..53c2b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-offline.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-user-online.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-online.svg new file mode 100644 index 0000000..38bab80 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-user-online.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-user.svg new file mode 100644 index 0000000..e303cad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-user.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/im-yahoo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/im-yahoo.svg new file mode 100644 index 0000000..4d1a435 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/im-yahoo.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/imagecomment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/imagecomment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/initial_state.svg b/breeze-icons-5.21.0/icons-dark/actions/22/initial_state.svg new file mode 100644 index 0000000..c6d4645 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/initial_state.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/inpainting.svg b/breeze-icons-5.21.0/icons-dark/actions/22/inpainting.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/inpainting.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-button.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-button.svg new file mode 100644 index 0000000..b443642 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-button.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-endnote.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-endnote.svg new file mode 100644 index 0000000..82ce32b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-endnote.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-footnote.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-footnote.svg new file mode 100644 index 0000000..5e9d979 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-footnote.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-horizontal-rule.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-horizontal-rule.svg new file mode 100644 index 0000000..41fa421 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-horizontal-rule.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-image.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-image.svg new file mode 100644 index 0000000..dfd0471 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-image.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-link.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-link.svg new file mode 100644 index 0000000..f199513 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-link.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-math-expression.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-math-expression.svg new file mode 100644 index 0000000..61cff1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-math-expression.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-more-mark.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-more-mark.svg new file mode 100644 index 0000000..456719f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-more-mark.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-page-break.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-page-break.svg new file mode 100644 index 0000000..ad4e865 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-page-break.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-table-of-contents.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-table-of-contents.svg new file mode 100644 index 0000000..59636f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-table-of-contents.svg @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-table-row.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-table-row.svg new file mode 120000 index 0000000..ff3e28d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-table-row.svg @@ -0,0 +1 @@ +edit-table-insert-row-above.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-table.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-table.svg new file mode 100644 index 0000000..1dbe048 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-table.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-tableofcontents.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-tableofcontents.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-tableofcontents.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-text-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-text-frame.svg new file mode 100644 index 0000000..e3c50ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-text-frame.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/insert-text.svg b/breeze-icons-5.21.0/icons-dark/actions/22/insert-text.svg new file mode 100644 index 0000000..2ef3b70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/insert-text.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/interface.svg b/breeze-icons-5.21.0/icons-dark/actions/22/interface.svg new file mode 120000 index 0000000..4b00663 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/interface.svg @@ -0,0 +1 @@ +edit-guides.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/internet-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/internet-amarok.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/internet-amarok.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/invertimage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/invertimage.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-channel-active.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-channel-active.svg new file mode 100644 index 0000000..62ab4f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-channel-active.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-channel-inactive.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-channel-inactive.svg new file mode 100644 index 0000000..6e25c34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-channel-inactive.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-close-channel.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-close-channel.svg new file mode 120000 index 0000000..d96b05d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-close-channel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-join-channel.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-join-channel.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-join-channel.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-operator.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-operator.svg new file mode 100644 index 0000000..e44b178 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-operator.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-remove-operator.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-remove-operator.svg new file mode 100644 index 0000000..0a0701c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-remove-operator.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-unvoice.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-unvoice.svg new file mode 100644 index 0000000..40d31cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-unvoice.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/irc-voice.svg b/breeze-icons-5.21.0/icons-dark/actions/22/irc-voice.svg new file mode 100644 index 0000000..01bb4d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/irc-voice.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/join.svg b/breeze-icons-5.21.0/icons-dark/actions/22/join.svg new file mode 100644 index 0000000..c895c2e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/join.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/journal-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/journal-new.svg new file mode 100644 index 0000000..9160c40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/journal-new.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/junction.svg b/breeze-icons-5.21.0/icons-dark/actions/22/junction.svg new file mode 100644 index 0000000..32d12d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/junction.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-clip.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-clip.svg new file mode 100644 index 0000000..13b2491 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-clip.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-color-clip.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-color-clip.svg new file mode 100644 index 0000000..162e1b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-color-clip.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-slide-clip.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-slide-clip.svg new file mode 120000 index 0000000..b9ac114 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +tool-animator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-text-clip.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-text-clip.svg new file mode 100644 index 0000000..09c2ddb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-add-text-clip.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-bottom.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-hor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-hor.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-hor.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-left.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-left.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-none.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-none.svg new file mode 100644 index 0000000..252af86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-none.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-right.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-right.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-top.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-top.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-vert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-vert.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-align-vert.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-custom-effect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-custom-effect.svg new file mode 100644 index 0000000..2c86f17 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-custom-effect.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-deleffect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-deleffect.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-deleffect.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-down.svg new file mode 120000 index 0000000..a8eb1b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-hide-audio.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-hide-audio.svg new file mode 120000 index 0000000..80f1588 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-hide-audio.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-muted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-hide-video.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-hide-video.svg new file mode 100644 index 0000000..a15a2f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-hide-video.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-edit.svg new file mode 100644 index 0000000..24da7df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-edit.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-rect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-rect.svg new file mode 100644 index 0000000..8a2b5e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-rect.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-unicode.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-unicode.svg new file mode 100644 index 0000000..fc7ed82 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-insert-unicode.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-lock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-menu.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-menu.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-normal-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-normal-edit.svg new file mode 100644 index 0000000..081fab1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-normal-edit.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-object-height.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-object-height.svg new file mode 100644 index 0000000..92a1b95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-object-height.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-object-width.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-object-width.svg new file mode 100644 index 0000000..71bc805 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-object-width.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-overwrite-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-overwrite-edit.svg new file mode 100644 index 0000000..a8d6a00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-overwrite-edit.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-all.svg new file mode 100644 index 0000000..d329859 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-all.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-images.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-images.svg new file mode 100644 index 0000000..9e02555 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-images.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-rects.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-rects.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-rects.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-texts.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-texts.svg new file mode 100644 index 0000000..59a67b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-texts.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-tool.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-tool.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-select-tool.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-audio.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-audio.svg new file mode 120000 index 0000000..d09fca9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-audio.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-high.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-audiothumb.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-audiothumb.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-audiothumb.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-markers.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-markers.svg new file mode 100644 index 0000000..0f3c549 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-markers.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-video.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-video.svg new file mode 100644 index 0000000..215ed64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-video.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-videothumb.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-videothumb.svg new file mode 120000 index 0000000..0d1faec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-show-videothumb.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-snap.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-snap.svg new file mode 120000 index 0000000..01df571 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-snap.svg @@ -0,0 +1 @@ +snap-extension.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-spacer-tool.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-spacer-tool.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-spacer-tool.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-split-audio.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-split-audio.svg new file mode 100644 index 0000000..d782a38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-split-audio.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-track_has_effect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-track_has_effect.svg new file mode 100644 index 0000000..92641c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-track_has_effect.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-unlock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-unselect-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-unselect-all.svg new file mode 100644 index 0000000..8268733 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-unselect-all.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-bottom.svg new file mode 100644 index 0000000..53493ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-bottom.svg @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-down.svg new file mode 100644 index 0000000..d31dff7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-down.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-top.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-top.svg new file mode 100644 index 0000000..08db3bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-top.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-up.svg new file mode 100644 index 0000000..b4fc8d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zindex-up.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zone-end.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zone-end.svg new file mode 100644 index 0000000..5c18bff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zone-end.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zone-start.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zone-start.svg new file mode 100644 index 0000000..765ae26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zone-start.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zoom-large.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zoom-large.svg new file mode 120000 index 0000000..ff0b46f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zoom-large.svg @@ -0,0 +1 @@ +labplot-zoom-in-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zoom-small.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zoom-small.svg new file mode 120000 index 0000000..40a5773 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kdenlive-zoom-small.svg @@ -0,0 +1 @@ +labplot-zoom-out-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/key-enter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/key-enter.svg new file mode 100644 index 0000000..cc274fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/key-enter.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kmousetool_off.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kmousetool_off.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kmousetool_off.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kmousetool_on.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kmousetool_on.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kmousetool_on.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrase-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrase-new.svg new file mode 100644 index 0000000..6921440 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrase-new.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrase.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrase.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrasebook.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrasebook.svg new file mode 100644 index 0000000..5dd9790 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phrasebook.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phresebook-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phresebook-new.svg new file mode 100644 index 0000000..b42929d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kmouth-phresebook-new.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/knotes_alarm.svg b/breeze-icons-5.21.0/icons-dark/actions/22/knotes_alarm.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/knotes_date.svg b/breeze-icons-5.21.0/icons-dark/actions/22/knotes_date.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/knotes_delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/knotes_delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/knotes_delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/know.svg b/breeze-icons-5.21.0/icons-dark/actions/22/know.svg new file mode 100644 index 0000000..5d82b95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/know.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kontes_close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kontes_close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kontes_close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_combine.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_combine.svg new file mode 100644 index 0000000..eb8a5e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_combine.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_comparedirs.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_comparedirs.svg new file mode 100644 index 0000000..1b9fcee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_comparedirs.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_diskusage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_diskusage.svg new file mode 100644 index 0000000..35a1d21 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_diskusage.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_jumpback.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_jumpback.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_mountman.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_mountman.svg new file mode 100644 index 0000000..9b46501 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_mountman.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_setjumpback.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_setjumpback.svg new file mode 120000 index 0000000..76b6809 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_syncbrowse_off.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_syncbrowse_off.svg new file mode 100644 index 0000000..3a98795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_syncbrowse_off.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_syncbrowse_on.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_syncbrowse_on.svg new file mode 100644 index 0000000..2f960c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_syncbrowse_on.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kr_unselect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kr_unselect.svg new file mode 100644 index 0000000..72e85fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kr_unselect.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_advanced.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_advanced.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_advanced.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_catalog.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_catalog.svg new file mode 120000 index 0000000..0747769 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_catalog.svg @@ -0,0 +1 @@ +draw-star.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_cbound.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_cbound.svg new file mode 100644 index 0000000..341921a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_cbound.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_clines.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_clines.svg new file mode 100644 index 0000000..3e789a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_clines.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_cnames.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_cnames.svg new file mode 100644 index 0000000..2da699c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_cnames.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_colors.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_colors.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_colors.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_constellationart.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_constellationart.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_constellationart.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_deepsky.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_deepsky.svg new file mode 100644 index 0000000..2d75e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_deepsky.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_ekos.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_ekos.svg new file mode 100644 index 0000000..5f08590 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_ekos.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_fitsviewer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_fitsviewer.svg new file mode 100644 index 0000000..7311478 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_fitsviewer.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_flag.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_flag.svg new file mode 120000 index 0000000..451d452 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_flag.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_grid.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_grid.svg new file mode 100644 index 0000000..761978a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_grid.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_guides.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_guides.svg new file mode 120000 index 0000000..793f5eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_guides.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_hgrid.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_hgrid.svg new file mode 100644 index 0000000..8c4d1ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_hgrid.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_horizon.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_horizon.svg new file mode 100644 index 0000000..4387539 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_horizon.svg @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_indi.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_indi.svg new file mode 100644 index 0000000..2c246a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_indi.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_mw.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_mw.svg new file mode 100644 index 0000000..8868804 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_mw.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_planets.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_planets.svg new file mode 120000 index 0000000..494cb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_planets.svg @@ -0,0 +1 @@ +../../places/22/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_satellites.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_satellites.svg new file mode 100644 index 0000000..4e551ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_satellites.svg @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_solarsystem.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_solarsystem.svg new file mode 100644 index 0000000..e70a117 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_solarsystem.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_stars.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_stars.svg new file mode 120000 index 0000000..0747769 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_stars.svg @@ -0,0 +1 @@ +draw-star.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_supernovae.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_supernovae.svg new file mode 100644 index 0000000..1fc6dfa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_supernovae.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kstars_xplanet.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_xplanet.svg new file mode 120000 index 0000000..494cb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kstars_xplanet.svg @@ -0,0 +1 @@ +../../places/22/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-add-feeds.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-add-feeds.svg new file mode 100644 index 0000000..81ff144 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-add-feeds.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-add-filters.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-add-filters.svg new file mode 100644 index 0000000..7ceea4d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-add-filters.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-bandwidth-scheduler.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-bandwidth-scheduler.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-change-tracker.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-change-tracker.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-check-data.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-check-data.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-check-data.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-chunks.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-chunks.svg new file mode 100644 index 0000000..5405c98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-chunks.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-encrypted.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-encrypted.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-info-widget.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-info-widget.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-magnet.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-magnet.svg new file mode 100644 index 0000000..ab283df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-magnet.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-pause.svg new file mode 120000 index 0000000..020f415 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-plugins.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-plugins.svg new file mode 120000 index 0000000..7563411 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-plugins.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-queue-manager.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-queue-manager.svg new file mode 100644 index 0000000..3f6c98a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-queue-manager.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove-feeds.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove-feeds.svg new file mode 100644 index 0000000..7932d8f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove-feeds.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove-filters.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove-filters.svg new file mode 100644 index 0000000..7d7ca97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove-filters.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-restore-defaults.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-restore-defaults.svg new file mode 120000 index 0000000..c4692e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-restore-defaults.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-set-max-download-speed.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-set-max-download-speed.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-set-max-upload-speed.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-set-max-upload-speed.svg new file mode 100644 index 0000000..7f98585 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-set-max-upload-speed.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-show-statusbar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-show-statusbar.svg new file mode 120000 index 0000000..ae70e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-speed-limits.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-speed-limits.svg new file mode 120000 index 0000000..e48dac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-speed-limits.svg @@ -0,0 +1 @@ +filename-bpm-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-start-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-start-all.svg new file mode 100644 index 0000000..a24d629 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-start-all.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-start.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-stop-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-stop-all.svg new file mode 100644 index 0000000..56b6755 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-stop-all.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/kt-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/kt-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/ktnef_extract_to.svg b/breeze-icons-5.21.0/icons-dark/actions/22/ktnef_extract_to.svg new file mode 120000 index 0000000..da21a89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/ktnef_extract_to.svg @@ -0,0 +1 @@ +archive-extract.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/label-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/label-amarok.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-TeX-logo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-TeX-logo.svg new file mode 100644 index 0000000..9f71a7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-TeX-logo.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-axis-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-axis-horizontal.svg new file mode 100644 index 0000000..f09d072 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-axis-horizontal.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-axis-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-axis-vertical.svg new file mode 100644 index 0000000..5179c16 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-axis-vertical.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-cursor-arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-format-text-symbol.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-format-text-symbol.svg new file mode 120000 index 0000000..5d66639 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-down-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-down-y.svg new file mode 100644 index 0000000..3d5cc78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-down-y.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-left-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-left-x.svg new file mode 100644 index 0000000..e219579 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-left-x.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-right-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-right-x.svg new file mode 100644 index 0000000..e4d43f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-right-x.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-up-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-up-y.svg new file mode 100644 index 0000000..3a2631e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-shift-up-y.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-transform-move.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-transform-move.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-curve.svg new file mode 100644 index 0000000..8af07b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-curve.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-equation-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-equation-curve.svg new file mode 100644 index 0000000..bade837 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-equation-curve.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-fit-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-fit-curve.svg new file mode 100644 index 0000000..3b2093f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-fit-curve.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-four-axes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-four-axes.svg new file mode 100644 index 0000000..3468454 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-four-axes.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes-centered-origin.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes-centered-origin.svg new file mode 100644 index 0000000..553ba71 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes-centered-origin.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes-centered.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes-centered.svg new file mode 100644 index 0000000..46f5bd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes-centered.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes.svg new file mode 100644 index 0000000..256e2ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-xy-plot-two-axes.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-in-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-in-x.svg new file mode 100644 index 0000000..142953f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-in-x.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-in-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-in-y.svg new file mode 100644 index 0000000..2b9c678 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-in-y.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-out-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-out-x.svg new file mode 100644 index 0000000..c79327b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-out-x.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-out-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-out-y.svg new file mode 100644 index 0000000..b5b8038 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-out-y.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select.svg b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/labplot-zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/languages.svg b/breeze-icons-5.21.0/icons-dark/actions/22/languages.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/languages.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/layer-visible-off.svg b/breeze-icons-5.21.0/icons-dark/actions/22/layer-visible-off.svg new file mode 100644 index 0000000..001b747 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/layer-visible-off.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/layer-visible-on.svg b/breeze-icons-5.21.0/icons-dark/actions/22/layer-visible-on.svg new file mode 100644 index 0000000..985b0f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/layer-visible-on.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/lensautofix.svg b/breeze-icons-5.21.0/icons-dark/actions/22/lensautofix.svg new file mode 100644 index 0000000..65932a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/lensautofix.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/lensdistortion.svg b/breeze-icons-5.21.0/icons-dark/actions/22/lensdistortion.svg new file mode 100644 index 0000000..442f620 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/lensdistortion.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/license.svg b/breeze-icons-5.21.0/icons-dark/actions/22/license.svg new file mode 100644 index 0000000..407b030 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/license.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/lighttable.svg b/breeze-icons-5.21.0/icons-dark/actions/22/lighttable.svg new file mode 100644 index 0000000..7de579f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/lighttable.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/lighttableadd.svg b/breeze-icons-5.21.0/icons-dark/actions/22/lighttableadd.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/lines-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/22/lines-connector.svg new file mode 100644 index 0000000..d151b1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/lines-connector.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/list-add-font.svg b/breeze-icons-5.21.0/icons-dark/actions/22/list-add-font.svg new file mode 100644 index 0000000..d3d9631 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/list-add-font.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/list-add-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/list-add-user.svg new file mode 100644 index 0000000..e5cc6d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/list-add-user.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/list-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/list-add.svg new file mode 100644 index 0000000..3679698 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/list-add.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/list-remove-user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/list-remove-user.svg new file mode 100644 index 0000000..188ff81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/list-remove-user.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/list-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/list-remove.svg new file mode 100644 index 0000000..6799560 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/list-remove.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/list-resource-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/list-resource-add.svg new file mode 120000 index 0000000..ff7249b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/list-resource-add.svg @@ -0,0 +1 @@ +list-add-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/lock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/love-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/love-amarok.svg new file mode 100644 index 0000000..2d99297 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/love-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-attachment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-attachment.svg new file mode 100644 index 0000000..6957f61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-attachment.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted-full.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted-full.svg new file mode 100644 index 0000000..89d9ebf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted-full.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted-part.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted-part.svg new file mode 100644 index 0000000..db5c7a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted-part.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted.svg new file mode 120000 index 0000000..bab4595 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-flag.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-flag.svg new file mode 100644 index 0000000..307d878 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-flag.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-forward.svg new file mode 100644 index 0000000..917766e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-forward.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-forwarded-replied.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-forwarded-replied.svg new file mode 100644 index 0000000..70b8200 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-forwarded-replied.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-forwarded.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-forwarded.svg new file mode 100644 index 0000000..c05933d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-forwarded.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-invitation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-invitation.svg new file mode 100644 index 0000000..eae82d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-invitation.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-important.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-important.svg new file mode 100644 index 0000000..c844cbb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-important.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-junk.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-junk.svg new file mode 100644 index 0000000..68c6df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-junk.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-notjunk.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-notjunk.svg new file mode 100644 index 0000000..166a252 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-notjunk.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-read.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-read.svg new file mode 100644 index 0000000..d0f989b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-read.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-task.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-task.svg new file mode 100644 index 0000000..a5d58ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-task.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-unread-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-unread-new.svg new file mode 100644 index 0000000..0fe83a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-unread-new.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-unread.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-unread.svg new file mode 100644 index 0000000..3f990a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-mark-unread.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-meeting-request-reply.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-meeting-request-reply.svg new file mode 100644 index 0000000..d912633 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-meeting-request-reply.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-message-new-list.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-message-new-list.svg new file mode 100644 index 0000000..85c15fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-message-new-list.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-message-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-message-new.svg new file mode 100644 index 0000000..98beaf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-message-new.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-queue.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-queue.svg new file mode 100644 index 0000000..7520472 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-queue.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-receive.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-receive.svg new file mode 100644 index 0000000..8199980 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-receive.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-replied.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-replied.svg new file mode 100644 index 0000000..6a8c53e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-replied.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-all.svg new file mode 100644 index 0000000..73eb571 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-all.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-custom-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-custom-all.svg new file mode 100644 index 0000000..218dd5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-custom-all.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-custom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-custom.svg new file mode 100644 index 0000000..cad9acb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-custom.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-list.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-list.svg new file mode 100644 index 0000000..3cf6c4f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-list.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-sender.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-sender.svg new file mode 100644 index 0000000..9fab240 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-reply-sender.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-send.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-send.svg new file mode 100644 index 0000000..a35f1b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-send.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-signature-unknown.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signature-unknown.svg new file mode 100644 index 0000000..80c9140 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signature-unknown.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-full.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-full.svg new file mode 100644 index 0000000..4cdc06e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-full.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-fully.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-fully.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-part.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-part.svg new file mode 100644 index 0000000..b850ca3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-part.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-verified.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-verified.svg new file mode 100644 index 0000000..c946cff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed-verified.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mail-tagged.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mail-tagged.svg new file mode 100644 index 0000000..15a6c71 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mail-tagged.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/map-flat.svg b/breeze-icons-5.21.0/icons-dark/actions/22/map-flat.svg new file mode 100644 index 0000000..a64901d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/map-flat.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/map-globe.svg b/breeze-icons-5.21.0/icons-dark/actions/22/map-globe.svg new file mode 100644 index 0000000..07eb3d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/map-globe.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/map-gnomonic.svg b/breeze-icons-5.21.0/icons-dark/actions/22/map-gnomonic.svg new file mode 100644 index 0000000..623d579 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/map-gnomonic.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/map-mercator.svg b/breeze-icons-5.21.0/icons-dark/actions/22/map-mercator.svg new file mode 100644 index 0000000..5ba8c68 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/map-mercator.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/markasblank.svg b/breeze-icons-5.21.0/icons-dark/actions/22/markasblank.svg new file mode 100644 index 0000000..aca7ec1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/markasblank.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/measure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/measure.svg new file mode 100644 index 0000000..656efc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/measure.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-album-cover-manager-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-cover-manager-amarok.svg new file mode 100644 index 0000000..7fc923d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-cover-manager-amarok.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-album-cover.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-cover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-album-repeat-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-repeat-amarok.svg new file mode 120000 index 0000000..cf79da2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-album-track.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-track.svg new file mode 100644 index 0000000..c5727ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-album-track.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-eject.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-eject.svg new file mode 100644 index 0000000..e063bbd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-eject.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-mount.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-mount.svg new file mode 100644 index 0000000..a48b688 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-mount.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-pause.svg new file mode 100644 index 0000000..e90aaf3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-pause.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-start.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-start.svg new file mode 100644 index 0000000..3012a68 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-start.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-stop.svg new file mode 100644 index 0000000..78908f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-playback-stop.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-playlist-repeat.svg new file mode 100644 index 0000000..2ddcc07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-playlist-repeat.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-playlist-shuffle.svg new file mode 100644 index 0000000..aa7f44c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-playlist-shuffle.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-random-albums-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-random-albums-amarok.svg new file mode 100644 index 0000000..80c57ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-random-albums-amarok.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-random-tracks-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-random-tracks-amarok.svg new file mode 100644 index 0000000..fa316df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-random-tracks-amarok.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-record.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-record.svg new file mode 100644 index 0000000..9096d2c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-record.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-album-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-album-amarok.svg new file mode 100644 index 0000000..e04fc1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-album-amarok.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-playlist-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-playlist-amarok.svg new file mode 100644 index 0000000..5dcf04d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-playlist-amarok.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-track-amarok.svg new file mode 100644 index 0000000..d58bf45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-repeat-track-amarok.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-seek-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-seek-backward.svg new file mode 100644 index 0000000..149e26b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-seek-backward.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-seek-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-seek-forward.svg new file mode 100644 index 0000000..c3364c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-seek-forward.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-show-active-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-show-active-track-amarok.svg new file mode 100644 index 0000000..8a5a60b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-show-active-track-amarok.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-skip-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-skip-backward.svg new file mode 100644 index 0000000..ca9446b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-skip-backward.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-skip-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-skip-forward.svg new file mode 100644 index 0000000..1736a6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-skip-forward.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-standard-track-progression-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-standard-track-progression-amarok.svg new file mode 120000 index 0000000..0c97893 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +format-list-ordered.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-track-add-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-add-amarok.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-track-edit-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-edit-amarok.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-edit-amarok.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-track-queue-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-queue-amarok.svg new file mode 100644 index 0000000..f41b119 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-queue-amarok.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/media-track-remove-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/meeting-attending-tentative.svg b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-attending-tentative.svg new file mode 100644 index 0000000..9392e2f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-attending-tentative.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/meeting-attending.svg b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-attending.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-attending.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/meeting-participant-no-response.svg b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-participant-no-response.svg new file mode 100644 index 0000000..dba70ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-participant-no-response.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/meeting-participant-request-response.svg b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-participant-request-response.svg new file mode 100644 index 0000000..be989cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/meeting-participant-request-response.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/menu_new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/menu_new.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/menu_new.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/menu_new_sep.svg b/breeze-icons-5.21.0/icons-dark/actions/22/menu_new_sep.svg new file mode 100644 index 0000000..1ce022e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/menu_new_sep.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/merge.svg b/breeze-icons-5.21.0/icons-dark/actions/22/merge.svg new file mode 100644 index 0000000..d1e1c9d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/merge.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/messagebox_warning.svg b/breeze-icons-5.21.0/icons-dark/actions/22/messagebox_warning.svg new file mode 100644 index 0000000..ae549a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/messagebox_warning.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/milestone.svg b/breeze-icons-5.21.0/icons-dark/actions/22/milestone.svg new file mode 100644 index 0000000..bda3312 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/milestone.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mode1.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mode1.svg new file mode 100644 index 0000000..b90ce95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mode1.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mode2.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mode2.svg new file mode 100644 index 0000000..1cfab5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mode2.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mode3.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mode3.svg new file mode 100644 index 0000000..4c2ba00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mode3.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mode4.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mode4.svg new file mode 100644 index 0000000..9990138 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mode4.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/mode5.svg b/breeze-icons-5.21.0/icons-dark/actions/22/mode5.svg new file mode 100644 index 0000000..d27cee3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/mode5.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/msgid2msgstr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/msgid2msgstr.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/msgid2msgstr.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/music-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/music-amarok.svg new file mode 120000 index 0000000..91b01fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/network-connect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/network-connect.svg new file mode 100644 index 0000000..e1de2e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/network-connect.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/network-disconnect.svg b/breeze-icons-5.21.0/icons-dark/actions/22/network-disconnect.svg new file mode 100644 index 0000000..b4d07ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/network-disconnect.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/new-audio-alarm.svg b/breeze-icons-5.21.0/icons-dark/actions/22/new-audio-alarm.svg new file mode 100644 index 0000000..d6e39a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/new-audio-alarm.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/news-subscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/22/news-subscribe.svg new file mode 100644 index 0000000..16f972e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/news-subscribe.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/news-unsubscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/22/news-unsubscribe.svg new file mode 100644 index 0000000..2f5c43a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/news-unsubscribe.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/nextfuzzy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/nextfuzzy.svg new file mode 100644 index 0000000..a6edcf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/nextfuzzy.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/nextfuzzyuntrans.svg b/breeze-icons-5.21.0/icons-dark/actions/22/nextfuzzyuntrans.svg new file mode 100644 index 0000000..f670b2c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/nextfuzzyuntrans.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/nextuntranslated.svg b/breeze-icons-5.21.0/icons-dark/actions/22/nextuntranslated.svg new file mode 100644 index 0000000..ecf905f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/nextuntranslated.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/nocover.svg b/breeze-icons-5.21.0/icons-dark/actions/22/nocover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-add.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-add.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-break.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-break.svg new file mode 120000 index 0000000..c9d9a5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-break.svg @@ -0,0 +1 @@ +format-break-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-delete-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-delete.svg new file mode 120000 index 0000000..bd10261 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-delete.svg @@ -0,0 +1 @@ +format-remove-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-join-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-join.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-join.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-join.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-segment-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-segment-curve.svg new file mode 100644 index 0000000..5a60713 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-segment-curve.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-segment-line.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-segment-line.svg new file mode 100644 index 0000000..ddb39a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-segment-line.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-transform.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-transform.svg new file mode 100644 index 0000000..04620f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-transform.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-type-auto-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-auto-smooth.svg new file mode 100644 index 0000000..7f5f1bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-auto-smooth.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-type-cusp.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-cusp.svg new file mode 100644 index 0000000..81a4098 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-cusp.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-type-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-smooth.svg new file mode 100644 index 0000000..6fe04ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-smooth.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node-type-symmetric.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-symmetric.svg new file mode 100644 index 0000000..79cbdf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node-type-symmetric.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/node.svg new file mode 100644 index 0000000..5f498ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/node.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/noisereduction.svg b/breeze-icons-5.21.0/icons-dark/actions/22/noisereduction.svg new file mode 100644 index 0000000..df2d22f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/noisereduction.svg @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/note.svg b/breeze-icons-5.21.0/icons-dark/actions/22/note.svg new file mode 120000 index 0000000..4902174 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/note.svg @@ -0,0 +1 @@ +view-pim-notes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-center-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-center-calligra.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-left-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-left-calligra.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-right-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-right-calligra.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-bottom-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-bottom-calligra.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-bottom-top-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 0000000..18e5266 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-center-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-center-calligra.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-top-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-top-calligra.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-columns.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-columns.svg new file mode 100644 index 0000000..91333fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-columns.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-flip-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-flip-horizontal.svg new file mode 100644 index 0000000..ab187c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-flip-horizontal.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-flip-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-flip-vertical.svg new file mode 100644 index 0000000..ea41641 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-flip-vertical.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-group-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-group-calligra.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-group.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-group.svg new file mode 100644 index 0000000..f62c3dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-group.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-locked.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-locked.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-locked.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-back-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-back-calligra.svg new file mode 120000 index 0000000..485191c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-back-calligra.svg @@ -0,0 +1 @@ +object-order-back.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-back.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-back.svg new file mode 100644 index 0000000..37f617b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-back.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-front-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-front-calligra.svg new file mode 120000 index 0000000..e810edf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-front-calligra.svg @@ -0,0 +1 @@ +object-order-front.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-front.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-front.svg new file mode 100644 index 0000000..b8d7c6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-front.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-lower-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-lower-calligra.svg new file mode 120000 index 0000000..f6961b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-lower-calligra.svg @@ -0,0 +1 @@ +object-order-lower.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-lower.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-lower.svg new file mode 100644 index 0000000..6c8fa61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-lower.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-raise-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-raise-calligra.svg new file mode 120000 index 0000000..deb91cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-raise-calligra.svg @@ -0,0 +1 @@ +object-order-raise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-order-raise.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-raise.svg new file mode 100644 index 0000000..57fcca1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-order-raise.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-rotate-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-rotate-left.svg new file mode 100644 index 0000000..5b2212d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-rotate-left.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-rotate-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-rotate-right.svg new file mode 100644 index 0000000..fa25f3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-rotate-right.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-rows.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-rows.svg new file mode 100644 index 0000000..d44875c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-rows.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-to-path.svg new file mode 100644 index 0000000..09a23f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-to-path.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-ungroup-calligra.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-ungroup-calligra.svg new file mode 120000 index 0000000..a22f913 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-ungroup.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-ungroup.svg new file mode 100644 index 0000000..7e23128 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-ungroup.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object-unlocked.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object-unlocked.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object-unlocked.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/object_node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/object_node.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/object_node.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-focus-peak-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-focus-peak-node.svg new file mode 100644 index 0000000..99d6c10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-focus-peak-node.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-percentage.svg new file mode 100644 index 0000000..9c33305 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-percentage.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-stacked.svg new file mode 100644 index 0000000..2ce7b98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area-stacked.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area.svg new file mode 100644 index 0000000..cec8075 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-area.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar-percentage.svg new file mode 100644 index 0000000..3eda7ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar-percentage.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar-stacked.svg new file mode 100644 index 0000000..d4e85dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar-stacked.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar.svg new file mode 100644 index 0000000..995778f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-bar.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line-percentage.svg new file mode 100644 index 0000000..caed224 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line-percentage.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line-stacked.svg new file mode 100644 index 0000000..639f093 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line-stacked.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line.svg new file mode 100644 index 0000000..eac7e4f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-line.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-pie.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-pie.svg new file mode 100644 index 0000000..2aeab49 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-pie.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-polar-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-polar-stacked.svg new file mode 100644 index 0000000..2f5df0e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-polar-stacked.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-polar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-polar.svg new file mode 100644 index 0000000..96c2afd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-polar.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-ring.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-ring.svg new file mode 100644 index 0000000..79ebfe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-ring.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-scatter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-scatter.svg new file mode 100644 index 0000000..09ef421 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/office-chart-scatter.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/offline-settings.svg b/breeze-icons-5.21.0/icons-dark/actions/22/offline-settings.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/offline-settings.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/offline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/offline.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/offline.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/oilpaint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/oilpaint.svg new file mode 100644 index 0000000..5341ba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/oilpaint.svg @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/online.svg b/breeze-icons-5.21.0/icons-dark/actions/22/online.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/online.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/open-for-editing.svg b/breeze-icons-5.21.0/icons-dark/actions/22/open-for-editing.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/open-for-editing.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/overexposure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/overexposure.svg new file mode 100644 index 0000000..eca39ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/overexposure.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/package.svg b/breeze-icons-5.21.0/icons-dark/actions/22/package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/page-2sides.svg b/breeze-icons-5.21.0/icons-dark/actions/22/page-2sides.svg new file mode 100644 index 0000000..6a2537f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/page-2sides.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/page-3sides.svg b/breeze-icons-5.21.0/icons-dark/actions/22/page-3sides.svg new file mode 100644 index 0000000..772ffce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/page-3sides.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/page-4sides.svg b/breeze-icons-5.21.0/icons-dark/actions/22/page-4sides.svg new file mode 100644 index 0000000..ff19988 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/page-4sides.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/page-simple.svg b/breeze-icons-5.21.0/icons-dark/actions/22/page-simple.svg new file mode 100644 index 0000000..5837d21 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/page-simple.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/page-zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/page-zoom.svg new file mode 120000 index 0000000..67400f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/page-zoom.svg @@ -0,0 +1 @@ +./zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/password-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/password-copy.svg new file mode 100644 index 0000000..c5f3828 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/password-copy.svg @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/password-generate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/password-generate.svg new file mode 120000 index 0000000..d00a899 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/password-generate.svg @@ -0,0 +1 @@ +playlist-generator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/password-show-off.svg b/breeze-icons-5.21.0/icons-dark/actions/22/password-show-off.svg new file mode 120000 index 0000000..5d72157 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/password-show-on.svg b/breeze-icons-5.21.0/icons-dark/actions/22/password-show-on.svg new file mode 100644 index 0000000..51af1db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/password-show-on.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-clip-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-clip-edit.svg new file mode 100644 index 0000000..b09c073 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-clip-edit.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-effect-parameter-next.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-effect-parameter-next.svg new file mode 100644 index 0000000..8a95331 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-effect-parameter-next.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-mask-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-mask-edit.svg new file mode 100644 index 0000000..d2afde2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-mask-edit.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-bezier.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-bezier.svg new file mode 120000 index 0000000..c47e3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-bezier.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-polyline-paraxial.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-polyline-paraxial.svg new file mode 100644 index 0000000..e32cb5d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-polyline-paraxial.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-polyline.svg new file mode 100644 index 0000000..cfde670 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-polyline.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-spiro.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-spiro.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-mode-spiro.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-reverse.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-reverse.svg new file mode 100644 index 0000000..76c2473 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-reverse.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/path-simplify.svg b/breeze-icons-5.21.0/icons-dark/actions/22/path-simplify.svg new file mode 100644 index 0000000..30bbdbb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/path-simplify.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/pdf-annotations.svg b/breeze-icons-5.21.0/icons-dark/actions/22/pdf-annotations.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/perspective.svg b/breeze-icons-5.21.0/icons-dark/actions/22/perspective.svg new file mode 100644 index 0000000..b5636b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/perspective.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/photo.svg b/breeze-icons-5.21.0/icons-dark/actions/22/photo.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/photos-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/photos-amarok.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/pin.svg b/breeze-icons-5.21.0/icons-dark/actions/22/pin.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/pin.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/player-time.svg b/breeze-icons-5.21.0/icons-dark/actions/22/player-time.svg new file mode 100644 index 0000000..6db4c21 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/player-time.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/player-volume-muted.svg b/breeze-icons-5.21.0/icons-dark/actions/22/player-volume-muted.svg new file mode 120000 index 0000000..80f1588 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/player-volume-muted.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-muted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/player-volume.svg b/breeze-icons-5.21.0/icons-dark/actions/22/player-volume.svg new file mode 120000 index 0000000..d09fca9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/player-volume.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-high.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/playlist-generator.svg b/breeze-icons-5.21.0/icons-dark/actions/22/playlist-generator.svg new file mode 100644 index 0000000..c556d61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/playlist-generator.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/playlist-sort.svg b/breeze-icons-5.21.0/icons-dark/actions/22/playlist-sort.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/plugins.svg b/breeze-icons-5.21.0/icons-dark/actions/22/plugins.svg new file mode 100644 index 0000000..cf0016c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/plugins.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/podcast-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/podcast-amarok.svg new file mode 100644 index 0000000..5696648 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/podcast-amarok.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/pointer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/pointer.svg new file mode 120000 index 0000000..2c4ee5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/pointer.svg @@ -0,0 +1 @@ +tool-pointer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/polygon-add-nodes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/polygon-add-nodes.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/polygon-merge-nodes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/polygon-merge-nodes.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/port.svg b/breeze-icons-5.21.0/icons-dark/actions/22/port.svg new file mode 100644 index 0000000..056960b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/port.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/postalcode.svg b/breeze-icons-5.21.0/icons-dark/actions/22/postalcode.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/practice-setup.svg b/breeze-icons-5.21.0/icons-dark/actions/22/practice-setup.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/practice-setup.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/practice-start.svg b/breeze-icons-5.21.0/icons-dark/actions/22/practice-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/practice-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/practice-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/practice-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/practice-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/precondition.svg b/breeze-icons-5.21.0/icons-dark/actions/22/precondition.svg new file mode 100644 index 0000000..508b1ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/precondition.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/preferences-activities.svg b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-activities.svg new file mode 100644 index 0000000..da73a84 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-activities.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/preferences-indicator-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-indicator-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/preferences-media-playback-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-media-playback-amarok.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/preferences-other.svg b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/preferences-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/preflight-verifier.svg b/breeze-icons-5.21.0/icons-dark/actions/22/preflight-verifier.svg new file mode 100644 index 0000000..45f34dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/preflight-verifier.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/prevfuzzy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/prevfuzzy.svg new file mode 100644 index 0000000..62c6fd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/prevfuzzy.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/prevfuzzyuntrans.svg b/breeze-icons-5.21.0/icons-dark/actions/22/prevfuzzyuntrans.svg new file mode 100644 index 0000000..9de01f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/prevfuzzyuntrans.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/prevuntranslated.svg b/breeze-icons-5.21.0/icons-dark/actions/22/prevuntranslated.svg new file mode 100644 index 0000000..50882bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/prevuntranslated.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/primarykey_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/primarykey_constraint.svg new file mode 100644 index 0000000..62b60c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/primarykey_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/process-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/process-stop.svg new file mode 100644 index 0000000..7382c16 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/process-stop.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/project-development-close-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/project-development-close-all.svg new file mode 120000 index 0000000..5687007 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/project-development-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/project-development-close.svg new file mode 100644 index 0000000..717992b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/project-development-close.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/project-development-new-template.svg b/breeze-icons-5.21.0/icons-dark/actions/22/project-development-new-template.svg new file mode 100644 index 0000000..7fd6001 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/project-development-new-template.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/project-development.svg b/breeze-icons-5.21.0/icons-dark/actions/22/project-development.svg new file mode 100644 index 0000000..b954ac8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/project-development.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/project-open.svg b/breeze-icons-5.21.0/icons-dark/actions/22/project-open.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/project-open.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/qa.svg b/breeze-icons-5.21.0/icons-dark/actions/22/qa.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/qa.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/question.svg b/breeze-icons-5.21.0/icons-dark/actions/22/question.svg new file mode 100644 index 0000000..b511dc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/question.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-class.svg b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-class.svg new file mode 100644 index 0000000..12ce997 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-class.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-file.svg b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-file.svg new file mode 100644 index 0000000..21c8f7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-file.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-function.svg b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-function.svg new file mode 100644 index 0000000..19b1d4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen-function.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/quickopen.svg b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen.svg new file mode 100644 index 0000000..8e8406c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/quickopen.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/quickview.svg b/breeze-icons-5.21.0/icons-dark/actions/22/quickview.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/quickview.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/raindrop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/raindrop.svg new file mode 100644 index 0000000..087f1be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/raindrop.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/randomize.svg b/breeze-icons-5.21.0/icons-dark/actions/22/randomize.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/randomize.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/ratiocrop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/ratiocrop.svg new file mode 120000 index 0000000..686d9f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/realization.svg b/breeze-icons-5.21.0/icons-dark/actions/22/realization.svg new file mode 100644 index 0000000..4ce098e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/realization.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/redeyes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/redeyes.svg new file mode 100644 index 0000000..1b945a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/redeyes.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/refactor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/refactor.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/refactor.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/region.svg b/breeze-icons-5.21.0/icons-dark/actions/22/region.svg new file mode 120000 index 0000000..6754181 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/relationship.svg b/breeze-icons-5.21.0/icons-dark/actions/22/relationship.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/relationship.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/remove-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/remove-link.svg b/breeze-icons-5.21.0/icons-dark/actions/22/remove-link.svg new file mode 100644 index 0000000..db4c982 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/remove-link.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/repeat.svg b/breeze-icons-5.21.0/icons-dark/actions/22/repeat.svg new file mode 100644 index 0000000..7b29136 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/repeat.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-child-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-child-insert.svg new file mode 100644 index 0000000..5948fd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-child-insert.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-child.svg b/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-child.svg new file mode 100644 index 0000000..67b0d76 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-child.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-insert.svg new file mode 100644 index 0000000..4efa07c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/resource-calendar-insert.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/resource-group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/resource-group-new.svg new file mode 100644 index 0000000..67c5ec4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/resource-group-new.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/resource-group.svg b/breeze-icons-5.21.0/icons-dark/actions/22/resource-group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/resource-group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/restoration.svg b/breeze-icons-5.21.0/icons-dark/actions/22/restoration.svg new file mode 100644 index 0000000..6415c51 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/restoration.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/reverse.svg b/breeze-icons-5.21.0/icons-dark/actions/22/reverse.svg new file mode 100644 index 0000000..0ec7e98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/reverse.svg @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/roll.svg b/breeze-icons-5.21.0/icons-dark/actions/22/roll.svg new file mode 100644 index 0000000..9866a88 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/roll.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/routeplanning.svg b/breeze-icons-5.21.0/icons-dark/actions/22/routeplanning.svg new file mode 120000 index 0000000..d0e2df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build-clean.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-clean.svg new file mode 100644 index 0000000..f190912 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-clean.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build-configure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-configure.svg new file mode 100644 index 0000000..2a37ef9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-configure.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build-file.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-file.svg new file mode 100644 index 0000000..d36e21f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-file.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build-install-root.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-install-root.svg new file mode 100644 index 0000000..abc039a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-install-root.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build-install.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-install.svg new file mode 100644 index 0000000..2474c7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-install.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build-prune.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-prune.svg new file mode 100644 index 0000000..ad27dc2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build-prune.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-build.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-build.svg new file mode 100644 index 0000000..67b65e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-build.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-clean.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-clean.svg new file mode 120000 index 0000000..2c899aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/run-install.svg b/breeze-icons-5.21.0/icons-dark/actions/22/run-install.svg new file mode 120000 index 0000000..71034b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/select-rectangular.svg b/breeze-icons-5.21.0/icons-dark/actions/22/select-rectangular.svg new file mode 100644 index 0000000..47bf483 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/select-rectangular.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/send_signal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/send_signal.svg new file mode 100644 index 0000000..0d2bb26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/send_signal.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/services.svg b/breeze-icons-5.21.0/icons-dark/actions/22/services.svg new file mode 120000 index 0000000..4c2c5d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/services.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/set-language.svg b/breeze-icons-5.21.0/icons-dark/actions/22/set-language.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/set-language.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/settings-configure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/settings-configure.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/settings-configure.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/shallow-history.svg b/breeze-icons-5.21.0/icons-dark/actions/22/shallow-history.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/shallow-history.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/shape-choose.svg b/breeze-icons-5.21.0/icons-dark/actions/22/shape-choose.svg new file mode 120000 index 0000000..ef9a196 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/shapes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/shapes.svg new file mode 100644 index 0000000..0bfbbe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/shapes.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/sharpenimage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/sharpenimage.svg new file mode 100644 index 0000000..5dec68a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/sharpenimage.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/shear.svg b/breeze-icons-5.21.0/icons-dark/actions/22/shear.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/show-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/22/show-menu.svg new file mode 100644 index 0000000..a2a2738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/show-menu.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/show-node-handles.svg b/breeze-icons-5.21.0/icons-dark/actions/22/show-node-handles.svg new file mode 100644 index 0000000..728e76c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/show-node-handles.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/show-offline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/show-offline.svg new file mode 100644 index 0000000..1e22b60 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/show-offline.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/show-path-outline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/show-path-outline.svg new file mode 100644 index 0000000..0b23ca0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/show-path-outline.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/similarartists-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/similarartists-amarok.svg new file mode 100644 index 0000000..74fe591 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/similarartists-amarok.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skg-chart-bubble.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skg-chart-bubble.svg new file mode 100644 index 0000000..a03b1db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skg-chart-bubble.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_credit_card.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_credit_card.svg new file mode 100644 index 0000000..406c0af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_credit_card.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_less.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_less.svg new file mode 100644 index 0000000..7b625b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_less.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_more.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_more.svg new file mode 100644 index 0000000..c04a82b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_more.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_much_less.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_much_less.svg new file mode 100644 index 0000000..6c49c68 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_much_less.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_much_more.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_much_more.svg new file mode 100644 index 0000000..3611e5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_much_more.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_type.svg b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_type.svg new file mode 100644 index 0000000..3bd137e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/skrooge_type.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/smallclock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/smallclock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/smallclock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-center.svg new file mode 100644 index 0000000..c848326 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-center.svg @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-corners.svg new file mode 100644 index 0000000..829ad88 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-corners.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-edges.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-edges.svg new file mode 100644 index 0000000..7df46fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-edges.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-midpoints.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-midpoints.svg new file mode 100644 index 0000000..461cce2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box-midpoints.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box.svg new file mode 100644 index 0000000..7df46fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-bounding-box.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-extension.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-extension.svg new file mode 100644 index 0000000..7a8c2ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-extension.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-grid-guide-intersections.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-grid-guide-intersections.svg new file mode 100644 index 0000000..ff62117 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-grid-guide-intersections.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-guideline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-guideline.svg new file mode 100644 index 0000000..e46c3f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-guideline.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-intersection.svg new file mode 100644 index 0000000..19a50e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-intersection.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-node.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-node.svg new file mode 100644 index 0000000..cd0d555 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-node.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-center.svg new file mode 100644 index 0000000..655978d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-center.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-intersection.svg new file mode 100644 index 0000000..7e8f1e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-intersection.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-rotation-center.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..57bbe82 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-nodes-rotation-center.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-orthogonal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-orthogonal.svg new file mode 100644 index 0000000..b863ef7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-orthogonal.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-page.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-page.svg new file mode 100644 index 0000000..f680ade --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-page.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap-text-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap-text-baseline.svg new file mode 100644 index 0000000..7f21288 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap-text-baseline.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/snap.svg b/breeze-icons-5.21.0/icons-dark/actions/22/snap.svg new file mode 100644 index 0000000..20ca98a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/snap.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/social.svg b/breeze-icons-5.21.0/icons-dark/actions/22/social.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/sort-name.svg b/breeze-icons-5.21.0/icons-dark/actions/22/sort-name.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/sort-name.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/sort-presence.svg b/breeze-icons-5.21.0/icons-dark/actions/22/sort-presence.svg new file mode 100644 index 0000000..27e3ac3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/sort-presence.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/sort_incr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/sort_incr.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/sort_incr.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/speaker.svg b/breeze-icons-5.21.0/icons-dark/actions/22/speaker.svg new file mode 100644 index 0000000..aedecf6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/speaker.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/specific-setup.svg b/breeze-icons-5.21.0/icons-dark/actions/22/specific-setup.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/specific-setup.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/speedometer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/speedometer.svg new file mode 120000 index 0000000..e48dac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/speedometer.svg @@ -0,0 +1 @@ +filename-bpm-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/split.svg b/breeze-icons-5.21.0/icons-dark/actions/22/split.svg new file mode 100644 index 0000000..55fed72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/split.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/standard-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/22/standard-connector.svg new file mode 100644 index 0000000..1caa93f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/standard-connector.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/start-over.svg b/breeze-icons-5.21.0/icons-dark/actions/22/start-over.svg new file mode 120000 index 0000000..81a417a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/start-over.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/state-fork.svg b/breeze-icons-5.21.0/icons-dark/actions/22/state-fork.svg new file mode 100644 index 0000000..ab0bf37 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/state-fork.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Anchor.svg new file mode 120000 index 0000000..870928c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Anchor.svg @@ -0,0 +1 @@ +anchor.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Box.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Box.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Box.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_ChargedParticle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_ChargedParticle.svg new file mode 100644 index 0000000..83970ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_ChargedParticle.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_CircularMotor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_CircularMotor.svg new file mode 100644 index 0000000..5fe09fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_CircularMotor.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Controller.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Controller.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Controller.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_CoulombForce.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_CoulombForce.svg new file mode 100644 index 0000000..dd5c4fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_CoulombForce.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Disk.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Disk.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Disk.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Gas.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Gas.svg new file mode 120000 index 0000000..b32b12a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Gas.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_GasParticle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_GasParticle.svg new file mode 120000 index 0000000..b32b12a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_GasParticle.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Graph.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Graph.svg new file mode 120000 index 0000000..e9a7f63 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Graph.svg @@ -0,0 +1 @@ +office-chart-line.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_GravitationForce.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_GravitationForce.svg new file mode 100644 index 0000000..4b8389a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_GravitationForce.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_LinearMotor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_LinearMotor.svg new file mode 100644 index 0000000..199fb88 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_LinearMotor.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Meter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Meter.svg new file mode 120000 index 0000000..3f1ca0a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Meter.svg @@ -0,0 +1 @@ +kdenlive-select-texts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Note.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Note.svg new file mode 120000 index 0000000..4902174 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Note.svg @@ -0,0 +1 @@ +view-pim-notes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Particle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Particle.svg new file mode 120000 index 0000000..db766e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Particle.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Pin.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Pin.svg new file mode 120000 index 0000000..c3a2f24 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Pin.svg @@ -0,0 +1 @@ +port.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Polygon.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Polygon.svg new file mode 120000 index 0000000..1bc83ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Polygon.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Rope.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Rope.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Rope.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_SoftBody.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_SoftBody.svg new file mode 100644 index 0000000..a4037ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_SoftBody.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Spring.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Spring.svg new file mode 100644 index 0000000..8dc9393 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Spring.svg @@ -0,0 +1,97 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Stick.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Stick.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Stick.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Tracer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Tracer.svg new file mode 120000 index 0000000..c5d5192 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_Tracer.svg @@ -0,0 +1 @@ +overexposure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/step_object_WeightForce.svg b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_WeightForce.svg new file mode 100644 index 0000000..9db8ba9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/step_object_WeightForce.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/story-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/story-editor.svg new file mode 100644 index 0000000..626a026 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/story-editor.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/straight-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/22/straight-connector.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-bevel.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-butt.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-butt.svg new file mode 100644 index 0000000..7f0d9bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-butt.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-miter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-round.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-round.svg new file mode 100644 index 0000000..3e679a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-round.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-square.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-square.svg new file mode 100644 index 0000000..669946d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-cap-square.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-bevel.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-bevel.svg new file mode 100644 index 0000000..dc865d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-bevel.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-miter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-miter.svg new file mode 100644 index 0000000..554cf66 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-miter.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-round.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-round.svg new file mode 100644 index 0000000..fb76396 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-join-round.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/stroke-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-to-path.svg new file mode 100644 index 0000000..546ac0f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/stroke-to-path.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/subsystem.svg b/breeze-icons-5.21.0/icons-dark/actions/22/subsystem.svg new file mode 120000 index 0000000..7563411 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/subsystem.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/svn-commit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/svn-commit.svg new file mode 100644 index 0000000..d36bb28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/svn-commit.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/svn-update.svg b/breeze-icons-5.21.0/icons-dark/actions/22/svn-update.svg new file mode 100644 index 0000000..8ab3abb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/svn-update.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/system-run.svg b/breeze-icons-5.21.0/icons-dark/actions/22/system-run.svg new file mode 100644 index 0000000..d8aebcb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/system-run.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/system-search.svg b/breeze-icons-5.21.0/icons-dark/actions/22/system-search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/system-upgrade.svg b/breeze-icons-5.21.0/icons-dark/actions/22/system-upgrade.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/system-upgrade.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tab-close-other.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tab-close-other.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tab-close-other.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tab-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tab-close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tab-close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tab-detach.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tab-detach.svg new file mode 100644 index 0000000..81a2f76 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tab-detach.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tab-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tab-duplicate.svg new file mode 100644 index 0000000..9fc0046 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tab-duplicate.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tab-new-background.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tab-new-background.svg new file mode 100644 index 0000000..de9a022 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tab-new-background.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tab-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tab-new.svg new file mode 100644 index 0000000..48a6047 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tab-new.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/table.svg b/breeze-icons-5.21.0/icons-dark/actions/22/table.svg new file mode 100644 index 0000000..f598d9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/table.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-addressbook.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-addressbook.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-assigned.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-assigned.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-assigned.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-delete.svg new file mode 120000 index 0000000..9329cda --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-delete.svg @@ -0,0 +1 @@ +xml-attribute-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-events.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-events.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-folder.svg new file mode 120000 index 0000000..f927800 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-new.svg new file mode 100644 index 0000000..e35d6d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-new.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-people.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-people.svg new file mode 120000 index 0000000..0d9b8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-people.svg @@ -0,0 +1 @@ +edit-image-face-show.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-places.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-places.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-places.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-recents.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-recents.svg new file mode 100644 index 0000000..920d7f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-recents.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag-reset.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag-reset.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tag.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tag.svg new file mode 100644 index 0000000..516d852 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tag.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/task-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/task-new.svg new file mode 100644 index 0000000..28ae53d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/task-new.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/taxes-finances.svg b/breeze-icons-5.21.0/icons-dark/actions/22/taxes-finances.svg new file mode 100644 index 0000000..c723f72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/taxes-finances.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/template.svg b/breeze-icons-5.21.0/icons-dark/actions/22/template.svg new file mode 120000 index 0000000..911d559 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/template.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-field.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-field.svg new file mode 100644 index 0000000..1d3ad28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-field.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-flow-into-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-flow-into-frame.svg new file mode 100644 index 0000000..5a2ea32 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-flow-into-frame.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-frame-link.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-frame-link.svg new file mode 100644 index 0000000..e8cae70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-frame-link.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-frame-unlink.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-frame-unlink.svg new file mode 100644 index 0000000..151c98e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-frame-unlink.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-speak.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-speak.svg new file mode 100644 index 0000000..d5d19e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-speak.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-unflow.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-unflow.svg new file mode 100644 index 0000000..d88560c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-unflow.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text-wrap.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text-wrap.svg new file mode 100644 index 0000000..15c0d55 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text-wrap.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_horz_kern.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_horz_kern.svg new file mode 100644 index 0000000..c8891be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_horz_kern.svg @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_letter_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_letter_spacing.svg new file mode 100644 index 0000000..335743b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_letter_spacing.svg @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_line_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_line_spacing.svg new file mode 100644 index 0000000..2cfc837 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_line_spacing.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_remove_kerns.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_remove_kerns.svg new file mode 100644 index 0000000..87452b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_remove_kerns.svg @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_rotation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_rotation.svg new file mode 100644 index 0000000..9a8163f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_rotation.svg @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_subscript.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_subscript.svg new file mode 100644 index 0000000..8e89ebf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_subscript.svg @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_superscript.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_superscript.svg new file mode 100644 index 0000000..6330751 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_superscript.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_vert_kern.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_vert_kern.svg new file mode 100644 index 0000000..fe8f739 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_vert_kern.svg @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/text_word_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/22/text_word_spacing.svg new file mode 100644 index 0000000..4040d79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/text_word_spacing.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/texture.svg b/breeze-icons-5.21.0/icons-dark/actions/22/texture.svg new file mode 100644 index 0000000..d179bb7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/texture.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool-animator.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool-animator.svg new file mode 100644 index 0000000..bff3d4e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool-animator.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool-measure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool-measure.svg new file mode 100644 index 0000000..61e05b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool-measure.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool-node-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool-node-editor.svg new file mode 120000 index 0000000..9d57cb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool-node-editor.svg @@ -0,0 +1 @@ +edit-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool-pointer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool-pointer.svg new file mode 100644 index 0000000..9506be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool-pointer.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool-spray.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool-spray.svg new file mode 100644 index 0000000..b682a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool-spray.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool-tweak.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool-tweak.svg new file mode 100644 index 0000000..1c262c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool-tweak.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_brush.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_brush.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_brush.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_color_eraser.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_color_eraser.svg new file mode 100644 index 0000000..9e0a4c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_color_eraser.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_color_picker.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_color_picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_color_picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_curve.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_curve.svg new file mode 100644 index 0000000..ab37257 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_curve.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_ellipse.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_ellipse.svg new file mode 120000 index 0000000..81af32b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_ellipse.svg @@ -0,0 +1 @@ +draw-ellipse.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_elliptical_selection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_elliptical_selection.svg new file mode 100644 index 0000000..7488109 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_elliptical_selection.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_eraser.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_eraser.svg new file mode 120000 index 0000000..f99a1d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_eraser.svg @@ -0,0 +1 @@ +draw-eraser.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_flood_fill.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_flood_fill.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_flood_fill.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_free_form_selection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_free_form_selection.svg new file mode 120000 index 0000000..48532ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_free_form_selection.svg @@ -0,0 +1 @@ +edit-select-lasso.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_line.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_line.svg new file mode 120000 index 0000000..d6f1b6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_line.svg @@ -0,0 +1 @@ +draw-line.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_pen.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_pen.svg new file mode 120000 index 0000000..a086f03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_pen.svg @@ -0,0 +1 @@ +draw-freehand.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_polygon.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_polygon.svg new file mode 100644 index 0000000..5d771b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_polygon.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_polyline.svg new file mode 120000 index 0000000..1bc83ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_polyline.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_rect_selection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_rect_selection.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_rect_selection.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_rectangle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_rectangle.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_rectangle.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_rounded_rectangle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_rounded_rectangle.svg new file mode 100644 index 0000000..560d5f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_rounded_rectangle.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_spraycan.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_spraycan.svg new file mode 120000 index 0000000..b32b12a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_spraycan.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tool_text.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tool_text.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tool_text.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-check-spelling.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-check-spelling.svg new file mode 100644 index 0000000..2ac2fa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-check-spelling.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-burn-image.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-burn-image.svg new file mode 100644 index 0000000..275b790 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-burn-image.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-burn.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-burn.svg new file mode 100644 index 0000000..463876b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-burn.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-copy.svg new file mode 100644 index 0000000..ca9c14e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-copy.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-erase.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-erase.svg new file mode 100644 index 0000000..edabde1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-erase.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-format.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-format.svg new file mode 100644 index 0000000..0df7c13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-media-optical-format.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-report-bug.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-report-bug.svg new file mode 100644 index 0000000..a5ef8ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-report-bug.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-audio-cd.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-audio-cd.svg new file mode 100644 index 0000000..cff28b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-audio-cd.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-video-cd.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-video-cd.svg new file mode 100644 index 0000000..047957d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-video-cd.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-video-dvd.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-video-dvd.svg new file mode 100644 index 0000000..050b657 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-rip-video-dvd.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/tools-wizard.svg b/breeze-icons-5.21.0/icons-dark/actions/22/tools-wizard.svg new file mode 100644 index 0000000..1f07434 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/tools-wizard.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-crop-and-resize.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-crop-and-resize.svg new file mode 100644 index 0000000..2f5ae4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-crop-and-resize.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-crop.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-crop.svg new file mode 100644 index 0000000..fc380ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-crop.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-move-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-move-horizontal.svg new file mode 100644 index 0000000..281280d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-move-horizontal.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-move-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-move-vertical.svg new file mode 100644 index 0000000..2be2ca2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-move-vertical.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-move.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-move.svg new file mode 100644 index 0000000..bd1c960 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-move.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-rotate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-rotate.svg new file mode 100644 index 0000000..9ed64d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-rotate.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-scale-textbox-points.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-scale-textbox-points.svg new file mode 100644 index 0000000..2a525cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-scale-textbox-points.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-scale.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-scale.svg new file mode 100644 index 0000000..c281396 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-scale.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-down.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-down.svg new file mode 100644 index 0000000..2454eb1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-down.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-left.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-left.svg new file mode 100644 index 0000000..7f96b16 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-left.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-right.svg new file mode 100644 index 0000000..051a363 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-right.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-up.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-up.svg new file mode 100644 index 0000000..4d6161d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-shear-up.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-skew-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-skew-horizontal.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-skew-horizontal.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transform-skew-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transform-skew-vertical.svg new file mode 120000 index 0000000..294c4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transform-skew-vertical.svg @@ -0,0 +1 @@ +transform-shear-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/transsearch.svg b/breeze-icons-5.21.0/icons-dark/actions/22/transsearch.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/transsearch.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/trash-empty.svg b/breeze-icons-5.21.0/icons-dark/actions/22/trash-empty.svg new file mode 100644 index 0000000..c6adc42 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/trash-empty.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbr-coll-message-asynchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-coll-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-coll-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbr-coll-message-synchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-coll-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-coll-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-asynchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-found.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-found.svg new file mode 120000 index 0000000..3bab14e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-found.svg @@ -0,0 +1 @@ +mail-mark-notjunk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-lost.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-lost.svg new file mode 120000 index 0000000..c423740 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-lost.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-synchronous.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbr-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_activity.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_activity.svg new file mode 120000 index 0000000..7954379 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_activity.svg @@ -0,0 +1 @@ +preferences-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_class.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_collaboration.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_collaboration.svg new file mode 120000 index 0000000..255b712 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_collaboration.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_component.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_deployment.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_deployment.svg new file mode 100644 index 0000000..b0057d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_deployment.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_entityrelationship.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_entityrelationship.svg new file mode 100644 index 0000000..6a8697f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_entityrelationship.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_sequence.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_sequence.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_sequence.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_state.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_state.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_state.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_usecase.svg b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_usecase.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/umbrello_diagram_usecase.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/underexposure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/underexposure.svg new file mode 100644 index 0000000..3545628 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/underexposure.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/uniassociation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/uniassociation.svg new file mode 100644 index 0000000..e17fb9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/uniassociation.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/unique_constraint.svg b/breeze-icons-5.21.0/icons-dark/actions/22/unique_constraint.svg new file mode 100644 index 0000000..56fb9ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/unique_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/unlock.svg b/breeze-icons-5.21.0/icons-dark/actions/22/unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/unmarkasblank.svg b/breeze-icons-5.21.0/icons-dark/actions/22/unmarkasblank.svg new file mode 100644 index 0000000..1564b47 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/unmarkasblank.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/upcomingevents-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/upcomingevents-amarok.svg new file mode 120000 index 0000000..7022652 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/upindicator.svg b/breeze-icons-5.21.0/icons-dark/actions/22/upindicator.svg new file mode 100644 index 0000000..dc26107 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/upindicator.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/upload-media.svg b/breeze-icons-5.21.0/icons-dark/actions/22/upload-media.svg new file mode 100644 index 0000000..85b099d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/upload-media.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/usecase.svg b/breeze-icons-5.21.0/icons-dark/actions/22/usecase.svg new file mode 120000 index 0000000..81af32b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/usecase.svg @@ -0,0 +1 @@ +draw-ellipse.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/user-group-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/user-group-delete.svg new file mode 100644 index 0000000..19287bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/user-group-delete.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/user-group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/user-group-new.svg new file mode 100644 index 0000000..f3768fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/user-group-new.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/user-group-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/22/user-group-properties.svg new file mode 100644 index 0000000..500318f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/user-group-properties.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/user-identity.svg b/breeze-icons-5.21.0/icons-dark/actions/22/user-identity.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/user-identity.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/user-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/22/user-properties.svg new file mode 120000 index 0000000..ad3742c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/user-properties.svg @@ -0,0 +1 @@ +user-group-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/user.svg b/breeze-icons-5.21.0/icons-dark/actions/22/user.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/user.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/username-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/22/username-copy.svg new file mode 100644 index 0000000..60881d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/username-copy.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/videoclip-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/videoclip-amarok.svg new file mode 120000 index 0000000..0d1faec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account-checking.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account-checking.svg new file mode 100644 index 0000000..1155aca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account-checking.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account-savings.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account-savings.svg new file mode 100644 index 0000000..c207241 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account-savings.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account.svg new file mode 100644 index 0000000..4be4c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank-account.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-bank.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank.svg new file mode 100644 index 0000000..da2f233 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-bank.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-barcode-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-barcode-add.svg new file mode 100644 index 0000000..423e9cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-barcode-add.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-barcode.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-barcode.svg new file mode 100644 index 0000000..96d7db1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-barcode.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-agenda.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-agenda.svg new file mode 100644 index 0000000..f017071 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-agenda.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-birthday.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-birthday.svg new file mode 100644 index 0000000..603aa96 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-birthday.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-day.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-day.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-day.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-holiday.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-holiday.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-holiday.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-journal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-journal.svg new file mode 100644 index 0000000..0e9cdfa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-journal.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-list.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-list.svg new file mode 100644 index 0000000..da352ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-list.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-month.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-month.svg new file mode 100644 index 0000000..2cb92ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-month.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-special-occasion.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-special-occasion.svg new file mode 100644 index 0000000..d595647 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-special-occasion.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-tasks.svg new file mode 100644 index 0000000..b887fd9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-tasks.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-time-spent.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-time-spent.svg new file mode 100644 index 0000000..ea51026 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-time-spent.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-timeline.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-timeline.svg new file mode 100644 index 0000000..8680eab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-timeline.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-upcoming-days.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-upcoming-days.svg new file mode 100644 index 0000000..c85857a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-upcoming-days.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-upcoming-events.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-upcoming-events.svg new file mode 100644 index 0000000..7b9dbe1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-upcoming-events.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-wedding-anniversary.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-wedding-anniversary.svg new file mode 100644 index 0000000..84ff623 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-wedding-anniversary.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-week.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-week.svg new file mode 100644 index 0000000..c1f5dcd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-week.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-whatsnext.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-whatsnext.svg new file mode 100644 index 0000000..1854e63 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-whatsnext.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-workweek.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-workweek.svg new file mode 120000 index 0000000..9b59502 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar-workweek.svg @@ -0,0 +1 @@ +view-calendar-week.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar.svg new file mode 100644 index 0000000..f8fa526 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-calendar.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-catalog.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-catalog.svg new file mode 100644 index 0000000..8afe852 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-catalog.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-categories-expenditures.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-categories-expenditures.svg new file mode 100644 index 0000000..91a9065 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-categories-expenditures.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-categories-incomes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-categories-incomes.svg new file mode 100644 index 0000000..e6a5bfe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-categories-incomes.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-categories.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-categories.svg new file mode 100644 index 0000000..d4a20dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-categories.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-add.svg new file mode 100644 index 0000000..f9bad23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-add.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export-secret.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export-secret.svg new file mode 100644 index 0000000..8aa9295 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export-secret.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export-server.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export-server.svg new file mode 100644 index 0000000..d75de1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export-server.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export.svg new file mode 100644 index 0000000..4b75d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-export.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-import.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-import.svg new file mode 100644 index 0000000..6cb3ed3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-import.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-server-configure.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-server-configure.svg new file mode 100644 index 0000000..a6fc17e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-server-configure.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-sign.svg new file mode 100644 index 0000000..8f0977c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate-sign.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate.svg new file mode 100644 index 0000000..8051ed0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-certificate.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-close.svg new file mode 100644 index 0000000..b71ffd9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-close.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-conversation-balloon.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-conversation-balloon.svg new file mode 120000 index 0000000..36675a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-conversation-balloon.svg @@ -0,0 +1 @@ +kmouth-phrase.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-file-columns.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-file-columns.svg new file mode 100644 index 0000000..15f548e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-file-columns.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-filter.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-filter.svg new file mode 100644 index 0000000..6d2bf32 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-filter.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-form-action.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-form-action.svg new file mode 100644 index 0000000..b46ca35 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-form-action.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-form.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-form.svg new file mode 100644 index 0000000..6e379d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-form.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-fullscreen.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-fullscreen.svg new file mode 100644 index 0000000..8a6dc89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-fullscreen.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-grid.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-grid.svg new file mode 100644 index 0000000..a7a781a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-grid.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-group.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-group.svg new file mode 100644 index 0000000..5b2724b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-group.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-history.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-history.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-history.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-left-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-left-close.svg new file mode 100644 index 0000000..2b7e889 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-left-close.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-list-details.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-details.svg new file mode 100644 index 0000000..2079bf5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-details.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-list-icons.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-icons.svg new file mode 100644 index 0000000..b9a938b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-icons.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-list-text.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-text.svg new file mode 100644 index 0000000..b39b6fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-text.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-list-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-tree.svg new file mode 100644 index 0000000..5d036e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-list-tree.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-artist.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-equalizer.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-equalizer.svg new file mode 100644 index 0000000..d960038 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-equalizer.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-lyrics.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-lyrics.svg new file mode 100644 index 0000000..89b8795 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-lyrics.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-playlist.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-playlist.svg new file mode 100644 index 0000000..be44136 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-playlist.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-publisher.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-publisher.svg new file mode 120000 index 0000000..1b4173d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-publisher.svg @@ -0,0 +1 @@ +amarok_cart_view.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-title.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-title.svg new file mode 100644 index 0000000..fb41bfb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-title.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-media-visualization.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-visualization.svg new file mode 100644 index 0000000..348660c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-media-visualization.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-multiple-objects.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-multiple-objects.svg new file mode 100644 index 0000000..8e922f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-multiple-objects.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-object-histogram-linear.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-object-histogram-linear.svg new file mode 100644 index 0000000..d792043 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-object-histogram-linear.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-object-histogram-logarithmic.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-object-histogram-logarithmic.svg new file mode 100644 index 0000000..9baebbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-object-histogram-logarithmic.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-contacts.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-contacts.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-contacts.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-journal.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-journal.svg new file mode 120000 index 0000000..b830e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-journal.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-mail.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-mail.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-news.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-news.svg new file mode 120000 index 0000000..7387fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-news.svg @@ -0,0 +1 @@ +news-subscribe.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-notes.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-notes.svg new file mode 100644 index 0000000..cb552ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-notes.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-tasks-pending.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-tasks-pending.svg new file mode 100644 index 0000000..07914ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-tasks-pending.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-tasks.svg new file mode 120000 index 0000000..f6ae45c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-pim-tasks.svg @@ -0,0 +1 @@ +view-task.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-presentation.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-presentation.svg new file mode 100644 index 0000000..8764026 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-presentation.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-preview.svg new file mode 100644 index 0000000..685c411 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-preview.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-process-all-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-all-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-all-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-process-all.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-all.svg new file mode 120000 index 0000000..a379444 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-all.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-process-own.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-own.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-process-system.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-system.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-process-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-process-users.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-users.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-process-users.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-refresh.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-refresh.svg new file mode 100644 index 0000000..8fee9e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-refresh.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-resource-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-resource-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-restore.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-restore.svg new file mode 100644 index 0000000..9ce3198 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-restore.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-right-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-right-close.svg new file mode 100644 index 0000000..6c9c308 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-right-close.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-right-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-right-new.svg new file mode 100644 index 0000000..7f6ce88 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-right-new.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-services-scripted-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-services-scripted-amarok.svg new file mode 120000 index 0000000..4afc256 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-services-scripted-amarok.svg @@ -0,0 +1 @@ +amarok_scripts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-sidetree.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-sidetree.svg new file mode 100644 index 0000000..f9efadf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-sidetree.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-sort-ascending.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-sort-ascending.svg new file mode 100644 index 0000000..cbc42fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-sort-ascending.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-sort-descending.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-sort-descending.svg new file mode 100644 index 0000000..a9abe3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-sort-descending.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-split-left-right.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-split-left-right.svg new file mode 100644 index 0000000..9235263 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-split-left-right.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-split-top-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-split-top-bottom.svg new file mode 100644 index 0000000..1378f6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-split-top-bottom.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-statistics.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-statistics.svg new file mode 100644 index 0000000..9d6f234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-statistics.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-table-of-contents-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-table-of-contents-ltr.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-table-of-contents-ltr.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-table-of-contents-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-table-of-contents-rtl.svg new file mode 100644 index 0000000..80791ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-table-of-contents-rtl.svg @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-task-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-task-add.svg new file mode 120000 index 0000000..072782f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-task-add.svg @@ -0,0 +1 @@ +task-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-task-child-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-task-child-add.svg new file mode 120000 index 0000000..4226a53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-task-child.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-task-child.svg new file mode 100644 index 0000000..1f07b7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-task-child.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-task.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-task.svg new file mode 100644 index 0000000..77fa8bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-task.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined-add.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined-add.svg new file mode 100644 index 0000000..9c878e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined-add.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined-remove.svg new file mode 100644 index 0000000..aa7fb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined-remove.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined.svg new file mode 100644 index 0000000..096e12b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-baselined.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-calculus.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-calculus.svg new file mode 100644 index 0000000..e3b5124 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-calculus.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-child-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-child-insert.svg new file mode 100644 index 0000000..b819ab8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-child-insert.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-edit.svg new file mode 100644 index 0000000..d41639d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-edit.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-insert.svg new file mode 100644 index 0000000..9c150fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule-insert.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/view-web-browser-dom-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/22/view-web-browser-dom-tree.svg new file mode 100644 index 0000000..2702219 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/view-web-browser-dom-tree.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/viewimage.svg b/breeze-icons-5.21.0/icons-dark/actions/22/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/visibility.svg b/breeze-icons-5.21.0/icons-dark/actions/22/visibility.svg new file mode 100644 index 0000000..20dea13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/visibility.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/whitebalance.svg b/breeze-icons-5.21.0/icons-dark/actions/22/whitebalance.svg new file mode 100644 index 0000000..3acdcd2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/whitebalance.svg @@ -0,0 +1,662 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/window-close.svg b/breeze-icons-5.21.0/icons-dark/actions/22/window-close.svg new file mode 100644 index 0000000..69c5820 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/window-close.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/window-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/window-duplicate.svg new file mode 100644 index 0000000..d60ce44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/window-duplicate.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/window-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/window-new.svg new file mode 100644 index 0000000..2adfae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/window-new.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/window.svg b/breeze-icons-5.21.0/icons-dark/actions/22/window.svg new file mode 100644 index 0000000..b954ac8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/window.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/x-clementine-shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/22/x-clementine-shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-connection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-connection.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-formula.svg b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-formula.svg new file mode 120000 index 0000000..76cf815 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-image.svg b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-image.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-text.svg b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-text.svg new file mode 120000 index 0000000..ab11536 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/xml-attribute-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/xml-attribute-delete.svg new file mode 100644 index 0000000..b320dbf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/xml-attribute-delete.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/xml-element-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/xml-element-new.svg new file mode 100644 index 0000000..fe884bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/xml-element-new.svg @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/xml-node-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/22/xml-node-delete.svg new file mode 100644 index 0000000..dc9509f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/xml-node-delete.svg @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/xml-node-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/22/xml-node-duplicate.svg new file mode 100644 index 0000000..9603d43 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/xml-node-duplicate.svg @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/xml-text-new.svg b/breeze-icons-5.21.0/icons-dark/actions/22/xml-text-new.svg new file mode 100644 index 0000000..93c996b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/xml-text-new.svg @@ -0,0 +1,498 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-1-to-2.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-1-to-2.svg new file mode 100644 index 0000000..7bf52e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-1-to-2.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-2-to-1.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-2-to-1.svg new file mode 100644 index 0000000..c382150 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-2-to-1.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-draw.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-draw.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-best.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-best.svg new file mode 100644 index 0000000..6385470 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-best.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-height.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-height.svg new file mode 100644 index 0000000..d4574df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-height.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-selection.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-selection.svg new file mode 120000 index 0000000..037a51b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-selection.svg @@ -0,0 +1 @@ +zoom-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-width.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-width.svg new file mode 100644 index 0000000..73a0fd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-fit-width.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-in-large.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-in-large.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-in.svg new file mode 100644 index 0000000..08ab1c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-in.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-next.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-next.svg new file mode 100644 index 0000000..148e191 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-next.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-original.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-original.svg new file mode 100644 index 0000000..23ca2bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-original.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-out-large.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-out-large.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-out-large.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-out.svg new file mode 100644 index 0000000..8b30fbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-out.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-previous.svg new file mode 100644 index 0000000..6a22dc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-previous.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-fit.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-fit.svg new file mode 120000 index 0000000..cc77c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-x.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-y.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/22/zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/22/zoom.svg new file mode 100644 index 0000000..83bbcf3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/22/zoom.svg @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/acrobat.svg b/breeze-icons-5.21.0/icons-dark/actions/24/acrobat.svg new file mode 100644 index 0000000..f8b7c08 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/acrobat.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/address-book-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/address-book-new.svg new file mode 100644 index 0000000..9925b5e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/address-book-new.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-baseline.svg new file mode 100644 index 0000000..ef11f48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-baseline.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..7b29773 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-bottom-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-center.svg new file mode 100644 index 0000000..3b5d938 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-center.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left-out.svg new file mode 100644 index 0000000..324afa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..62f8f55 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left-to-anchor.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left.svg new file mode 100644 index 0000000..3f78984 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-left.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-node.svg new file mode 100644 index 0000000..1867279 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-node.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right-out.svg new file mode 100644 index 0000000..9bd6edd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..e814a4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right-to-anchor.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right.svg new file mode 100644 index 0000000..3e96b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-right.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-top-out.svg new file mode 100644 index 0000000..8c82529 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-horizontal-top-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-baseline.svg new file mode 100644 index 0000000..5c180f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-baseline.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom-out.svg new file mode 100644 index 0000000..96a666b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..b61d38a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom.svg new file mode 100644 index 0000000..8f492fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-bottom.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-center.svg new file mode 100644 index 0000000..8948cef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-center.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-node.svg new file mode 100644 index 0000000..88c43f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-node.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top-out.svg new file mode 100644 index 0000000..27d4d6d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top-out.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..1a8ad99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top-to-anchor.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top.svg new file mode 100644 index 0000000..22a12b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/align-vertical-top.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/application-exit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/application-exit.svg new file mode 100644 index 0000000..afbebb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/application-exit.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/application-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/24/application-menu.svg new file mode 100644 index 0000000..2c6a00a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/application-menu.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/applications-other.svg b/breeze-icons-5.21.0/icons-dark/actions/24/applications-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/applications-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/applications-system.svg b/breeze-icons-5.21.0/icons-dark/actions/24/applications-system.svg new file mode 100644 index 0000000..b17a5ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/applications-system.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/appointment-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/appointment-new.svg new file mode 100644 index 0000000..ea3f2e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/appointment-new.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/archive-extract.svg b/breeze-icons-5.21.0/icons-dark/actions/24/archive-extract.svg new file mode 100644 index 0000000..24c6c98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/archive-extract.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/archive-insert-directory.svg b/breeze-icons-5.21.0/icons-dark/actions/24/archive-insert-directory.svg new file mode 100644 index 0000000..621577f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/archive-insert-directory.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/archive-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/24/archive-insert.svg new file mode 100644 index 0000000..bbedc7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/archive-insert.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/archive-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/24/archive-remove.svg new file mode 100644 index 0000000..1d27097 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/archive-remove.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-down-double.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-down-double.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-down-double.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-down.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-left-double.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-left-double.svg new file mode 100644 index 0000000..5564843 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-left-double.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-left.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-left.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-right-double.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-right-double.svg new file mode 100644 index 0000000..140e225 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-right-double.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-right.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-right.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-up-double.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-up-double.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-up-double.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/arrow-up.svg b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-x.svg b/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-y.svg b/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/autocorrection.svg b/breeze-icons-5.21.0/icons-dark/actions/24/autocorrection.svg new file mode 100644 index 0000000..7772775 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/autocorrection.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-new-list.svg b/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-new-list.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-new-list.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-new.svg new file mode 100644 index 0000000..b100831 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-new.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-toolbar.svg b/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-toolbar.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/bookmark-toolbar.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/bookmarks-organize.svg b/breeze-icons-5.21.0/icons-dark/actions/24/bookmarks-organize.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/bookmarks-organize.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/actions/24/bookmarks.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/bookmarks.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/call-start.svg b/breeze-icons-5.21.0/icons-dark/actions/24/call-start.svg new file mode 100644 index 0000000..f6444d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/call-start.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/call-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/24/call-stop.svg new file mode 100644 index 0000000..a9aebbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/call-stop.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/character-set.svg b/breeze-icons-5.21.0/icons-dark/actions/24/character-set.svg new file mode 100644 index 0000000..6b28cf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/character-set.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/checkbox.svg b/breeze-icons-5.21.0/icons-dark/actions/24/checkbox.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/checkbox.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-lap.svg b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-lap.svg new file mode 120000 index 0000000..2c84dca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-lap.svg @@ -0,0 +1 @@ +chronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-pause.svg new file mode 100644 index 0000000..2ac159a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-pause.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-reset.svg b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-reset.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-start.svg b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-start.svg new file mode 120000 index 0000000..678250a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer-start.svg @@ -0,0 +1 @@ +player-time.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/chronometer.svg b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer.svg new file mode 100644 index 0000000..cc5088a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/chronometer.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/class-or-package.svg b/breeze-icons-5.21.0/icons-dark/actions/24/class-or-package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/class-or-package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/code-block.svg b/breeze-icons-5.21.0/icons-dark/actions/24/code-block.svg new file mode 100644 index 0000000..11e28c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/code-block.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/code-class.svg b/breeze-icons-5.21.0/icons-dark/actions/24/code-class.svg new file mode 100644 index 0000000..f308cd2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/code-class.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/code-context.svg b/breeze-icons-5.21.0/icons-dark/actions/24/code-context.svg new file mode 100644 index 0000000..1df6712 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/code-context.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/code-function.svg b/breeze-icons-5.21.0/icons-dark/actions/24/code-function.svg new file mode 100644 index 0000000..e99d640 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/code-function.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/code-typedef.svg b/breeze-icons-5.21.0/icons-dark/actions/24/code-typedef.svg new file mode 100644 index 0000000..6a32b79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/code-typedef.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/code-variable.svg b/breeze-icons-5.21.0/icons-dark/actions/24/code-variable.svg new file mode 100644 index 0000000..ad96a61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/code-variable.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-fill.svg new file mode 100644 index 0000000..c8a8ad4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-fill.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-gradient.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-gradient.svg new file mode 100644 index 0000000..010a28d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-gradient.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-management.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-management.svg new file mode 100644 index 0000000..25ca1fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-management.svg @@ -0,0 +1,768 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-black.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-black.svg new file mode 100644 index 0000000..0ed728a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-black.svg @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-grey.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-grey.svg new file mode 100644 index 0000000..a795f2f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-grey.svg @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-white.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-white.svg new file mode 100644 index 0000000..ad4ff67 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker-white.svg @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker.svg new file mode 100644 index 0000000..f64edb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/color-picker.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/colormanagement.svg b/breeze-icons-5.21.0/icons-dark/actions/24/colormanagement.svg new file mode 120000 index 0000000..21e4611 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/configure-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/24/configure-shortcuts.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/configure-shortcuts.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/configure-toolbars.svg b/breeze-icons-5.21.0/icons-dark/actions/24/configure-toolbars.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/configure-toolbars.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/configure.svg b/breeze-icons-5.21.0/icons-dark/actions/24/configure.svg new file mode 100644 index 0000000..66b2c4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/configure.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/contact-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/contact-new.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/contact-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/cursor-arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/24/cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dashboard-show.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dashboard-show.svg new file mode 100644 index 0000000..937625c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dashboard-show.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/database-index.svg b/breeze-icons-5.21.0/icons-dark/actions/24/database-index.svg new file mode 100644 index 0000000..620e364 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/database-index.svg @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-execute-from-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-execute-from-cursor.svg new file mode 100644 index 0000000..24560c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-execute-from-cursor.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-execute-to-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-execute-to-cursor.svg new file mode 100644 index 0000000..743db80 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-execute-to-cursor.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-run-cursor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-run-cursor.svg new file mode 100644 index 0000000..eade06e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-run-cursor.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-run.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-run.svg new file mode 100644 index 0000000..dc7d2ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-run.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-instruction.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-instruction.svg new file mode 100644 index 0000000..d9364a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-instruction.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-into-instruction.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-into-instruction.svg new file mode 100644 index 0000000..e2d3071 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-into-instruction.svg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-into.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-into.svg new file mode 100644 index 0000000..879285e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-into.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-out.svg new file mode 100644 index 0000000..ce6de96 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-out.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-over.svg b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-over.svg new file mode 100644 index 0000000..9e15ebd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/debug-step-over.svg @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dialog-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-cancel.svg new file mode 100644 index 0000000..e3d9f26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-cancel.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dialog-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dialog-messages.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-messages.svg new file mode 100644 index 0000000..93d270f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-messages.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-ok-apply.svg new file mode 100644 index 0000000..2e13aff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-ok-apply.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dialog-ok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dialog-xml-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-xml-editor.svg new file mode 100644 index 0000000..c32a1e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dialog-xml-editor.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/dirsync.svg b/breeze-icons-5.21.0/icons-dark/actions/24/dirsync.svg new file mode 120000 index 0000000..0e0e5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-graph-directed.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-graph-directed.svg new file mode 100644 index 0000000..d345b18 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-graph-directed.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-graph.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-graph.svg new file mode 100644 index 0000000..d1ad74e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-graph.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-baseline.svg new file mode 100644 index 0000000..a4082b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-baseline.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-center.svg new file mode 100644 index 0000000..abc4518 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-center.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-equal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-equal.svg new file mode 100644 index 0000000..a5de07b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-equal.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-gaps.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-gaps.svg new file mode 100644 index 0000000..4f75734 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-gaps.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-left.svg new file mode 100644 index 0000000..54b8dde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-left.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-margin.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-margin.svg new file mode 100644 index 0000000..665cafd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-margin.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-node.svg new file mode 100644 index 0000000..32211b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-node.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-page.svg new file mode 100644 index 0000000..2a9567c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-page.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-right.svg new file mode 100644 index 0000000..390ddbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-right.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-x.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-x.svg new file mode 100644 index 0000000..a8416a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-horizontal-x.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-randomize.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-randomize.svg new file mode 100644 index 0000000..1a1cdb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-randomize.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-remove-overlaps.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-remove-overlaps.svg new file mode 100644 index 0000000..c9527e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-remove-overlaps.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-unclump.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-unclump.svg new file mode 100644 index 0000000..808c2a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-unclump.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-baseline.svg new file mode 100644 index 0000000..f4d06fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-baseline.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-bottom.svg new file mode 100644 index 0000000..ae3967d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-bottom.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-center.svg new file mode 100644 index 0000000..c3aa55e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-center.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-equal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-equal.svg new file mode 100644 index 0000000..85eef7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-equal.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-gaps.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-gaps.svg new file mode 100644 index 0000000..59e95ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-gaps.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-margin.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-margin.svg new file mode 100644 index 0000000..0caa812 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-margin.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-node.svg new file mode 100644 index 0000000..6df608c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-node.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-page.svg new file mode 100644 index 0000000..cb6771a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-page.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-top.svg new file mode 100644 index 0000000..610000b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-top.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-y.svg b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-y.svg new file mode 100644 index 0000000..7ded512 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/distribute-vertical-y.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-close.svg new file mode 100644 index 0000000..1421b7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-close.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-decrypt.svg new file mode 100644 index 0000000..40a8fab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-decrypt.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..9525ca2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-decrypt-verify.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-decrypt.svg new file mode 100644 index 0000000..9f02582 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-decrypt.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-encrypt.svg new file mode 100644 index 0000000..e897696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-encrypt.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..1c183ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-sign-encrypt.svg @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-sign.svg new file mode 100644 index 0000000..544c4ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-sign.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-verify.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit-verify.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit.svg new file mode 100644 index 0000000..9d0c266 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-edit.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-encrypt.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-encrypted.svg new file mode 100644 index 0000000..ac25ad4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-encrypted.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-export-table.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-export-table.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-export.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-export.svg new file mode 100644 index 0000000..3e79e4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-export.svg @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-import.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-import.svg new file mode 100644 index 0000000..60ee7f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-import.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-multiple.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-multiple.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-new.svg new file mode 100644 index 0000000..f5e20a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-new.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-open-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-open-folder.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-open-folder.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-open-recent.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-open-recent.svg new file mode 100644 index 0000000..bb259c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-open-recent.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-open-remote.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-open-remote.svg new file mode 100644 index 0000000..470667f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-open-remote.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-open.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-open.svg new file mode 100644 index 0000000..052bd1e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-open.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-preview-archive.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-preview-archive.svg new file mode 100644 index 0000000..849e8bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-preview-archive.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-print-direct.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-print-direct.svg new file mode 100644 index 0000000..40c1e0e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-print-direct.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-print-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-print-frame.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-print-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-print-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-print-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-print.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-print.svg new file mode 100644 index 0000000..9f92b4f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-print.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-revert.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-revert.svg new file mode 100644 index 0000000..a71239e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-revert.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-save-all.svg new file mode 100644 index 0000000..1d4eeeb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-save-all.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-save-as.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-save-as.svg new file mode 100644 index 0000000..6a92376 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-save-as.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-save.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-save.svg new file mode 100644 index 0000000..95edd9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-save.svg @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-share.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-share.svg new file mode 100644 index 0000000..856f968 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-share.svg @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/document-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/24/document-sign.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/document-sign.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/documentation.svg b/breeze-icons-5.21.0/icons-dark/actions/24/documentation.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/documentation.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/documentinfo.svg b/breeze-icons-5.21.0/icons-dark/actions/24/documentinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/download-later.svg b/breeze-icons-5.21.0/icons-dark/actions/24/download-later.svg new file mode 100644 index 0000000..863d86a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/download-later.svg @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/download.svg b/breeze-icons-5.21.0/icons-dark/actions/24/download.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/download.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-back.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-back.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-back.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-down.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-forward.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-forward.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-up.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-bezier-curves.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-bezier-curves.svg new file mode 100644 index 0000000..f5ac8d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-bezier-curves.svg @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-brush.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-brush.svg new file mode 100644 index 0000000..e0ea252 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-brush.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-calligraphic.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-calligraphic.svg new file mode 100644 index 0000000..62856fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-calligraphic.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-circle.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-circle.svg new file mode 100644 index 0000000..286f801 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-circle.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-connector.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-connector.svg new file mode 100644 index 0000000..bbc2480 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-connector.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-cross.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-cross.svg new file mode 100644 index 0000000..53d4a2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-cross.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-cuboid.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-cuboid.svg new file mode 100644 index 0000000..5984183 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-cuboid.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-donut.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-donut.svg new file mode 100644 index 0000000..133aa68 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-donut.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-ellipse.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-ellipse.svg new file mode 100644 index 0000000..234fc64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-ellipse.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-eraser.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-eraser.svg new file mode 100644 index 0000000..be06ca1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-eraser.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-freehand.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-freehand.svg new file mode 100644 index 0000000..15291c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-freehand.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle1.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle1.svg new file mode 100644 index 0000000..04e2706 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle1.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle2.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle2.svg new file mode 100644 index 0000000..5998837 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle2.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle3.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle3.svg new file mode 100644 index 0000000..359ff64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle3.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle4.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle4.svg new file mode 100644 index 0000000..347954b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-halfcircle4.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-line.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-line.svg new file mode 100644 index 0000000..e8638b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-line.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-path.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-path.svg new file mode 100644 index 0000000..097f813 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-path.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-polygon-star.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-polygon-star.svg new file mode 100644 index 0000000..92dc0b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-polygon-star.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-polygon.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-polygon.svg new file mode 100644 index 0000000..9c4c73a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-polygon.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-polyline.svg new file mode 100644 index 0000000..6809f11 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-polyline.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-rectangle.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-rectangle.svg new file mode 100644 index 0000000..bea7088 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-rectangle.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-spiral.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-spiral.svg new file mode 100644 index 0000000..7c7f9fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-spiral.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-square-inverted-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-square-inverted-corners.svg new file mode 100644 index 0000000..894bdc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-square-inverted-corners.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-star.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-star.svg new file mode 100644 index 0000000..2b95d71 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-star.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-text.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-text.svg new file mode 100644 index 0000000..18418ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-text.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle.svg new file mode 100644 index 0000000..d49a629 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle1.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle1.svg new file mode 100644 index 0000000..8d973f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle1.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle2.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle2.svg new file mode 100644 index 0000000..79397ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle2.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle3.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle3.svg new file mode 100644 index 0000000..7a64e1c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle3.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle4.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle4.svg new file mode 100644 index 0000000..a41b862 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-triangle4.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/draw-watercolor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/draw-watercolor.svg new file mode 100644 index 0000000..25c21c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/draw-watercolor.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-bomb.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-bomb.svg new file mode 100644 index 0000000..187abc2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-bomb.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-history.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-history.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-history.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-list.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-list.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-list.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-locationbar-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-locationbar-ltr.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-locationbar-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-locationbar-rtl.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear.svg new file mode 100644 index 0000000..a83d4b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-clear.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-copy.svg new file mode 100644 index 0000000..6da7ced --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-copy.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-cut.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-cut.svg new file mode 100644 index 0000000..a596f2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-cut.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-delete-shred.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-delete-shred.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-delete-shred.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-delete.svg new file mode 100644 index 0000000..83fcddc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-delete.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-download.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-download.svg new file mode 100644 index 0000000..f354c07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-download.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-mail.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-mail.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-project.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-project.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-replace.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-replace.svg new file mode 100644 index 0000000..f336963 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-replace.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-user.svg new file mode 120000 index 0000000..12af19e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find-user.svg @@ -0,0 +1 @@ +./edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-find.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find.svg new file mode 100644 index 0000000..e4704d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-find.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-guides.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-guides.svg new file mode 100644 index 0000000..8b11288 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-guides.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-add.svg new file mode 100644 index 0000000..3097b05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-add.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-detect.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-detect.svg new file mode 100644 index 0000000..2a7e234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-detect.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-recognize.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-recognize.svg new file mode 100644 index 0000000..577e3b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-recognize.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-show.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-show.svg new file mode 100644 index 0000000..07c0b3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-image-face-show.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-node.svg new file mode 100644 index 0000000..502a4b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-node.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-paste-in-place.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-paste-in-place.svg new file mode 100644 index 0000000..f18741e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-paste-in-place.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-paste.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-paste.svg new file mode 100644 index 0000000..3f27130 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-paste.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-redo.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-redo.svg new file mode 100644 index 0000000..7516087 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-redo.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-rename.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-rename.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-rename.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-all.svg new file mode 100644 index 0000000..7ff8c88 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-all.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-invert.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-invert.svg new file mode 100644 index 0000000..8c2a49a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-invert.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-lasso.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-lasso.svg new file mode 100644 index 0000000..03c2c23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-lasso.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-none.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-none.svg new file mode 100644 index 0000000..788a65b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select-none.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-select.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select.svg new file mode 100644 index 0000000..22a9d7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-select.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-cell-merge.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-cell-merge.svg new file mode 100644 index 0000000..86e072a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-cell-merge.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-cell-split.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-cell-split.svg new file mode 100644 index 0000000..88ab6e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-cell-split.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-delete-column.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-delete-column.svg new file mode 100644 index 0000000..fff658f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-delete-column.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-delete-row.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-delete-row.svg new file mode 100644 index 0000000..bb1ef8d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-delete-row.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-column-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-column-left.svg new file mode 100644 index 0000000..5bdc375 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-column-left.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-column-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-column-right.svg new file mode 100644 index 0000000..10256a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-column-right.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-row-above.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-row-above.svg new file mode 100644 index 0000000..15a7671 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-row-above.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-row-below.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-row-below.svg new file mode 100644 index 0000000..ff15bdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-table-insert-row-below.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-text-frame-update.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-text-frame-update.svg new file mode 100644 index 0000000..d77bf40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-text-frame-update.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/edit-undo.svg b/breeze-icons-5.21.0/icons-dark/actions/24/edit-undo.svg new file mode 100644 index 0000000..9bdc4fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/edit-undo.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/editimage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/editimage.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/editimage.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/entry-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/entry-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/entry-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/entry-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/entry-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/entry-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions-clockwise.svg b/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions-clockwise.svg new file mode 100644 index 0000000..e9d29c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions-clockwise.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions-zorder.svg b/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions-zorder.svg new file mode 100644 index 0000000..37630a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions-zorder.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions.svg b/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions.svg new file mode 100644 index 0000000..06bde6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/exchange-positions.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/exifinfo.svg b/breeze-icons-5.21.0/icons-dark/actions/24/exifinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/feed-subscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/24/feed-subscribe.svg new file mode 100644 index 0000000..cc36ecb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/feed-subscribe.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/file-zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/24/file-zoom-in.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/file-zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/file-zoom-out.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/filename-last-played.svg b/breeze-icons-5.21.0/icons-dark/actions/24/filename-last-played.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/filename-sample-rate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/filename-sample-rate.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/filename-sample-rate.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/fileview-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/24/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/fill-color.svg b/breeze-icons-5.21.0/icons-dark/actions/24/fill-color.svg new file mode 100644 index 0000000..a609591 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/fill-color.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/flag-black.svg b/breeze-icons-5.21.0/icons-dark/actions/24/flag-black.svg new file mode 100644 index 0000000..114dc2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/flag-black.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/flag-blue.svg b/breeze-icons-5.21.0/icons-dark/actions/24/flag-blue.svg new file mode 100644 index 0000000..63fa852 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/flag-blue.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/flag-green.svg b/breeze-icons-5.21.0/icons-dark/actions/24/flag-green.svg new file mode 100644 index 0000000..56ddd9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/flag-green.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/flag-red.svg b/breeze-icons-5.21.0/icons-dark/actions/24/flag-red.svg new file mode 100644 index 0000000..e29a353 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/flag-red.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/flag-yellow.svg b/breeze-icons-5.21.0/icons-dark/actions/24/flag-yellow.svg new file mode 100644 index 0000000..33394eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/flag-yellow.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/flag.svg b/breeze-icons-5.21.0/icons-dark/actions/24/flag.svg new file mode 100644 index 0000000..3f9877e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/flag.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/folder-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/folder-new.svg new file mode 100644 index 0000000..3c3719a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/folder-new.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/folder-sync.svg b/breeze-icons-5.21.0/icons-dark/actions/24/folder-sync.svg new file mode 100644 index 0000000..ac8ca19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/folder-sync.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/fork.svg b/breeze-icons-5.21.0/icons-dark/actions/24/fork.svg new file mode 100644 index 0000000..0017332 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/fork.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-add-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-add-node.svg new file mode 100644 index 0000000..1771722 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-add-node.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-break-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-break-node.svg new file mode 100644 index 0000000..c8989e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-break-node.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-connect-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-connect-node.svg new file mode 100644 index 0000000..48d2008 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-connect-node.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-convert-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-convert-to-path.svg new file mode 100644 index 0000000..93358c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-convert-to-path.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-disconnect-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-disconnect-node.svg new file mode 100644 index 0000000..3b60f5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-disconnect-node.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-fill-color.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-fill-color.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-fill-color.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-font-size-less.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-font-size-less.svg new file mode 100644 index 0000000..83900a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-font-size-less.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-font-size-more.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-font-size-more.svg new file mode 100644 index 0000000..cdff6b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-font-size-more.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-indent-less.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-indent-less.svg new file mode 100644 index 0000000..b57aedf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-indent-less.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-indent-more.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-indent-more.svg new file mode 100644 index 0000000..e75ed19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-indent-more.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-join-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-join-node.svg new file mode 100644 index 0000000..9aee13e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-join-node.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-center.svg new file mode 100644 index 0000000..2b36fc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-center.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-fill.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-fill.svg new file mode 100644 index 0000000..77481d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-fill.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-left.svg new file mode 100644 index 0000000..e996b47 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-left.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-right.svg new file mode 100644 index 0000000..8d1ba05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-justify-right.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-double.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-double.svg new file mode 100644 index 0000000..e7700e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-double.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-normal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-normal.svg new file mode 100644 index 0000000..4795932 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-normal.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-triple.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-triple.svg new file mode 100644 index 0000000..ffcd010 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-line-spacing-triple.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-list-ordered.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-list-ordered.svg new file mode 100644 index 0000000..557add1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-list-ordered.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-list-unordered.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-list-unordered.svg new file mode 100644 index 0000000..ad2651b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-list-unordered.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-remove-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-remove-node.svg new file mode 100644 index 0000000..5c0f211 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-remove-node.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-stroke-color.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-stroke-color.svg new file mode 100644 index 0000000..f574d6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-stroke-color.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-bold.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-bold.svg new file mode 100644 index 0000000..4387150 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-bold.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-color.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-color.svg new file mode 100644 index 0000000..dd6a9d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-color.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-horizontal.svg new file mode 100644 index 0000000..df33bdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-horizontal.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-ltr.svg new file mode 100644 index 0000000..e09ab30 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-ltr.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-rtl.svg new file mode 100644 index 0000000..044ebcc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-rtl.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-vertical.svg new file mode 100644 index 0000000..8c9d38a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-direction-vertical.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-italic.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-italic.svg new file mode 100644 index 0000000..0f30a6a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-italic.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-strikethrough.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-strikethrough.svg new file mode 100644 index 0000000..371d27f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-strikethrough.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-subscript.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-subscript.svg new file mode 100644 index 0000000..fe1170a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-subscript.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-superscript.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-superscript.svg new file mode 100644 index 0000000..d68286b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-superscript.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-symbol.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-symbol.svg new file mode 100644 index 0000000..8367301 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-symbol.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/format-text-underline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-underline.svg new file mode 100644 index 0000000..e9b4b97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/format-text-underline.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/formula.svg b/breeze-icons-5.21.0/icons-dark/actions/24/formula.svg new file mode 100644 index 0000000..6279bf9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/formula.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-achievements.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-achievements.svg new file mode 100644 index 0000000..e2da8d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-achievements.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-config-background.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-config-board.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-board.svg new file mode 100644 index 0000000..6d60372 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-board.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-config-custom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-custom.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-custom.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-config-options.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-options.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-options.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-config-theme.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-theme.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-config-tiles.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-tiles.svg new file mode 100644 index 0000000..67bef90 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-config-tiles.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-difficult.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-difficult.svg new file mode 100644 index 0000000..e3a7d8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-difficult.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-endturn.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-endturn.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-endturn.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-highscores.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-highscores.svg new file mode 100644 index 0000000..81b9d7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-highscores.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-hint.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-hint.svg new file mode 100644 index 0000000..ebe342d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-hint.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/games-solve.svg b/breeze-icons-5.21.0/icons-dark/actions/24/games-solve.svg new file mode 100644 index 0000000..dfb4ebe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/games-solve.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/geany-build.svg b/breeze-icons-5.21.0/icons-dark/actions/24/geany-build.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/geany-close-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/geany-close-all.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/geany-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/geany-save-all.svg new file mode 120000 index 0000000..43e072f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/get-hot-new-stuff.svg b/breeze-icons-5.21.0/icons-dark/actions/24/get-hot-new-stuff.svg new file mode 100644 index 0000000..d67e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/get-hot-new-stuff.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-bottom.svg new file mode 100644 index 0000000..a91ce4e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-bottom.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-down-search.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-down-search.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-down-search.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-down.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-down.svg new file mode 100644 index 0000000..495c3b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-down.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-first-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-first-view-page.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-first-view.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-first-view.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-first.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-first.svg new file mode 100644 index 0000000..7044827 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-first.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-home.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-home.svg new file mode 100644 index 0000000..7fee0cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-home.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-declaration.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-declaration.svg new file mode 100644 index 0000000..a2a8630 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-declaration.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-definition.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-definition.svg new file mode 100644 index 0000000..63cf729 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-definition.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-locationbar.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-locationbar.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-today.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-today.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-jump.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump.svg new file mode 100644 index 0000000..1540cd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-jump.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-last-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-last-view-page.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-last-view.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-last-view.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-last.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-last.svg new file mode 100644 index 0000000..a65b4fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-last.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-next-context.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-context.svg new file mode 100644 index 0000000..50c1c3f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-context.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-next-use.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-use.svg new file mode 100644 index 0000000..4c68b6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-use.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-next-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-view-page.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-next-view.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-view.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-next.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-next.svg new file mode 100644 index 0000000..5be05f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-next.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-context.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-context.svg new file mode 100644 index 0000000..c32695a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-context.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-use.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-use.svg new file mode 100644 index 0000000..88017cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-use.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-view-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-view-page.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-view.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-view.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous.svg new file mode 100644 index 0000000..cf145df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-previous.svg @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-top.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-top.svg new file mode 100644 index 0000000..6c1d255 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-top.svg @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-up-search.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-up-search.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-up-search.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/go-up.svg b/breeze-icons-5.21.0/icons-dark/actions/24/go-up.svg new file mode 100644 index 0000000..8b266b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/go-up.svg @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/grid-rectangular.svg b/breeze-icons-5.21.0/icons-dark/actions/24/grid-rectangular.svg new file mode 100644 index 0000000..d8a839e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/grid-rectangular.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/group-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/group-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/group-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/group-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/group-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/group-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/group-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/group-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-apply.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-apply.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-authentication.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-authentication.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-authentication.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-bold.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-bold.svg new file mode 120000 index 0000000..3921884 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-cancel.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-cancel.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-cdrom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-cdrom.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-clear.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-clear.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-connect.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-connect.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-convert.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-convert.svg new file mode 100644 index 0000000..aee64a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-convert.svg @@ -0,0 +1,520 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-disconnect.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-disconnect.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-execute.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-execute.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-execute.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-floppy.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-floppy.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-index.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-index.svg new file mode 100644 index 0000000..ae6fc42 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-index.svg @@ -0,0 +1,617 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-no.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-no.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-ok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-preferences.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-preferences.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-preferences.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-quit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-quit.svg new file mode 120000 index 0000000..514fcfb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-quit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-select-color.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-select-color.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-select-font.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-select-font.svg new file mode 100644 index 0000000..b79aa20 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-select-font.svg @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-stop.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-stop.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-tab-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-tab-duplicate.svg new file mode 120000 index 0000000..dbc1b30 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-tab-duplicate.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-tab-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-tab-new.svg new file mode 120000 index 0000000..3d2e0d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-tab-new.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-undelete-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-undelete-ltr.svg new file mode 120000 index 0000000..88a18b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-undelete-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-undelete-rtl.svg new file mode 120000 index 0000000..a13a878 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/gtk-yes.svg b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-yes.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/gtk-yes.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/guides.svg b/breeze-icons-5.21.0/icons-dark/actions/24/guides.svg new file mode 100644 index 0000000..44e169b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/guides.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/help-about.svg b/breeze-icons-5.21.0/icons-dark/actions/24/help-about.svg new file mode 100644 index 0000000..4de8cf3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/help-about.svg @@ -0,0 +1,489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/help-contextual.svg b/breeze-icons-5.21.0/icons-dark/actions/24/help-contextual.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/help-contextual.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/help-donate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/help-feedback.svg b/breeze-icons-5.21.0/icons-dark/actions/24/help-feedback.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/help-hint.svg b/breeze-icons-5.21.0/icons-dark/actions/24/help-hint.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/24/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/hint.svg b/breeze-icons-5.21.0/icons-dark/actions/24/hint.svg new file mode 100644 index 0000000..0cea506 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/hint.svg @@ -0,0 +1,480 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/identity.svg b/breeze-icons-5.21.0/icons-dark/actions/24/identity.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-aim.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-aim.svg new file mode 100644 index 0000000..ad48fba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-aim.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-ban-kick-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-ban-kick-user.svg new file mode 100644 index 0000000..96558b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-ban-kick-user.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-ban-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-ban-user.svg new file mode 120000 index 0000000..9861f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-ban-user.svg @@ -0,0 +1 @@ +./list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-facebook.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-facebook.svg new file mode 100644 index 0000000..6f77e7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-facebook.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-gadugadu.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-gadugadu.svg new file mode 100644 index 0000000..3b2ed92 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-gadugadu.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-google-talk.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-google-talk.svg new file mode 100644 index 0000000..888304c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-google-talk.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-google.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-google.svg new file mode 100644 index 0000000..bb4215d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-google.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-icq.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-icq.svg new file mode 100644 index 0000000..0b669b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-icq.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-identi.ca.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-identi.ca.svg new file mode 100644 index 0000000..51ed51d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-identi.ca.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-invisible-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-invisible-user.svg new file mode 100644 index 0000000..392c9ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-invisible-user.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-irc.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-irc.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-irc.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-jabber.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-jabber.svg new file mode 120000 index 0000000..d31bb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-jabber.svg @@ -0,0 +1 @@ +games-hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-kick-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-kick-user.svg new file mode 100644 index 0000000..7c7fc91 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-kick-user.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-msn.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-msn.svg new file mode 100644 index 0000000..d6e7dcd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-msn.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-qq.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-qq.svg new file mode 100644 index 0000000..ca893b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-qq.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-skype.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-skype.svg new file mode 100644 index 0000000..5d86af6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-skype.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-twitter.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-twitter.svg new file mode 100644 index 0000000..444c27e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-twitter.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-user-away.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-away.svg new file mode 100644 index 0000000..a157fe7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-away.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-user-busy.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-busy.svg new file mode 100644 index 0000000..5a8f3e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-busy.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-user-offline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-offline.svg new file mode 100644 index 0000000..eb32c02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-offline.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-user-online.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-online.svg new file mode 100644 index 0000000..9f89759 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-user-online.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-user.svg new file mode 100644 index 0000000..bae74a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-user.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/im-yahoo.svg b/breeze-icons-5.21.0/icons-dark/actions/24/im-yahoo.svg new file mode 100644 index 0000000..5a5ce90 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/im-yahoo.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/imagecomment.svg b/breeze-icons-5.21.0/icons-dark/actions/24/imagecomment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/insert-horizontal-rule.svg b/breeze-icons-5.21.0/icons-dark/actions/24/insert-horizontal-rule.svg new file mode 100644 index 0000000..1945481 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/insert-horizontal-rule.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/insert-image.svg b/breeze-icons-5.21.0/icons-dark/actions/24/insert-image.svg new file mode 100644 index 0000000..230a2af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/insert-image.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/insert-link.svg b/breeze-icons-5.21.0/icons-dark/actions/24/insert-link.svg new file mode 100644 index 0000000..1318178 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/insert-link.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/insert-table.svg b/breeze-icons-5.21.0/icons-dark/actions/24/insert-table.svg new file mode 100644 index 0000000..302d447 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/insert-table.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/insert-text.svg b/breeze-icons-5.21.0/icons-dark/actions/24/insert-text.svg new file mode 100644 index 0000000..7b9e488 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/insert-text.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/invertimage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/invertimage.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-channel-active.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-channel-active.svg new file mode 100644 index 0000000..f9c9119 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-channel-active.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-channel-inactive.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-channel-inactive.svg new file mode 100644 index 0000000..78e507b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-channel-inactive.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-close-channel.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-close-channel.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-close-channel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-join-channel.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-join-channel.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-join-channel.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-operator.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-operator.svg new file mode 100644 index 0000000..d4513fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-operator.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-remove-operator.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-remove-operator.svg new file mode 100644 index 0000000..d89fead --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-remove-operator.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-unvoice.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-unvoice.svg new file mode 100644 index 0000000..15efc3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-unvoice.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/irc-voice.svg b/breeze-icons-5.21.0/icons-dark/actions/24/irc-voice.svg new file mode 100644 index 0000000..43e3b53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/irc-voice.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/journal-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/journal-new.svg new file mode 100644 index 0000000..fbb616c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/journal-new.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kdenlive-show-video.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kdenlive-show-video.svg new file mode 100644 index 0000000..cade95b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kdenlive-show-video.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/key-enter.svg b/breeze-icons-5.21.0/icons-dark/actions/24/key-enter.svg new file mode 100644 index 0000000..3152fc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/key-enter.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrase-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrase-new.svg new file mode 100644 index 0000000..9ac2768 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrase-new.svg @@ -0,0 +1,485 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrase.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrase.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrasebook.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrasebook.svg new file mode 100644 index 0000000..e53ee2f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phrasebook.svg @@ -0,0 +1,489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phresebook-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phresebook-new.svg new file mode 100644 index 0000000..b5f2808 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kmouth-phresebook-new.svg @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kr_jumpback.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kr_jumpback.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/kr_setjumpback.svg b/breeze-icons-5.21.0/icons-dark/actions/24/kr_setjumpback.svg new file mode 120000 index 0000000..76b6809 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-x.svg b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-y.svg b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/labplot-cursor-arrow.svg b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/labplot-format-text-symbol.svg b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-format-text-symbol.svg new file mode 120000 index 0000000..5d66639 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/labplot-transform-move.svg b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-transform-move.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/layer-visible-off.svg b/breeze-icons-5.21.0/icons-dark/actions/24/layer-visible-off.svg new file mode 100644 index 0000000..e239bf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/layer-visible-off.svg @@ -0,0 +1,485 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/layer-visible-on.svg b/breeze-icons-5.21.0/icons-dark/actions/24/layer-visible-on.svg new file mode 100644 index 0000000..9f8becd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/layer-visible-on.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/lighttable.svg b/breeze-icons-5.21.0/icons-dark/actions/24/lighttable.svg new file mode 100644 index 0000000..186b68c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/lighttable.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/lighttableadd.svg b/breeze-icons-5.21.0/icons-dark/actions/24/lighttableadd.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/list-add-font.svg b/breeze-icons-5.21.0/icons-dark/actions/24/list-add-font.svg new file mode 100644 index 0000000..dbabc9d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/list-add-font.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/list-add-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/list-add-user.svg new file mode 100644 index 0000000..1e87b3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/list-add-user.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/list-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/list-add.svg new file mode 100644 index 0000000..362e485 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/list-add.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/list-remove-user.svg b/breeze-icons-5.21.0/icons-dark/actions/24/list-remove-user.svg new file mode 100644 index 0000000..fba2c3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/list-remove-user.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/list-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/24/list-remove.svg new file mode 100644 index 0000000..83fcddc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/list-remove.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/list-resource-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/list-resource-add.svg new file mode 120000 index 0000000..ff7249b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/list-resource-add.svg @@ -0,0 +1 @@ +list-add-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-attachment.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-attachment.svg new file mode 100644 index 0000000..985e508 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-attachment.svg @@ -0,0 +1,485 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted-full.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted-full.svg new file mode 100644 index 0000000..bbbfb26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted-full.svg @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted-part.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted-part.svg new file mode 100644 index 0000000..a4d634e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted-part.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted.svg new file mode 120000 index 0000000..bab4595 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-flag.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-flag.svg new file mode 100644 index 0000000..04d0562 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-flag.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-forward.svg new file mode 100644 index 0000000..af78ad2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-forward.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-forwarded.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-forwarded.svg new file mode 100644 index 0000000..1adf18a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-forwarded.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-invitation.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-invitation.svg new file mode 100644 index 0000000..0defba7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-invitation.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-important.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-important.svg new file mode 100644 index 0000000..0dfcb0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-important.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-junk.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-junk.svg new file mode 100644 index 0000000..38a81f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-junk.svg @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-notjunk.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-notjunk.svg new file mode 100644 index 0000000..1354f4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-notjunk.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-read.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-read.svg new file mode 100644 index 0000000..d2744bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-read.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-task.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-task.svg new file mode 100644 index 0000000..314c106 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-task.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-unread-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-unread-new.svg new file mode 100644 index 0000000..2225da8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-unread-new.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-unread.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-unread.svg new file mode 100644 index 0000000..79dd2ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-mark-unread.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-meeting-request-reply.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-meeting-request-reply.svg new file mode 100644 index 0000000..f3662eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-meeting-request-reply.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-message-new-list.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-message-new-list.svg new file mode 100644 index 0000000..d1af810 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-message-new-list.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-message-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-message-new.svg new file mode 100644 index 0000000..7e397be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-message-new.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-queue.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-queue.svg new file mode 100644 index 0000000..fa27e20 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-queue.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-receive.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-receive.svg new file mode 100644 index 0000000..2d5bd41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-receive.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-replied.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-replied.svg new file mode 100644 index 0000000..6617813 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-replied.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-all.svg new file mode 100644 index 0000000..14496bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-all.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-custom-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-custom-all.svg new file mode 100644 index 0000000..a57e2cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-custom-all.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-custom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-custom.svg new file mode 100644 index 0000000..0a0d0e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-custom.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-list.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-list.svg new file mode 100644 index 0000000..377b4e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-list.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-sender.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-sender.svg new file mode 100644 index 0000000..995c199 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-reply-sender.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-send.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-send.svg new file mode 100644 index 0000000..eabf33f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-send.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-signature-unknown.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signature-unknown.svg new file mode 100644 index 0000000..edcda7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signature-unknown.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-full.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-full.svg new file mode 100644 index 0000000..56dfd17 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-full.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-part.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-part.svg new file mode 100644 index 0000000..a41de14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-part.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-verified.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-verified.svg new file mode 100644 index 0000000..14a7c97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed-verified.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/mail-tagged.svg b/breeze-icons-5.21.0/icons-dark/actions/24/mail-tagged.svg new file mode 100644 index 0000000..4d4de75 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/mail-tagged.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/measure.svg b/breeze-icons-5.21.0/icons-dark/actions/24/measure.svg new file mode 100644 index 0000000..e79789d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/measure.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-album-cover-manager-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-album-cover-manager-amarok.svg new file mode 100644 index 0000000..fcea77b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-album-cover-manager-amarok.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-album-track.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-album-track.svg new file mode 100644 index 0000000..80fd49e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-album-track.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-eject.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-eject.svg new file mode 100644 index 0000000..c30ea84 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-eject.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-pause.svg new file mode 100644 index 0000000..b6bbb83 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-pause.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-start.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-start.svg new file mode 100644 index 0000000..efc8ff7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-start.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-stop.svg new file mode 100644 index 0000000..c53e6ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-playback-stop.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-playlist-repeat.svg new file mode 100644 index 0000000..1ad5459 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-playlist-repeat.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-playlist-shuffle.svg new file mode 100644 index 0000000..22365ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-playlist-shuffle.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-random-albums-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-random-albums-amarok.svg new file mode 100644 index 0000000..b1208f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-random-albums-amarok.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-random-tracks-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-random-tracks-amarok.svg new file mode 100644 index 0000000..c0e2254 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-random-tracks-amarok.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-record.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-record.svg new file mode 100644 index 0000000..0e6860b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-record.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-album-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-album-amarok.svg new file mode 100644 index 0000000..b33cb02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-album-amarok.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-playlist-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-playlist-amarok.svg new file mode 100644 index 0000000..22eb3cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-playlist-amarok.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-track-amarok.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-track-amarok.svg new file mode 100644 index 0000000..0f43699 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-repeat-track-amarok.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-seek-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-seek-backward.svg new file mode 100644 index 0000000..eb41878 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-seek-backward.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-seek-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-seek-forward.svg new file mode 100644 index 0000000..7cd7f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-seek-forward.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-skip-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-skip-backward.svg new file mode 100644 index 0000000..c0e73be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-skip-backward.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/media-skip-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/24/media-skip-forward.svg new file mode 100644 index 0000000..2268f6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/media-skip-forward.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/meeting-attending-tentative.svg b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-attending-tentative.svg new file mode 100644 index 0000000..2cdd89f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-attending-tentative.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/meeting-attending.svg b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-attending.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-attending.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/meeting-participant-no-response.svg b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-participant-no-response.svg new file mode 100644 index 0000000..1b829bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-participant-no-response.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/meeting-participant-request-response.svg b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-participant-request-response.svg new file mode 100644 index 0000000..15d4ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/meeting-participant-request-response.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/menu_new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/menu_new.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/menu_new.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/menu_new_sep.svg b/breeze-icons-5.21.0/icons-dark/actions/24/menu_new_sep.svg new file mode 100644 index 0000000..9552cc2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/menu_new_sep.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/merge.svg b/breeze-icons-5.21.0/icons-dark/actions/24/merge.svg new file mode 100644 index 0000000..e869cf9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/merge.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/messagebox_warning.svg b/breeze-icons-5.21.0/icons-dark/actions/24/messagebox_warning.svg new file mode 100644 index 0000000..08646df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/messagebox_warning.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/milestone.svg b/breeze-icons-5.21.0/icons-dark/actions/24/milestone.svg new file mode 100644 index 0000000..a669181 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/milestone.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/network-connect.svg b/breeze-icons-5.21.0/icons-dark/actions/24/network-connect.svg new file mode 100644 index 0000000..ab64885 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/network-connect.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/network-disconnect.svg b/breeze-icons-5.21.0/icons-dark/actions/24/network-disconnect.svg new file mode 100644 index 0000000..e6e22de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/network-disconnect.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/news-subscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/24/news-subscribe.svg new file mode 100644 index 0000000..415d873 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/news-subscribe.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/news-unsubscribe.svg b/breeze-icons-5.21.0/icons-dark/actions/24/news-unsubscribe.svg new file mode 100644 index 0000000..8677456 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/news-unsubscribe.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/nocover.svg b/breeze-icons-5.21.0/icons-dark/actions/24/nocover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-add.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-add.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-break.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-break.svg new file mode 120000 index 0000000..c9d9a5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-break.svg @@ -0,0 +1 @@ +format-break-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-delete-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-delete.svg new file mode 120000 index 0000000..bd10261 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-delete.svg @@ -0,0 +1 @@ +format-remove-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-join-segment.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-join.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-join.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-join.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-segment-curve.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-segment-curve.svg new file mode 100644 index 0000000..f6fed0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-segment-curve.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-segment-line.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-segment-line.svg new file mode 100644 index 0000000..90e6a73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-segment-line.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-transform.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-transform.svg new file mode 100644 index 0000000..6ee64b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-transform.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-type-auto-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-auto-smooth.svg new file mode 100644 index 0000000..9339c1e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-auto-smooth.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-type-cusp.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-cusp.svg new file mode 100644 index 0000000..fa45018 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-cusp.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-type-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-smooth.svg new file mode 100644 index 0000000..dc9d916 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-smooth.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/node-type-symmetric.svg b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-symmetric.svg new file mode 100644 index 0000000..4a38a50 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/node-type-symmetric.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-columns.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-columns.svg new file mode 100644 index 0000000..e174c1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-columns.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-flip-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-flip-horizontal.svg new file mode 100644 index 0000000..84c7adc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-flip-horizontal.svg @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-flip-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-flip-vertical.svg new file mode 100644 index 0000000..157e196 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-flip-vertical.svg @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-group.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-group.svg new file mode 100644 index 0000000..0e7bb95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-group.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-locked.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-locked.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-locked.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-order-back.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-back.svg new file mode 100644 index 0000000..d382b56 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-back.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-order-front.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-front.svg new file mode 100644 index 0000000..52519d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-front.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-order-lower.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-lower.svg new file mode 100644 index 0000000..080beb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-lower.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-order-raise.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-raise.svg new file mode 100644 index 0000000..16b3391 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-order-raise.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-rotate-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-rotate-left.svg new file mode 100644 index 0000000..6bf9e50 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-rotate-left.svg @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-rotate-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-rotate-right.svg new file mode 100644 index 0000000..6cbfa1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-rotate-right.svg @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-rows.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-rows.svg new file mode 100644 index 0000000..9b46af3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-rows.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-to-path.svg new file mode 100644 index 0000000..8682732 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-to-path.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-ungroup.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-ungroup.svg new file mode 100644 index 0000000..fd6eb1c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-ungroup.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/object-unlocked.svg b/breeze-icons-5.21.0/icons-dark/actions/24/object-unlocked.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/object-unlocked.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-focus-peak-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-focus-peak-node.svg new file mode 100644 index 0000000..0926cbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-focus-peak-node.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-percentage.svg new file mode 100644 index 0000000..e5fe5fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-percentage.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-stacked.svg new file mode 100644 index 0000000..9972e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area-stacked.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area.svg new file mode 100644 index 0000000..13cef07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-area.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar-percentage.svg new file mode 100644 index 0000000..0615eaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar-percentage.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar-stacked.svg new file mode 100644 index 0000000..1c4dd11 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar-stacked.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar.svg new file mode 100644 index 0000000..2d16154 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-bar.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line-percentage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line-percentage.svg new file mode 100644 index 0000000..20c2f8d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line-percentage.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line-stacked.svg new file mode 100644 index 0000000..7e0b43f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line-stacked.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line.svg new file mode 100644 index 0000000..ef719f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-line.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-pie.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-pie.svg new file mode 100644 index 0000000..77c8065 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-pie.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-polar-stacked.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-polar-stacked.svg new file mode 100644 index 0000000..a67547e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-polar-stacked.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-polar.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-polar.svg new file mode 100644 index 0000000..833d4e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-polar.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-ring.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-ring.svg new file mode 100644 index 0000000..832bada --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-ring.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-scatter.svg b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-scatter.svg new file mode 100644 index 0000000..b4d2da4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/office-chart-scatter.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/package.svg b/breeze-icons-5.21.0/icons-dark/actions/24/package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/page-2sides.svg b/breeze-icons-5.21.0/icons-dark/actions/24/page-2sides.svg new file mode 100644 index 0000000..c67d5f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/page-2sides.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/page-3sides.svg b/breeze-icons-5.21.0/icons-dark/actions/24/page-3sides.svg new file mode 100644 index 0000000..5100d9d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/page-3sides.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/page-4sides.svg b/breeze-icons-5.21.0/icons-dark/actions/24/page-4sides.svg new file mode 100644 index 0000000..2f1beb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/page-4sides.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/page-simple.svg b/breeze-icons-5.21.0/icons-dark/actions/24/page-simple.svg new file mode 100644 index 0000000..19c9c19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/page-simple.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/page-zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/page-zoom.svg new file mode 120000 index 0000000..67400f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/page-zoom.svg @@ -0,0 +1 @@ +./zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/password-generate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/password-generate.svg new file mode 120000 index 0000000..d00a899 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/password-generate.svg @@ -0,0 +1 @@ +playlist-generator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/password-show-off.svg b/breeze-icons-5.21.0/icons-dark/actions/24/password-show-off.svg new file mode 120000 index 0000000..5d72157 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/password-show-on.svg b/breeze-icons-5.21.0/icons-dark/actions/24/password-show-on.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/password-show-on.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-clip-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-clip-edit.svg new file mode 100644 index 0000000..14c40d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-clip-edit.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-effect-parameter-next.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-effect-parameter-next.svg new file mode 100644 index 0000000..d7fbc36 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-effect-parameter-next.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-mask-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-mask-edit.svg new file mode 100644 index 0000000..ce4f391 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-mask-edit.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-bezier.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-bezier.svg new file mode 120000 index 0000000..c47e3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-bezier.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-polyline-paraxial.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-polyline-paraxial.svg new file mode 100644 index 0000000..50d5459 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-polyline-paraxial.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-polyline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-polyline.svg new file mode 100644 index 0000000..9033d0a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-polyline.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-spiro.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-spiro.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-mode-spiro.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-reverse.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-reverse.svg new file mode 100644 index 0000000..1502ab3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-reverse.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/path-simplify.svg b/breeze-icons-5.21.0/icons-dark/actions/24/path-simplify.svg new file mode 100644 index 0000000..aef8e76 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/path-simplify.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/player-time.svg b/breeze-icons-5.21.0/icons-dark/actions/24/player-time.svg new file mode 100644 index 0000000..1d9e9ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/player-time.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/player-volume-muted.svg b/breeze-icons-5.21.0/icons-dark/actions/24/player-volume-muted.svg new file mode 100644 index 0000000..5afa87c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/player-volume-muted.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/player-volume.svg b/breeze-icons-5.21.0/icons-dark/actions/24/player-volume.svg new file mode 100644 index 0000000..281aef8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/player-volume.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/playlist-generator.svg b/breeze-icons-5.21.0/icons-dark/actions/24/playlist-generator.svg new file mode 100644 index 0000000..566e014 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/playlist-generator.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/playlist-sort.svg b/breeze-icons-5.21.0/icons-dark/actions/24/playlist-sort.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/plugins.svg b/breeze-icons-5.21.0/icons-dark/actions/24/plugins.svg new file mode 100644 index 0000000..5bae161 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/plugins.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/preferences-activities.svg b/breeze-icons-5.21.0/icons-dark/actions/24/preferences-activities.svg new file mode 100644 index 0000000..779962c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/preferences-activities.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/preferences-other.svg b/breeze-icons-5.21.0/icons-dark/actions/24/preferences-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/preferences-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/preflight-verifier.svg b/breeze-icons-5.21.0/icons-dark/actions/24/preflight-verifier.svg new file mode 100644 index 0000000..00e3534 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/preflight-verifier.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/process-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/24/process-stop.svg new file mode 100644 index 0000000..059d471 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/process-stop.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/project-development-close-all.svg b/breeze-icons-5.21.0/icons-dark/actions/24/project-development-close-all.svg new file mode 120000 index 0000000..5687007 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/project-development-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/project-development-close.svg new file mode 100644 index 0000000..ca2bda6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/project-development-close.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/project-development-new-template.svg b/breeze-icons-5.21.0/icons-dark/actions/24/project-development-new-template.svg new file mode 100644 index 0000000..8fd6792 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/project-development-new-template.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/project-development.svg b/breeze-icons-5.21.0/icons-dark/actions/24/project-development.svg new file mode 100644 index 0000000..50c777c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/project-development.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/project-open.svg b/breeze-icons-5.21.0/icons-dark/actions/24/project-open.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/project-open.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-class.svg b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-class.svg new file mode 100644 index 0000000..36731b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-class.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-file.svg b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-file.svg new file mode 100644 index 0000000..8d47465 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-file.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-function.svg b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-function.svg new file mode 100644 index 0000000..2abc8e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen-function.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/quickopen.svg b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen.svg new file mode 100644 index 0000000..223b280 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/quickopen.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/randomize.svg b/breeze-icons-5.21.0/icons-dark/actions/24/randomize.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/randomize.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/ratiocrop.svg b/breeze-icons-5.21.0/icons-dark/actions/24/ratiocrop.svg new file mode 120000 index 0000000..686d9f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/redeyes.svg b/breeze-icons-5.21.0/icons-dark/actions/24/redeyes.svg new file mode 100644 index 0000000..b6456a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/redeyes.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-child-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-child-insert.svg new file mode 100644 index 0000000..ff5b21e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-child-insert.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-child.svg b/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-child.svg new file mode 100644 index 0000000..d65755f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-child.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-insert.svg new file mode 100644 index 0000000..8a73f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/resource-calendar-insert.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/resource-group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/resource-group-new.svg new file mode 100644 index 0000000..4501372 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/resource-group-new.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/resource-group.svg b/breeze-icons-5.21.0/icons-dark/actions/24/resource-group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/resource-group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/roll.svg b/breeze-icons-5.21.0/icons-dark/actions/24/roll.svg new file mode 100644 index 0000000..cb3f466 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/roll.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build-clean.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-clean.svg new file mode 100644 index 0000000..3840c04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-clean.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build-configure.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-configure.svg new file mode 100644 index 0000000..f2d25e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-configure.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build-file.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-file.svg new file mode 100644 index 0000000..1f0acef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-file.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build-install-root.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-install-root.svg new file mode 100644 index 0000000..6029216 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-install-root.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build-install.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-install.svg new file mode 100644 index 0000000..298794d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-install.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build-prune.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-prune.svg new file mode 100644 index 0000000..027a348 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build-prune.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-build.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-build.svg new file mode 100644 index 0000000..c55cd7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-build.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-clean.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-clean.svg new file mode 120000 index 0000000..2c899aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/run-install.svg b/breeze-icons-5.21.0/icons-dark/actions/24/run-install.svg new file mode 120000 index 0000000..71034b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/select-rectangular.svg b/breeze-icons-5.21.0/icons-dark/actions/24/select-rectangular.svg new file mode 100644 index 0000000..efba612 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/select-rectangular.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/services.svg b/breeze-icons-5.21.0/icons-dark/actions/24/services.svg new file mode 120000 index 0000000..4c2c5d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/services.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/shapes.svg b/breeze-icons-5.21.0/icons-dark/actions/24/shapes.svg new file mode 100644 index 0000000..1707642 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/shapes.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/sharpenimage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/sharpenimage.svg new file mode 100644 index 0000000..3b672db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/sharpenimage.svg @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/show-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/24/show-menu.svg new file mode 100644 index 0000000..be0627b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/show-menu.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/show-node-handles.svg b/breeze-icons-5.21.0/icons-dark/actions/24/show-node-handles.svg new file mode 100644 index 0000000..0f12467 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/show-node-handles.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/show-offline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/show-offline.svg new file mode 100644 index 0000000..c6dac11 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/show-offline.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/show-path-outline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/show-path-outline.svg new file mode 100644 index 0000000..be446f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/show-path-outline.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-center.svg new file mode 100644 index 0000000..628866e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-center.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-corners.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-corners.svg new file mode 100644 index 0000000..2e4f660 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-corners.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-edges.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-edges.svg new file mode 100644 index 0000000..ab47fa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-edges.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-midpoints.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-midpoints.svg new file mode 100644 index 0000000..b65f4c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box-midpoints.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box.svg new file mode 100644 index 0000000..ab47fa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-bounding-box.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-extension.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-extension.svg new file mode 100644 index 0000000..a2857b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-extension.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-grid-guide-intersections.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-grid-guide-intersections.svg new file mode 100644 index 0000000..cc3d9a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-grid-guide-intersections.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-guideline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-guideline.svg new file mode 100644 index 0000000..073959a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-guideline.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-intersection.svg new file mode 100644 index 0000000..44d01ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-intersection.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-node.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-node.svg new file mode 100644 index 0000000..533ec67 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-node.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-center.svg new file mode 100644 index 0000000..cd2c679 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-center.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-cusp.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-cusp.svg new file mode 100644 index 0000000..70107ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-cusp.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-intersection.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-intersection.svg new file mode 100644 index 0000000..10f5aea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-intersection.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-midpoint.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-midpoint.svg new file mode 100644 index 0000000..792c59e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-midpoint.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-path.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-path.svg new file mode 100644 index 0000000..a023548 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-path.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-rotation-center.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..fbacdd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-rotation-center.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-smooth.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-smooth.svg new file mode 100644 index 0000000..2e99afe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-nodes-smooth.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-orthogonal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-orthogonal.svg new file mode 100644 index 0000000..25267d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-orthogonal.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-page.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-page.svg new file mode 100644 index 0000000..15492e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-page.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap-text-baseline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap-text-baseline.svg new file mode 100644 index 0000000..2d79447 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap-text-baseline.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/snap.svg b/breeze-icons-5.21.0/icons-dark/actions/24/snap.svg new file mode 100644 index 0000000..772cc44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/snap.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/sort-name.svg b/breeze-icons-5.21.0/icons-dark/actions/24/sort-name.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/sort-name.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/sort-presence.svg b/breeze-icons-5.21.0/icons-dark/actions/24/sort-presence.svg new file mode 100644 index 0000000..058b983 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/sort-presence.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/speaker.svg b/breeze-icons-5.21.0/icons-dark/actions/24/speaker.svg new file mode 100644 index 0000000..c444ac4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/speaker.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/split.svg b/breeze-icons-5.21.0/icons-dark/actions/24/split.svg new file mode 100644 index 0000000..bfac020 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/split.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/story-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/story-editor.svg new file mode 100644 index 0000000..1e00436 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/story-editor.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-bevel.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-butt.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-butt.svg new file mode 100644 index 0000000..d3f487d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-butt.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-miter.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-round.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-round.svg new file mode 100644 index 0000000..50368fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-round.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-square.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-square.svg new file mode 100644 index 0000000..291decf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-cap-square.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-bevel.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-bevel.svg new file mode 100644 index 0000000..43b6790 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-bevel.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-miter.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-miter.svg new file mode 100644 index 0000000..4b7de8d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-miter.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-round.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-round.svg new file mode 100644 index 0000000..830f240 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-join-round.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/stroke-to-path.svg b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-to-path.svg new file mode 100644 index 0000000..03eb108 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/stroke-to-path.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/svn-commit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/svn-commit.svg new file mode 100644 index 0000000..edaba9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/svn-commit.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/svn-update.svg b/breeze-icons-5.21.0/icons-dark/actions/24/svn-update.svg new file mode 100644 index 0000000..c51e286 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/svn-update.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/system-run.svg b/breeze-icons-5.21.0/icons-dark/actions/24/system-run.svg new file mode 100644 index 0000000..1b9949f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/system-run.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/system-search.svg b/breeze-icons-5.21.0/icons-dark/actions/24/system-search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/system-upgrade.svg b/breeze-icons-5.21.0/icons-dark/actions/24/system-upgrade.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/system-upgrade.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tab-close-other.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tab-close-other.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tab-close-other.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tab-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tab-close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tab-close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tab-detach.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tab-detach.svg new file mode 100644 index 0000000..7e3ce70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tab-detach.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tab-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tab-duplicate.svg new file mode 100644 index 0000000..da8efda --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tab-duplicate.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tab-new-background.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tab-new-background.svg new file mode 100644 index 0000000..ce4f5c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tab-new-background.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tab-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tab-new.svg new file mode 100644 index 0000000..0b1823b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tab-new.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/table.svg b/breeze-icons-5.21.0/icons-dark/actions/24/table.svg new file mode 100644 index 0000000..8dfa3ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/table.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-addressbook.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-addressbook.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-delete.svg new file mode 120000 index 0000000..9329cda --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-delete.svg @@ -0,0 +1 @@ +xml-attribute-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-events.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-events.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-folder.svg new file mode 120000 index 0000000..f927800 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-people.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-people.svg new file mode 120000 index 0000000..0d9b8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-people.svg @@ -0,0 +1 @@ +edit-image-face-show.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-places.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-places.svg new file mode 100644 index 0000000..ec16e92 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-places.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag-reset.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag-reset.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tag.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tag.svg new file mode 100644 index 0000000..8cc322d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tag.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/task-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/task-new.svg new file mode 100644 index 0000000..e5e4032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/task-new.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/taxes-finances.svg b/breeze-icons-5.21.0/icons-dark/actions/24/taxes-finances.svg new file mode 100644 index 0000000..bea0753 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/taxes-finances.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text-field.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text-field.svg new file mode 100644 index 0000000..108ab3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text-field.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text-flow-into-frame.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text-flow-into-frame.svg new file mode 100644 index 0000000..fd1032c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text-flow-into-frame.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text-frame-link.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text-frame-link.svg new file mode 100644 index 0000000..e63677f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text-frame-link.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text-frame-unlink.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text-frame-unlink.svg new file mode 100644 index 0000000..e9b44ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text-frame-unlink.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text-speak.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text-speak.svg new file mode 100644 index 0000000..6cffe05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text-speak.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text-unflow.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text-unflow.svg new file mode 100644 index 0000000..c47879f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text-unflow.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_horz_kern.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_horz_kern.svg new file mode 100644 index 0000000..093e3b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_horz_kern.svg @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_letter_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_letter_spacing.svg new file mode 100644 index 0000000..c4c883c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_letter_spacing.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_line_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_line_spacing.svg new file mode 100644 index 0000000..54ce991 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_line_spacing.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_remove_kerns.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_remove_kerns.svg new file mode 100644 index 0000000..04f3a92 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_remove_kerns.svg @@ -0,0 +1,514 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_rotation.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_rotation.svg new file mode 100644 index 0000000..d77c4c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_rotation.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_subscript.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_subscript.svg new file mode 100644 index 0000000..b1cddea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_subscript.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_superscript.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_superscript.svg new file mode 100644 index 0000000..bf427f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_superscript.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_vert_kern.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_vert_kern.svg new file mode 100644 index 0000000..cf6fbfd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_vert_kern.svg @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/text_word_spacing.svg b/breeze-icons-5.21.0/icons-dark/actions/24/text_word_spacing.svg new file mode 100644 index 0000000..5c1ca4f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/text_word_spacing.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tool-animator.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tool-animator.svg new file mode 100644 index 0000000..819f874 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tool-animator.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tool-measure.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tool-measure.svg new file mode 100644 index 0000000..1390874 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tool-measure.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tool-node-editor.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tool-node-editor.svg new file mode 100644 index 0000000..577fa9a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tool-node-editor.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tool-pointer.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tool-pointer.svg new file mode 100644 index 0000000..617ec7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tool-pointer.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tool-spray.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tool-spray.svg new file mode 100644 index 0000000..d4e453e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tool-spray.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tool-tweak.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tool-tweak.svg new file mode 100644 index 0000000..a6e61fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tool-tweak.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-check-spelling.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-check-spelling.svg new file mode 100644 index 0000000..545ce18 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-check-spelling.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-burn-image.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-burn-image.svg new file mode 100644 index 0000000..ed7d629 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-burn-image.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-burn.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-burn.svg new file mode 100644 index 0000000..4984e26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-burn.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-copy.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-copy.svg new file mode 100644 index 0000000..9a5bc2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-copy.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-erase.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-erase.svg new file mode 100644 index 0000000..71e8d49 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-erase.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-format.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-format.svg new file mode 100644 index 0000000..d7c843e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-media-optical-format.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-report-bug.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-report-bug.svg new file mode 100644 index 0000000..c0940b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-report-bug.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-audio-cd.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-audio-cd.svg new file mode 100644 index 0000000..da6f696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-audio-cd.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-video-cd.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-video-cd.svg new file mode 100644 index 0000000..382f999 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-video-cd.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-video-dvd.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-video-dvd.svg new file mode 100644 index 0000000..814f0c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-rip-video-dvd.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/tools-wizard.svg b/breeze-icons-5.21.0/icons-dark/actions/24/tools-wizard.svg new file mode 100644 index 0000000..fcfda3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/tools-wizard.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-crop-and-resize.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-crop-and-resize.svg new file mode 100644 index 0000000..4e30c41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-crop-and-resize.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-crop.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-crop.svg new file mode 100644 index 0000000..e0c8001 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-crop.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-move-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-move-horizontal.svg new file mode 100644 index 0000000..e072eed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-move-horizontal.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-move-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-move-vertical.svg new file mode 100644 index 0000000..ab618f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-move-vertical.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-move.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-move.svg new file mode 100644 index 0000000..08fd2f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-move.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-rotate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-rotate.svg new file mode 100644 index 0000000..07e751b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-rotate.svg @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-horizontal.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-horizontal.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-textbox-points.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-textbox-points.svg new file mode 100644 index 0000000..e09e94c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-textbox-points.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-vertical.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale-vertical.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale.svg new file mode 100644 index 0000000..5e5163c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-scale.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-down.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-down.svg new file mode 100644 index 0000000..3acedbb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-down.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-left.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-left.svg new file mode 100644 index 0000000..f5a51af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-left.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-right.svg new file mode 100644 index 0000000..83ed724 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-right.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-up.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-up.svg new file mode 100644 index 0000000..8be1912 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-shear-up.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-skew-horizontal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-skew-horizontal.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-skew-horizontal.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/transform-skew-vertical.svg b/breeze-icons-5.21.0/icons-dark/actions/24/transform-skew-vertical.svg new file mode 120000 index 0000000..294c4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/transform-skew-vertical.svg @@ -0,0 +1 @@ +transform-shear-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/trash-empty.svg b/breeze-icons-5.21.0/icons-dark/actions/24/trash-empty.svg new file mode 100644 index 0000000..6cbc867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/trash-empty.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/user-group-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/user-group-delete.svg new file mode 100644 index 0000000..01b1387 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/user-group-delete.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/user-group-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/user-group-new.svg new file mode 100644 index 0000000..486c0b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/user-group-new.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/user-group-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/24/user-group-properties.svg new file mode 100644 index 0000000..f337714 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/user-group-properties.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/user-identity.svg b/breeze-icons-5.21.0/icons-dark/actions/24/user-identity.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/user-identity.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/user-properties.svg b/breeze-icons-5.21.0/icons-dark/actions/24/user-properties.svg new file mode 120000 index 0000000..ad3742c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/user-properties.svg @@ -0,0 +1 @@ +user-group-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account-checking.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account-checking.svg new file mode 100644 index 0000000..7c39a62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account-checking.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account-savings.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account-savings.svg new file mode 100644 index 0000000..a2006a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account-savings.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account.svg new file mode 100644 index 0000000..2845dbd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank-account.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-bank.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank.svg new file mode 100644 index 0000000..51df618 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-bank.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-barcode-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-barcode-add.svg new file mode 100644 index 0000000..ed79c44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-barcode-add.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-barcode.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-barcode.svg new file mode 100644 index 0000000..c2721e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-barcode.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-agenda.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-agenda.svg new file mode 100644 index 0000000..55c1fc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-agenda.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-birthday.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-birthday.svg new file mode 100644 index 0000000..8e5252b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-birthday.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-day.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-day.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-day.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-holiday.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-holiday.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-holiday.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-journal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-journal.svg new file mode 100644 index 0000000..d13d6d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-journal.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-list.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-list.svg new file mode 100644 index 0000000..18bbda7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-list.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-month.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-month.svg new file mode 100644 index 0000000..5cce1b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-month.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-special-occasion.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-special-occasion.svg new file mode 100644 index 0000000..f97aa67 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-special-occasion.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-tasks.svg new file mode 100644 index 0000000..5e8fa9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-tasks.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-time-spent.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-time-spent.svg new file mode 100644 index 0000000..352be98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-time-spent.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-timeline.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-timeline.svg new file mode 100644 index 0000000..e74c3a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-timeline.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-upcoming-days.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-upcoming-days.svg new file mode 100644 index 0000000..53b6e6a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-upcoming-days.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-upcoming-events.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-upcoming-events.svg new file mode 100644 index 0000000..7b91500 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-upcoming-events.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-wedding-anniversary.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-wedding-anniversary.svg new file mode 100644 index 0000000..353a94f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-wedding-anniversary.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-week.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-week.svg new file mode 100644 index 0000000..f59b218 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-week.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-whatsnext.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-whatsnext.svg new file mode 100644 index 0000000..e0936d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-whatsnext.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-workweek.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-workweek.svg new file mode 120000 index 0000000..9b59502 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar-workweek.svg @@ -0,0 +1 @@ +view-calendar-week.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar.svg new file mode 100644 index 0000000..87373f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-calendar.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-catalog.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-catalog.svg new file mode 100644 index 0000000..b76c383 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-catalog.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-categories.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-categories.svg new file mode 100644 index 0000000..c5dc598 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-categories.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-close.svg new file mode 100644 index 0000000..18c5c0d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-close.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-conversation-balloon.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-conversation-balloon.svg new file mode 120000 index 0000000..36675a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-conversation-balloon.svg @@ -0,0 +1 @@ +kmouth-phrase.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-filter.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-filter.svg new file mode 100644 index 0000000..d1bd323 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-filter.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-fullscreen.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-fullscreen.svg new file mode 100644 index 0000000..3da2fa1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-fullscreen.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-grid.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-grid.svg new file mode 100644 index 0000000..8a04d95 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-grid.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-group.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-group.svg new file mode 100644 index 0000000..45186b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-group.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-history.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-history.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-history.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-left-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-left-close.svg new file mode 100644 index 0000000..65f462e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-left-close.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-list-details.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-details.svg new file mode 100644 index 0000000..fdb814c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-details.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-list-icons.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-icons.svg new file mode 100644 index 0000000..54301f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-icons.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-list-text.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-text.svg new file mode 100644 index 0000000..076258f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-text.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-list-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-tree.svg new file mode 100644 index 0000000..977159e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-list-tree.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-media-artist.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-media-equalizer.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-equalizer.svg new file mode 100644 index 0000000..31e4fca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-equalizer.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-media-lyrics.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-lyrics.svg new file mode 100644 index 0000000..745db17 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-lyrics.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-media-playlist.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-playlist.svg new file mode 100644 index 0000000..c81d90c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-playlist.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-media-visualization.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-visualization.svg new file mode 100644 index 0000000..827d932 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-media-visualization.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-calendar.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-contacts.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-contacts.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-contacts.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-journal.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-journal.svg new file mode 120000 index 0000000..b830e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-journal.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-mail.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-mail.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-news.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-news.svg new file mode 120000 index 0000000..7387fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-news.svg @@ -0,0 +1 @@ +news-subscribe.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-notes.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-notes.svg new file mode 100644 index 0000000..6680db4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-notes.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-tasks-pending.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-tasks-pending.svg new file mode 100644 index 0000000..98b2984 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-tasks-pending.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-tasks.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-tasks.svg new file mode 120000 index 0000000..f6ae45c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-pim-tasks.svg @@ -0,0 +1 @@ +view-task.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-presentation.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-presentation.svg new file mode 100644 index 0000000..9038045 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-presentation.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-preview.svg new file mode 100644 index 0000000..7fc81ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-preview.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-refresh.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-refresh.svg new file mode 100644 index 0000000..174ce1e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-refresh.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-restore.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-restore.svg new file mode 100644 index 0000000..dfa484d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-restore.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-right-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-right-close.svg new file mode 100644 index 0000000..780f43c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-right-close.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-right-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-right-new.svg new file mode 100644 index 0000000..2f4d4f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-right-new.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-sidetree.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-sidetree.svg new file mode 100644 index 0000000..708cd02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-sidetree.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-sort-ascending.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-sort-ascending.svg new file mode 100644 index 0000000..9553726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-sort-ascending.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-sort-descending.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-sort-descending.svg new file mode 100644 index 0000000..e937247 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-sort-descending.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-split-left-right.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-split-left-right.svg new file mode 100644 index 0000000..7d744f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-split-left-right.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-split-top-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-split-top-bottom.svg new file mode 100644 index 0000000..ebd334e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-split-top-bottom.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-statistics.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-statistics.svg new file mode 100644 index 0000000..e9ec26f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-statistics.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-table-of-contents-ltr.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-table-of-contents-ltr.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-table-of-contents-ltr.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-table-of-contents-rtl.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-table-of-contents-rtl.svg new file mode 100644 index 0000000..76674b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-table-of-contents-rtl.svg @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-task-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-task-add.svg new file mode 120000 index 0000000..072782f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-task-add.svg @@ -0,0 +1 @@ +task-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-task-child-add.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-task-child-add.svg new file mode 120000 index 0000000..4226a53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-task-child.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-task-child.svg new file mode 100644 index 0000000..56b13ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-task-child.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-task.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-task.svg new file mode 100644 index 0000000..5cb3baa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-task.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/view-web-browser-dom-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/24/view-web-browser-dom-tree.svg new file mode 100644 index 0000000..9681791 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/view-web-browser-dom-tree.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/viewimage.svg b/breeze-icons-5.21.0/icons-dark/actions/24/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/visibility.svg b/breeze-icons-5.21.0/icons-dark/actions/24/visibility.svg new file mode 100644 index 0000000..fbc2663 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/visibility.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/window-close.svg b/breeze-icons-5.21.0/icons-dark/actions/24/window-close.svg new file mode 100644 index 0000000..5d1539d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/window-close.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/window-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/window-duplicate.svg new file mode 100644 index 0000000..6fcef50 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/window-duplicate.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/window-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/window-new.svg new file mode 100644 index 0000000..9f9f020 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/window-new.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/xml-attribute-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/xml-attribute-delete.svg new file mode 100644 index 0000000..0785496 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/xml-attribute-delete.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/xml-element-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/xml-element-new.svg new file mode 100644 index 0000000..771bdb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/xml-element-new.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/xml-node-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/24/xml-node-delete.svg new file mode 100644 index 0000000..3a4a640 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/xml-node-delete.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/xml-node-duplicate.svg b/breeze-icons-5.21.0/icons-dark/actions/24/xml-node-duplicate.svg new file mode 100644 index 0000000..8a73a18 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/xml-node-duplicate.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/xml-text-new.svg b/breeze-icons-5.21.0/icons-dark/actions/24/xml-text-new.svg new file mode 100644 index 0000000..b9e7d0a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/xml-text-new.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/y-zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/24/y-zoom-in.svg new file mode 100644 index 0000000..223ebba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/y-zoom-in.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-1-to-2.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-1-to-2.svg new file mode 100644 index 0000000..399ef0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-1-to-2.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-2-to-1.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-2-to-1.svg new file mode 100644 index 0000000..9474d33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-2-to-1.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-draw.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-draw.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-best.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-best.svg new file mode 100644 index 0000000..74e8bfb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-best.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-height.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-height.svg new file mode 100644 index 0000000..1fb0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-height.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-selection.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-selection.svg new file mode 120000 index 0000000..037a51b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-selection.svg @@ -0,0 +1 @@ +zoom-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-width.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-width.svg new file mode 100644 index 0000000..e4df3ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-fit-width.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-in-x.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-in-x.svg new file mode 100644 index 0000000..fa0883e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-in-x.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-in.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-in.svg new file mode 100644 index 0000000..b34954e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-in.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-next.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-next.svg new file mode 100644 index 0000000..a782994 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-next.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-original.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-original.svg new file mode 100644 index 0000000..4c28b39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-original.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out-x.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out-x.svg new file mode 100644 index 0000000..5444d3f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out-x.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out-y.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out-y.svg new file mode 100644 index 0000000..f53e47e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out-y.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out.svg new file mode 100644 index 0000000..18e4bc2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-out.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-previous.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-previous.svg new file mode 100644 index 0000000..2ef0d52 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-previous.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-fit.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-fit.svg new file mode 120000 index 0000000..cc77c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-x.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-y.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/actions/24/zoom.svg b/breeze-icons-5.21.0/icons-dark/actions/24/zoom.svg new file mode 100644 index 0000000..fbf6bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/24/zoom.svg @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/acrobat.svg b/breeze-icons-5.21.0/icons-dark/actions/32/acrobat.svg new file mode 100644 index 0000000..4df8c31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/acrobat.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/address-book-new.svg b/breeze-icons-5.21.0/icons-dark/actions/32/address-book-new.svg new file mode 100644 index 0000000..e813557 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/address-book-new.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..3d6d663 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-bottom-out.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-center.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-center.svg new file mode 100644 index 0000000..98e34ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-center.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left-out.svg new file mode 100644 index 0000000..351a5ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left-out.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..d2f142d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left-to-anchor.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left.svg new file mode 100644 index 0000000..865fae2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-left.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right-out.svg new file mode 100644 index 0000000..29c1cdb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..b3b91ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right-to-anchor.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right.svg new file mode 100644 index 0000000..29b7326 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-right.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-top-out.svg new file mode 100644 index 0000000..69b34f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-horizontal-top-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom-out.svg new file mode 100644 index 0000000..769c918 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..db8f7c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom.svg new file mode 100644 index 0000000..76a6f9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-bottom.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-center.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-center.svg new file mode 100644 index 0000000..863576a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-center.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top-out.svg new file mode 100644 index 0000000..ab0d8e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..69b34f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top-to-anchor.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top.svg b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top.svg new file mode 100644 index 0000000..c93cecc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/align-vertical-top.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/application-exit.svg b/breeze-icons-5.21.0/icons-dark/actions/32/application-exit.svg new file mode 100644 index 0000000..347ace4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/application-exit.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/application-menu.svg b/breeze-icons-5.21.0/icons-dark/actions/32/application-menu.svg new file mode 100644 index 0000000..3dd1994 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/application-menu.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/appointment-new.svg b/breeze-icons-5.21.0/icons-dark/actions/32/appointment-new.svg new file mode 100644 index 0000000..6149d5d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/appointment-new.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/archive-extract.svg b/breeze-icons-5.21.0/icons-dark/actions/32/archive-extract.svg new file mode 100644 index 0000000..9c2762d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/archive-extract.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/archive-insert-directory.svg b/breeze-icons-5.21.0/icons-dark/actions/32/archive-insert-directory.svg new file mode 100644 index 0000000..f4b6373 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/archive-insert-directory.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/archive-insert.svg b/breeze-icons-5.21.0/icons-dark/actions/32/archive-insert.svg new file mode 100644 index 0000000..09416c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/archive-insert.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/archive-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/32/archive-remove.svg new file mode 100644 index 0000000..d00ec12 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/archive-remove.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/arrow-left-double.svg b/breeze-icons-5.21.0/icons-dark/actions/32/arrow-left-double.svg new file mode 100644 index 0000000..f62de15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/arrow-left-double.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/arrow-right-double.svg b/breeze-icons-5.21.0/icons-dark/actions/32/arrow-right-double.svg new file mode 100644 index 0000000..8cf0275 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/arrow-right-double.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/autocorrection.svg b/breeze-icons-5.21.0/icons-dark/actions/32/autocorrection.svg new file mode 100644 index 0000000..34cd570 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/autocorrection.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/blurimage.svg b/breeze-icons-5.21.0/icons-dark/actions/32/blurimage.svg new file mode 100644 index 0000000..b5e3308 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/blurimage.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/bookmark-new.svg b/breeze-icons-5.21.0/icons-dark/actions/32/bookmark-new.svg new file mode 100644 index 0000000..5c96ba5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/bookmark-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/bookmark-remove.svg b/breeze-icons-5.21.0/icons-dark/actions/32/bookmark-remove.svg new file mode 100644 index 0000000..9e2fc01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/bookmark-remove.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/bordertool.svg b/breeze-icons-5.21.0/icons-dark/actions/32/bordertool.svg new file mode 100644 index 0000000..131889e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/bordertool.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/call-start.svg b/breeze-icons-5.21.0/icons-dark/actions/32/call-start.svg new file mode 100644 index 0000000..d5d050a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/call-start.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/call-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/32/call-stop.svg new file mode 100644 index 0000000..023dd67 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/call-stop.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/color-management.svg b/breeze-icons-5.21.0/icons-dark/actions/32/color-management.svg new file mode 100644 index 0000000..2df8785 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/color-management.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-black.svg b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-black.svg new file mode 100644 index 0000000..c724c65 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-black.svg @@ -0,0 +1,25 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-grey.svg b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-grey.svg new file mode 100644 index 0000000..87f5d61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-grey.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-white.svg b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-white.svg new file mode 100644 index 0000000..5a77931 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker-white.svg @@ -0,0 +1,26 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/color-picker.svg b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker.svg new file mode 100644 index 0000000..b5e3308 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/color-picker.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromablue.svg b/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromablue.svg new file mode 100644 index 0000000..59ec3f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromablue.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromagreen.svg b/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromagreen.svg new file mode 100644 index 0000000..1b04b63 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromagreen.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromared.svg b/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromared.svg new file mode 100644 index 0000000..31057d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/colors-chromared.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/colors-luma.svg b/breeze-icons-5.21.0/icons-dark/actions/32/colors-luma.svg new file mode 100644 index 0000000..c1c784b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/colors-luma.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/compass.svg b/breeze-icons-5.21.0/icons-dark/actions/32/compass.svg new file mode 100644 index 0000000..df2fb05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/compass.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/configure-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/32/configure-shortcuts.svg new file mode 100644 index 0000000..b7bc495 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/configure-shortcuts.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/configure.svg b/breeze-icons-5.21.0/icons-dark/actions/32/configure.svg new file mode 100644 index 0000000..9918f9d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/configure.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/dialog-cancel.svg b/breeze-icons-5.21.0/icons-dark/actions/32/dialog-cancel.svg new file mode 100644 index 0000000..1413fd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/dialog-cancel.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/dialog-messages.svg b/breeze-icons-5.21.0/icons-dark/actions/32/dialog-messages.svg new file mode 100644 index 0000000..392aac4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/dialog-messages.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons-dark/actions/32/dialog-ok-apply.svg new file mode 100644 index 0000000..923f2a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/dialog-ok-apply.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-close.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-close.svg new file mode 100644 index 0000000..3790786 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-close.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-decrypt.svg new file mode 100644 index 0000000..eb85139 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-decrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..36e5f65 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-decrypt-verify.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-decrypt.svg new file mode 100644 index 0000000..f295eb9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-decrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-encrypt.svg new file mode 100644 index 0000000..411dd05 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-encrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..5523881 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-sign-encrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-sign.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-sign.svg new file mode 100644 index 0000000..9e5575e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit-sign.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-edit.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit.svg new file mode 100644 index 0000000..6a7f939 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-edit.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-encrypted.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-encrypted.svg new file mode 100644 index 0000000..1ce1420 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-encrypted.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-export.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-export.svg new file mode 100644 index 0000000..bf52ae0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-export.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-import.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-import.svg new file mode 100644 index 0000000..6884b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-import.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-new-from-template.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-new-from-template.svg new file mode 100644 index 0000000..1439af1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-new-from-template.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-new.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-new.svg new file mode 100644 index 0000000..a23fddb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-open-recent.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-open-recent.svg new file mode 100644 index 0000000..58abedb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-open-recent.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-open-remote.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-open-remote.svg new file mode 100644 index 0000000..04f0359 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-open-remote.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-open.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-open.svg new file mode 100644 index 0000000..8999493 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-open.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-preview-archive.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-preview-archive.svg new file mode 100644 index 0000000..12626e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-preview-archive.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-preview.svg new file mode 100644 index 0000000..01a6e70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-preview.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-print-direct.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-print-direct.svg new file mode 100644 index 0000000..66c2ceb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-print-direct.svg @@ -0,0 +1,27 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-print.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-print.svg new file mode 100644 index 0000000..239433b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-print.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-revert.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-revert.svg new file mode 100644 index 0000000..89b9f04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-revert.svg @@ -0,0 +1,21 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-save-all.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-save-all.svg new file mode 100644 index 0000000..bae4eaf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-save-all.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-save-as.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-save-as.svg new file mode 100644 index 0000000..b8bff7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-save-as.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-save.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-save.svg new file mode 100644 index 0000000..31b71ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-save.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/document-share.svg b/breeze-icons-5.21.0/icons-dark/actions/32/document-share.svg new file mode 100644 index 0000000..1038a4a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/document-share.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/edit-delete.svg b/breeze-icons-5.21.0/icons-dark/actions/32/edit-delete.svg new file mode 100644 index 0000000..5ec70a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/edit-delete.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/edit-redo.svg b/breeze-icons-5.21.0/icons-dark/actions/32/edit-redo.svg new file mode 100644 index 0000000..6f0bde5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/edit-redo.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/edit-undo.svg b/breeze-icons-5.21.0/icons-dark/actions/32/edit-undo.svg new file mode 100644 index 0000000..cccd829 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/edit-undo.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/editor.svg b/breeze-icons-5.21.0/icons-dark/actions/32/editor.svg new file mode 100644 index 0000000..6a7f939 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/editor.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/flash.svg b/breeze-icons-5.21.0/icons-dark/actions/32/flash.svg new file mode 100644 index 0000000..20c0c49 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/flash.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/folder-new.svg b/breeze-icons-5.21.0/icons-dark/actions/32/folder-new.svg new file mode 100644 index 0000000..f4b6373 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/folder-new.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/folder-sync.svg b/breeze-icons-5.21.0/icons-dark/actions/32/folder-sync.svg new file mode 100644 index 0000000..24a5f9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/folder-sync.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/format-stroke-color.svg b/breeze-icons-5.21.0/icons-dark/actions/32/format-stroke-color.svg new file mode 100644 index 0000000..131889e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/format-stroke-color.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/games-config-options.svg b/breeze-icons-5.21.0/icons-dark/actions/32/games-config-options.svg new file mode 100644 index 0000000..b7bc495 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/games-config-options.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/go-parent-folder.svg b/breeze-icons-5.21.0/icons-dark/actions/32/go-parent-folder.svg new file mode 100644 index 0000000..5f2e66a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/go-parent-folder.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/help-about.svg b/breeze-icons-5.21.0/icons-dark/actions/32/help-about.svg new file mode 100644 index 0000000..b02fcd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/help-about.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/help-donate.svg b/breeze-icons-5.21.0/icons-dark/actions/32/help-donate.svg new file mode 100644 index 0000000..fc733c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/help-donate.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/actions/32/help-keybord-shortcuts.svg new file mode 100644 index 0000000..b7bc495 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/help-keybord-shortcuts.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/help-whatsthis.svg b/breeze-icons-5.21.0/icons-dark/actions/32/help-whatsthis.svg new file mode 100644 index 0000000..199465a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/help-whatsthis.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-eject.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-eject.svg new file mode 100644 index 0000000..963546b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-eject.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-pause.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-pause.svg new file mode 100644 index 0000000..be4004c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-pause.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-start.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-start.svg new file mode 100644 index 0000000..18b861b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-start.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-stop.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-stop.svg new file mode 100644 index 0000000..6a8743d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-playback-stop.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-playlist-repeat.svg new file mode 100644 index 0000000..6c004c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-playlist-repeat.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-playlist-shuffle.svg new file mode 100644 index 0000000..fe22e14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-playlist-shuffle.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-record.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-record.svg new file mode 100644 index 0000000..a2c9e42 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-record.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-seek-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-seek-backward.svg new file mode 100644 index 0000000..3054cdb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-seek-backward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-seek-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-seek-forward.svg new file mode 100644 index 0000000..4a5270c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-seek-forward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-skip-backward.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-skip-backward.svg new file mode 100644 index 0000000..2bb84a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-skip-backward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/media-skip-forward.svg b/breeze-icons-5.21.0/icons-dark/actions/32/media-skip-forward.svg new file mode 100644 index 0000000..77e66d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/media-skip-forward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/multiple.svg b/breeze-icons-5.21.0/icons-dark/actions/32/multiple.svg new file mode 100644 index 0000000..689c258 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/multiple.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/object-order-back.svg b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-back.svg new file mode 100644 index 0000000..ec8bc41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-back.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/object-order-front.svg b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-front.svg new file mode 100644 index 0000000..4dd5b21 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-front.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/object-order-lower.svg b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-lower.svg new file mode 100644 index 0000000..32d98d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-lower.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/object-order-raise.svg b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-raise.svg new file mode 100644 index 0000000..7ccc9cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/object-order-raise.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/percent.svg b/breeze-icons-5.21.0/icons-dark/actions/32/percent.svg new file mode 100644 index 0000000..f165e70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/percent.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/qa.svg b/breeze-icons-5.21.0/icons-dark/actions/32/qa.svg new file mode 100644 index 0000000..a536a8f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/qa.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/taxes-finances.svg b/breeze-icons-5.21.0/icons-dark/actions/32/taxes-finances.svg new file mode 100644 index 0000000..fc733c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/taxes-finances.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-filter.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-filter.svg new file mode 100644 index 0000000..52f7114 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-filter.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-group.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-group.svg new file mode 100644 index 0000000..8b9326e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-group.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-left-close.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-left-close.svg new file mode 100644 index 0000000..d08e317 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-left-close.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-list-details.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-details.svg new file mode 100644 index 0000000..89ddf1a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-details.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-list-icons.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-icons.svg new file mode 100644 index 0000000..2b04adc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-icons.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-list-text.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-text.svg new file mode 100644 index 0000000..ca52582 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-text.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-list-tree.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-tree.svg new file mode 100644 index 0000000..45bcd07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-list-tree.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-preview.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-preview.svg new file mode 100644 index 0000000..0ffc2fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-preview.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-refresh.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-refresh.svg new file mode 100644 index 0000000..6cd8169 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-refresh.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-right-close.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-right-close.svg new file mode 100644 index 0000000..d1933fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-right-close.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-right-new.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-right-new.svg new file mode 100644 index 0000000..4858b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-right-new.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-sort-ascending.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-sort-ascending.svg new file mode 100644 index 0000000..7ecaaa5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-sort-ascending.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/view-sort-descending.svg b/breeze-icons-5.21.0/icons-dark/actions/32/view-sort-descending.svg new file mode 100644 index 0000000..abb79d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/view-sort-descending.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/actions/32/window-close.svg b/breeze-icons-5.21.0/icons-dark/actions/32/window-close.svg new file mode 100644 index 0000000..ac1b7bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/actions/32/window-close.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/applets-template.svg b/breeze-icons-5.21.0/icons-dark/applets/256/applets-template.svg new file mode 100644 index 0000000..d55b92b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/applets-template.svg @@ -0,0 +1,1099 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Storage Volume + + removable media + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.ktpcontactlist.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.ktpcontactlist.svg new file mode 100644 index 0000000..f86d82b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.ktpcontactlist.svg @@ -0,0 +1,3104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.muonnotifier.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.muonnotifier.svg new file mode 100644 index 0000000..fa9806c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.muonnotifier.svg @@ -0,0 +1,7200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.activitybar.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.activitybar.svg new file mode 100644 index 0000000..3500f01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.activitybar.svg @@ -0,0 +1,1299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.analogclock.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.analogclock.svg new file mode 100644 index 0000000..17ba34a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.analogclock.svg @@ -0,0 +1,1727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.battery.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.battery.svg new file mode 100644 index 0000000..2f82f4a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.battery.svg @@ -0,0 +1,1709 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.binaryclock.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.binaryclock.svg new file mode 100644 index 0000000..0667150 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.binaryclock.svg @@ -0,0 +1,1636 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.calculator.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.calculator.svg new file mode 100644 index 0000000..f5ee9bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.calculator.svg @@ -0,0 +1,1955 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.calendar.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.calendar.svg new file mode 100644 index 0000000..fe52399 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.calendar.svg @@ -0,0 +1,1293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.clipboard.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.clipboard.svg new file mode 100644 index 0000000..d690a39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.clipboard.svg @@ -0,0 +1,5173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.colorpicker.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.colorpicker.svg new file mode 100644 index 0000000..c6eba56 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.colorpicker.svg @@ -0,0 +1,2656 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.comic.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.comic.svg new file mode 100644 index 0000000..46b6ce5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.comic.svg @@ -0,0 +1,3126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.date.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.date.svg new file mode 100644 index 0000000..fe52399 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.date.svg @@ -0,0 +1,1293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.devicenotifier.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.devicenotifier.svg new file mode 100644 index 0000000..a67c9df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.devicenotifier.svg @@ -0,0 +1,7023 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.digitalclock.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.digitalclock.svg new file mode 100644 index 0000000..32e1259 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.digitalclock.svg @@ -0,0 +1,1192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.fifteenpuzzle.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.fifteenpuzzle.svg new file mode 100644 index 0000000..9af4faf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.fifteenpuzzle.svg @@ -0,0 +1,1742 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.folder.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.folder.svg new file mode 100644 index 0000000..645f822 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.folder.svg @@ -0,0 +1,1726 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.frame.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.frame.svg new file mode 100644 index 0000000..380d4ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.frame.svg @@ -0,0 +1,1586 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.fuzzyclock.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.fuzzyclock.svg new file mode 100644 index 0000000..c60c812 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.fuzzyclock.svg @@ -0,0 +1,1195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.icontasks.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.icontasks.svg new file mode 100644 index 0000000..6e426b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.icontasks.svg @@ -0,0 +1,2806 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kicker.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kicker.svg new file mode 100644 index 0000000..a5e71ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kicker.svg @@ -0,0 +1,3938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kickerdash.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kickerdash.svg new file mode 100644 index 0000000..a8eb497 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kickerdash.svg @@ -0,0 +1,5927 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kickoff.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kickoff.svg new file mode 100644 index 0000000..3aaa7be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.kickoff.svg @@ -0,0 +1,5702 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.mediacontroller.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.mediacontroller.svg new file mode 100644 index 0000000..02b9f33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.mediacontroller.svg @@ -0,0 +1,7715 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.networkmanagement.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.networkmanagement.svg new file mode 100644 index 0000000..b9c64ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.networkmanagement.svg @@ -0,0 +1,3849 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.notes.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.notes.svg new file mode 100644 index 0000000..b325005 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.notes.svg @@ -0,0 +1,765 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.pager.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.pager.svg new file mode 100644 index 0000000..589944c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.pager.svg @@ -0,0 +1,1320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.quicklaunch.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.quicklaunch.svg new file mode 100644 index 0000000..ae1da28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.quicklaunch.svg @@ -0,0 +1,2248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.showActivityManager.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.showActivityManager.svg new file mode 100644 index 0000000..02a8e51 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.showActivityManager.svg @@ -0,0 +1,4254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemloadviewer.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemloadviewer.svg new file mode 100644 index 0000000..c2deae6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemloadviewer.svg @@ -0,0 +1,1821 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.cpu.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.cpu.svg new file mode 100644 index 0000000..346f393 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.cpu.svg @@ -0,0 +1,6374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CPU Load Monitor + System + 30 % + + CPU + 10 % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg new file mode 100644 index 0000000..ad4a4c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg @@ -0,0 +1,6557 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hard Disk I/0 Monitor + sda_(8:0) + 0 B/s / 10 B/s + + ram0_(1:0) + 0 B/s / 0 B/s + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.diskusage.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.diskusage.svg new file mode 100644 index 0000000..2c05968 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.diskusage.svg @@ -0,0 +1,7015 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.memory.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.memory.svg new file mode 100644 index 0000000..3ced510 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.memory.svg @@ -0,0 +1,6551 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Memory Status + Physical memory + 1,4 GB + + Swap + 200 MiB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.net.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.net.svg new file mode 100644 index 0000000..ea1a6d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemmonitor.net.svg @@ -0,0 +1,6035 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Monitor + eth0 + 0 kB/s / 0 kB/s + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemtray.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemtray.svg new file mode 100644 index 0000000..fe4cc9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.systemtray.svg @@ -0,0 +1,691 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.taskmanager.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.taskmanager.svg new file mode 100644 index 0000000..20a5bd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.taskmanager.svg @@ -0,0 +1,3520 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.timer.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.timer.svg new file mode 100644 index 0000000..5274e53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.timer.svg @@ -0,0 +1,1135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.userswitcher.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.userswitcher.svg new file mode 100644 index 0000000..2efb0ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.userswitcher.svg @@ -0,0 +1,1938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.volume.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.volume.svg new file mode 100644 index 0000000..f198dc5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.volume.svg @@ -0,0 +1,7069 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 28 % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 67 % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.windowlist.svg b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.windowlist.svg new file mode 100644 index 0000000..ae99098 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/applets/256/org.kde.plasma.windowlist.svg @@ -0,0 +1,3510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/16/kdeconnect.svg b/breeze-icons-5.21.0/icons-dark/apps/16/kdeconnect.svg new file mode 120000 index 0000000..0190667 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/16/kdeconnect.svg @@ -0,0 +1 @@ +../../devices/16/smartphone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/16/nepomuk.svg b/breeze-icons-5.21.0/icons-dark/apps/16/nepomuk.svg new file mode 100644 index 0000000..7e771d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/16/nepomuk.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/16/preferences-system-bluetooth.svg b/breeze-icons-5.21.0/icons-dark/apps/16/preferences-system-bluetooth.svg new file mode 120000 index 0000000..4b6601b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/16/preferences-system-bluetooth.svg @@ -0,0 +1 @@ +../../devices/16/network-bluetooth.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/16/system-help.svg b/breeze-icons-5.21.0/icons-dark/apps/16/system-help.svg new file mode 100644 index 0000000..e2faf7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/16/system-help.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/16/system-lock-screen.svg b/breeze-icons-5.21.0/icons-dark/apps/16/system-lock-screen.svg new file mode 100644 index 0000000..907d25c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/16/system-lock-screen.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/16/system-log-out.svg b/breeze-icons-5.21.0/icons-dark/apps/16/system-log-out.svg new file mode 100644 index 0000000..bc1ee7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/16/system-log-out.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/akregator.svg b/breeze-icons-5.21.0/icons-dark/apps/22/akregator.svg new file mode 100644 index 0000000..fe129b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/akregator.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-googlepinyin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-googlepinyin.svg new file mode 100644 index 0000000..d728df6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-googlepinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-pinyin-libpinyin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-pinyin-libpinyin.svg new file mode 100644 index 0000000..11dea94 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-pinyin-libpinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-pinyin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-pinyin.svg new file mode 100644 index 0000000..52107cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-pinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-shuangpin-libpinyin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-shuangpin-libpinyin.svg new file mode 100644 index 0000000..6918b8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-shuangpin-libpinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-shuangpin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-shuangpin.svg new file mode 100644 index 0000000..2828802 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-shuangpin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-sunpinyin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-sunpinyin.svg new file mode 100644 index 0000000..e849ecd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-sunpinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-wubi.svg b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-wubi.svg new file mode 100644 index 0000000..85eac14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/fcitx-wubi.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/homerun.svg b/breeze-icons-5.21.0/icons-dark/apps/22/homerun.svg new file mode 100644 index 0000000..f30733a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/homerun.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/internet-mail.svg b/breeze-icons-5.21.0/icons-dark/apps/22/internet-mail.svg new file mode 120000 index 0000000..d8cf0a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/internet-mail.svg @@ -0,0 +1 @@ +../../actions/22/mail-message-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/kde.svg b/breeze-icons-5.21.0/icons-dark/apps/22/kde.svg new file mode 100644 index 0000000..14e5048 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/kde.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/kdeconnect.svg b/breeze-icons-5.21.0/icons-dark/apps/22/kdeconnect.svg new file mode 120000 index 0000000..d99c303 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/kdeconnect.svg @@ -0,0 +1 @@ +../../devices/22/smartphone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/kget.svg b/breeze-icons-5.21.0/icons-dark/apps/22/kget.svg new file mode 120000 index 0000000..6cb9870 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/kget.svg @@ -0,0 +1 @@ +ktorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/korg-todo.svg b/breeze-icons-5.21.0/icons-dark/apps/22/korg-todo.svg new file mode 120000 index 0000000..410dd96 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/korg-todo.svg @@ -0,0 +1 @@ +../../actions/22/view-calendar-tasks.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/ktorrent.svg b/breeze-icons-5.21.0/icons-dark/apps/22/ktorrent.svg new file mode 100644 index 0000000..a6807fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/ktorrent.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/plasma.svg b/breeze-icons-5.21.0/icons-dark/apps/22/plasma.svg new file mode 100644 index 0000000..4b04253 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/plasma.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/preferences-desktop-font.svg b/breeze-icons-5.21.0/icons-dark/apps/22/preferences-desktop-font.svg new file mode 100644 index 0000000..b92ad38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/preferences-desktop-font.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/preferences-other.svg b/breeze-icons-5.21.0/icons-dark/apps/22/preferences-other.svg new file mode 120000 index 0000000..b490e82 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/preferences-other.svg @@ -0,0 +1 @@ +../../actions/22/application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/preferences-plugin.svg b/breeze-icons-5.21.0/icons-dark/apps/22/preferences-plugin.svg new file mode 120000 index 0000000..511459d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/preferences-plugin.svg @@ -0,0 +1 @@ +../../actions/22/kt-plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-help.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-help.svg new file mode 100644 index 0000000..f17c7f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-help.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-lock-screen.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-lock-screen.svg new file mode 100644 index 0000000..ae4a422 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-lock-screen.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-log-out.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-log-out.svg new file mode 100644 index 0000000..6e48c2c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-log-out.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-reboot.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-reboot.svg new file mode 120000 index 0000000..67cfa4c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-reboot.svg @@ -0,0 +1 @@ +../../actions/22/view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-shutdown.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-shutdown.svg new file mode 100644 index 0000000..48c9dc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-shutdown.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-suspend-hibernate.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-suspend-hibernate.svg new file mode 100644 index 0000000..a78990d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-suspend-hibernate.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-suspend.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-suspend.svg new file mode 100644 index 0000000..7ccf7b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-suspend.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-switch-user.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-switch-user.svg new file mode 100644 index 0000000..0e0566b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-switch-user.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/22/system-users.svg b/breeze-icons-5.21.0/icons-dark/apps/22/system-users.svg new file mode 120000 index 0000000..64ad6a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/22/system-users.svg @@ -0,0 +1 @@ +../../actions/22/user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/amarok_change_language.svg b/breeze-icons-5.21.0/icons-dark/apps/32/amarok_change_language.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/amarok_change_language.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/baloo.svg b/breeze-icons-5.21.0/icons-dark/apps/32/baloo.svg new file mode 120000 index 0000000..c54a2e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/baloo.svg @@ -0,0 +1 @@ +preferences-desktop-baloo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/device-notifier.svg b/breeze-icons-5.21.0/icons-dark/apps/32/device-notifier.svg new file mode 100644 index 0000000..d0cde3e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/device-notifier.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/drive-removable-media.svg b/breeze-icons-5.21.0/icons-dark/apps/32/drive-removable-media.svg new file mode 100644 index 0000000..b4b1cde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/drive-removable-media.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/face-smile.svg b/breeze-icons-5.21.0/icons-dark/apps/32/face-smile.svg new file mode 120000 index 0000000..2f915ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/face-smile.svg @@ -0,0 +1 @@ +preferences-desktop-emoticons.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/gtkconfig.svg b/breeze-icons-5.21.0/icons-dark/apps/32/gtkconfig.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/gtkconfig.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/help-about.svg b/breeze-icons-5.21.0/icons-dark/apps/32/help-about.svg new file mode 100644 index 0000000..1b3d1c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/help-about.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/kde-gtk-config.svg b/breeze-icons-5.21.0/icons-dark/apps/32/kde-gtk-config.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/kde-gtk-config.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/kdeconnect.svg b/breeze-icons-5.21.0/icons-dark/apps/32/kdeconnect.svg new file mode 120000 index 0000000..df8e165 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/kdeconnect.svg @@ -0,0 +1 @@ +preferences-kde-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/nepomuk.svg b/breeze-icons-5.21.0/icons-dark/apps/32/nepomuk.svg new file mode 120000 index 0000000..c54a2e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/nepomuk.svg @@ -0,0 +1 @@ +preferences-desktop-baloo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/plasma-search.svg b/breeze-icons-5.21.0/icons-dark/apps/32/plasma-search.svg new file mode 100644 index 0000000..2fa9b9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/plasma-search.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/plasma.svg b/breeze-icons-5.21.0/icons-dark/apps/32/plasma.svg new file mode 120000 index 0000000..fd58724 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/plasma.svg @@ -0,0 +1 @@ +preferences-desktop-plasma.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/podcast-amarok.svg b/breeze-icons-5.21.0/icons-dark/apps/32/podcast-amarok.svg new file mode 100644 index 0000000..dfda8fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/podcast-amarok.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-accessibility.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-accessibility.svg new file mode 100644 index 0000000..ce14994 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-accessibility.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-baloo.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-baloo.svg new file mode 100644 index 0000000..0765281 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-baloo.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-color.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-color.svg new file mode 100644 index 0000000..bf3fab6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-color.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-cryptography.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-cryptography.svg new file mode 100644 index 0000000..1cb7ff0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-cryptography.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-default-applications.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-default-applications.svg new file mode 100644 index 0000000..9aff97a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-default-applications.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-display-color.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-display-color.svg new file mode 100644 index 0000000..5e98971 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-display-color.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-display.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-display.svg new file mode 100644 index 0000000..bde34be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-display.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-emoticons.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-emoticons.svg new file mode 100644 index 0000000..e2c2044 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-emoticons.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-filetype-association.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-filetype-association.svg new file mode 100644 index 0000000..fe61ce2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-filetype-association.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-font.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-font.svg new file mode 100644 index 0000000..9e30e73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-font.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-gaming.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-gaming.svg new file mode 100644 index 0000000..a23fcf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-gaming.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-icons.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-icons.svg new file mode 100644 index 0000000..cd53436 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-icons.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-keyboard.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-keyboard.svg new file mode 100644 index 0000000..2824f0d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-keyboard.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-launch-feedback.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-launch-feedback.svg new file mode 100644 index 0000000..c5a8dcc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-launch-feedback.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-locale.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-locale.svg new file mode 100644 index 0000000..8b64498 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-locale.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-mouse.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-mouse.svg new file mode 100644 index 0000000..4039b50 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-mouse.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-multimedia.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-multimedia.svg new file mode 100644 index 0000000..2d47a7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-multimedia.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-notification-bell.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-notification-bell.svg new file mode 100644 index 0000000..6046d67 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-notification-bell.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-notification.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-notification.svg new file mode 100644 index 0000000..b9c0039 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-notification.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-peripherals.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-peripherals.svg new file mode 100644 index 0000000..95a02e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-peripherals.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-plasma.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-plasma.svg new file mode 100644 index 0000000..187486f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-plasma.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-screensaver.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-screensaver.svg new file mode 100644 index 0000000..0e6232a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-screensaver.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-sound.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-sound.svg new file mode 100644 index 0000000..4323391 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-sound.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-text-to-speech.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-text-to-speech.svg new file mode 100644 index 0000000..31d9cc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-text-to-speech.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-theme.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-theme.svg new file mode 100644 index 0000000..d92b159 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-theme.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-user-password.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-user-password.svg new file mode 100644 index 0000000..e7cf0b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-user-password.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-user.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-user.svg new file mode 100644 index 0000000..1b27a07 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-user.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-wallpaper.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-wallpaper.svg new file mode 100644 index 0000000..e4e3caf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop-wallpaper.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop.svg new file mode 100644 index 0000000..e8b6297 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-desktop.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + Plasm + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-gtk-config.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-gtk-config.svg new file mode 100644 index 0000000..a243613 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-gtk-config.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-kde-connect.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-kde-connect.svg new file mode 100644 index 0000000..fdabf7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-kde-connect.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-other.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-other.svg new file mode 100644 index 0000000..8e41272 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-other.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-plugin.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-plugin.svg new file mode 100644 index 0000000..702d712 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-plugin.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-bluetooth.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-bluetooth.svg new file mode 100644 index 0000000..9fad3a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-bluetooth.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-login.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-login.svg new file mode 100644 index 0000000..daba93b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-login.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-network-sharing.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-network-sharing.svg new file mode 100644 index 0000000..1bd263c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-network-sharing.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-network.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-network.svg new file mode 100644 index 0000000..5ee37b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-network.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-power-management.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-power-management.svg new file mode 100644 index 0000000..b767870 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-power-management.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-session-services.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-session-services.svg new file mode 100644 index 0000000..32738aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-session-services.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-time.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-time.svg new file mode 100644 index 0000000..ce583fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-time.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows-actions.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows-actions.svg new file mode 100644 index 0000000..c5167cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows-actions.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows-move.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows-move.svg new file mode 100644 index 0000000..4be2574 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows-move.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows.svg new file mode 100644 index 0000000..53e9f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-system-windows.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-adblock.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-adblock.svg new file mode 100644 index 0000000..56cbc32 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-adblock.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-cache.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-cache.svg new file mode 100644 index 0000000..31de2e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-cache.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-cookies.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-cookies.svg new file mode 100644 index 0000000..8b66866 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-cookies.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-identification.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-identification.svg new file mode 100644 index 0000000..646f06f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-identification.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-shortcuts.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-shortcuts.svg new file mode 100644 index 0000000..9b6780e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-shortcuts.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-ssl.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-ssl.svg new file mode 100644 index 0000000..60cfa2a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-ssl.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-stylesheets.svg b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-stylesheets.svg new file mode 100644 index 0000000..6889bf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/preferences-web-browser-stylesheets.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-lock-screen.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-lock-screen.svg new file mode 100644 index 0000000..fce5dca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-lock-screen.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-log-out.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-log-out.svg new file mode 100644 index 0000000..ae67898 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-log-out.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-reboot.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-reboot.svg new file mode 100644 index 0000000..ac2c874 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-reboot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-run.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-run.svg new file mode 100644 index 0000000..c0af805 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-run.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-shutdown.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-shutdown.svg new file mode 100644 index 0000000..7d09e03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-shutdown.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-suspend-hibernate.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-suspend-hibernate.svg new file mode 100644 index 0000000..a4c3bb8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-suspend-hibernate.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-suspend.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-suspend.svg new file mode 100644 index 0000000..f5227ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-suspend.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-switch-user.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-switch-user.svg new file mode 100644 index 0000000..da57f15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-switch-user.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/system-users.svg b/breeze-icons-5.21.0/icons-dark/apps/32/system-users.svg new file mode 100644 index 0000000..0be0c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/system-users.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/view-media-playlist.svg b/breeze-icons-5.21.0/icons-dark/apps/32/view-media-playlist.svg new file mode 100644 index 0000000..4f2e5dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/view-media-playlist.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/32/window-duplicate.svg b/breeze-icons-5.21.0/icons-dark/apps/32/window-duplicate.svg new file mode 100644 index 0000000..ceffba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/32/window-duplicate.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/CMakeSetup.svg b/breeze-icons-5.21.0/icons-dark/apps/48/CMakeSetup.svg new file mode 120000 index 0000000..06c9606 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/CMakeSetup.svg @@ -0,0 +1 @@ +cmake.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/QtProject-designer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/QtProject-designer.svg new file mode 100644 index 0000000..749676d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/QtProject-designer.svg @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/accessories-calculator.svg b/breeze-icons-5.21.0/icons-dark/apps/48/accessories-calculator.svg new file mode 100644 index 0000000..1e2e8f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/accessories-calculator.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/accessories-text-editor.svg b/breeze-icons-5.21.0/icons-dark/apps/48/accessories-text-editor.svg new file mode 100644 index 0000000..1af4c8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/accessories-text-editor.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/acroread.svg b/breeze-icons-5.21.0/icons-dark/apps/48/acroread.svg new file mode 100644 index 0000000..cc40daa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/acroread.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/akregator.svg b/breeze-icons-5.21.0/icons-dark/apps/48/akregator.svg new file mode 100644 index 0000000..0fa1759 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/akregator.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/amarok.svg b/breeze-icons-5.21.0/icons-dark/apps/48/amarok.svg new file mode 100644 index 0000000..ac5e57f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/apper.svg b/breeze-icons-5.21.0/icons-dark/apps/48/apper.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/apper.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/application-x-clementine.svg b/breeze-icons-5.21.0/icons-dark/apps/48/application-x-clementine.svg new file mode 100644 index 0000000..c5f1154 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/application-x-clementine.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ardour.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ardour.svg new file mode 100644 index 0000000..c2cc5f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ardour.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ark.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ark.svg new file mode 100644 index 0000000..877c26a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ark.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/artikulate.svg b/breeze-icons-5.21.0/icons-dark/apps/48/artikulate.svg new file mode 100644 index 0000000..7feb437 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/artikulate.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/assistant.svg b/breeze-icons-5.21.0/icons-dark/apps/48/assistant.svg new file mode 100644 index 0000000..af45d4e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/assistant.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/author.svg b/breeze-icons-5.21.0/icons-dark/apps/48/author.svg new file mode 100644 index 0000000..451dc79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/author.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/bleachbit.svg b/breeze-icons-5.21.0/icons-dark/apps/48/bleachbit.svg new file mode 100644 index 0000000..6bd357c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/bleachbit.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/blender.svg b/breeze-icons-5.21.0/icons-dark/apps/48/blender.svg new file mode 100644 index 0000000..85d87e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/blender.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/blogilo.svg b/breeze-icons-5.21.0/icons-dark/apps/48/blogilo.svg new file mode 100644 index 0000000..ea025e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/blogilo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/bomi.svg b/breeze-icons-5.21.0/icons-dark/apps/48/bomi.svg new file mode 100644 index 0000000..0417749 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/bomi.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/braindump.svg b/breeze-icons-5.21.0/icons-dark/apps/48/braindump.svg new file mode 100644 index 0000000..7f21f99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/braindump.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/breeze-settings.svg b/breeze-icons-5.21.0/icons-dark/apps/48/breeze-settings.svg new file mode 100644 index 0000000..c992c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/breeze-settings.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calamares.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calamares.svg new file mode 100644 index 0000000..9941c6d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calamares.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligraauthor.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligraauthor.svg new file mode 120000 index 0000000..c0632fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligraauthor.svg @@ -0,0 +1 @@ +author.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligraflow.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligraflow.svg new file mode 120000 index 0000000..f17eaf6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligraflow.svg @@ -0,0 +1 @@ +flow.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligrakarbon.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligrakarbon.svg new file mode 120000 index 0000000..df8a6d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligrakarbon.svg @@ -0,0 +1 @@ +karbon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligrakexi.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligrakexi.svg new file mode 120000 index 0000000..1acb84d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligrakexi.svg @@ -0,0 +1 @@ +kexi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligraplan.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligraplan.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligraplan.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligraplanwork.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligraplanwork.svg new file mode 120000 index 0000000..93f5ffc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligraplanwork.svg @@ -0,0 +1 @@ +planwork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligrasheets.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligrasheets.svg new file mode 120000 index 0000000..3a386bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligrasheets.svg @@ -0,0 +1 @@ +sheets.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligrastage.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligrastage.svg new file mode 120000 index 0000000..1151ae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligrastage.svg @@ -0,0 +1 @@ +stage.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/calligrawords.svg b/breeze-icons-5.21.0/icons-dark/apps/48/calligrawords.svg new file mode 120000 index 0000000..e30a949 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/calligrawords.svg @@ -0,0 +1 @@ +words.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/cantata.svg b/breeze-icons-5.21.0/icons-dark/apps/48/cantata.svg new file mode 100644 index 0000000..7eaf688 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/cantata.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/cantor.svg b/breeze-icons-5.21.0/icons-dark/apps/48/cantor.svg new file mode 100644 index 0000000..60ed523 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/cantor.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/choqok.svg b/breeze-icons-5.21.0/icons-dark/apps/48/choqok.svg new file mode 100644 index 0000000..12509ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/choqok.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/chromium-browser.svg b/breeze-icons-5.21.0/icons-dark/apps/48/chromium-browser.svg new file mode 100644 index 0000000..5bcec72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/chromium-browser.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/chromium.svg b/breeze-icons-5.21.0/icons-dark/apps/48/chromium.svg new file mode 120000 index 0000000..76494bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/chromium.svg @@ -0,0 +1 @@ +chromium-browser.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/clementine.svg b/breeze-icons-5.21.0/icons-dark/apps/48/clementine.svg new file mode 120000 index 0000000..7b35467 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/clementine.svg @@ -0,0 +1 @@ +application-x-clementine.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/cmake.svg b/breeze-icons-5.21.0/icons-dark/apps/48/cmake.svg new file mode 100644 index 0000000..4283b53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/cmake.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/cuttlefish.svg b/breeze-icons-5.21.0/icons-dark/apps/48/cuttlefish.svg new file mode 100644 index 0000000..95cb266 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/cuttlefish.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/diffuse.svg b/breeze-icons-5.21.0/icons-dark/apps/48/diffuse.svg new file mode 100644 index 0000000..78bdc2f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/diffuse.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/digikam.svg b/breeze-icons-5.21.0/icons-dark/apps/48/digikam.svg new file mode 100644 index 0000000..d0db7eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/digikam.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/dragonplayer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/dragonplayer.svg new file mode 100644 index 0000000..6692d27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/dragonplayer.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/filelight.svg b/breeze-icons-5.21.0/icons-dark/apps/48/filelight.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/filelight.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/filezilla.svg b/breeze-icons-5.21.0/icons-dark/apps/48/filezilla.svg new file mode 100644 index 0000000..bc499f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/filezilla.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/flow.svg b/breeze-icons-5.21.0/icons-dark/apps/48/flow.svg new file mode 100644 index 0000000..cca02c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/flow.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/gimp.svg b/breeze-icons-5.21.0/icons-dark/apps/48/gimp.svg new file mode 100644 index 0000000..b5eae5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/gimp.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/gparted.svg b/breeze-icons-5.21.0/icons-dark/apps/48/gparted.svg new file mode 100644 index 0000000..a0f5788 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/gparted.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/gpick.svg b/breeze-icons-5.21.0/icons-dark/apps/48/gpick.svg new file mode 100644 index 0000000..8103310 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/gpick.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/graphics-viewer-document.svg b/breeze-icons-5.21.0/icons-dark/apps/48/graphics-viewer-document.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/graphics-viewer-document.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/grub-customizer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/grub-customizer.svg new file mode 100644 index 0000000..cbbd6bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/grub-customizer.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/gtkhash.svg b/breeze-icons-5.21.0/icons-dark/apps/48/gtkhash.svg new file mode 100644 index 0000000..0833114 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/gtkhash.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/gwenview.svg b/breeze-icons-5.21.0/icons-dark/apps/48/gwenview.svg new file mode 100644 index 0000000..8243697 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/gwenview.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/help-browser.svg b/breeze-icons-5.21.0/icons-dark/apps/48/help-browser.svg new file mode 120000 index 0000000..8508302 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/help-browser.svg @@ -0,0 +1 @@ +system-help.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/htop.svg b/breeze-icons-5.21.0/icons-dark/apps/48/htop.svg new file mode 100644 index 0000000..2886032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/htop.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/hwinfo.svg b/breeze-icons-5.21.0/icons-dark/apps/48/hwinfo.svg new file mode 100644 index 0000000..998dd52 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/hwinfo.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/inkscape-logo.svg b/breeze-icons-5.21.0/icons-dark/apps/48/inkscape-logo.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/inkscape-logo.svg @@ -0,0 +1 @@ +inkscape.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/inkscape.svg b/breeze-icons-5.21.0/icons-dark/apps/48/inkscape.svg new file mode 100644 index 0000000..33b10ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/inkscape.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/internet-mail.svg b/breeze-icons-5.21.0/icons-dark/apps/48/internet-mail.svg new file mode 120000 index 0000000..071ecc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/internet-mail.svg @@ -0,0 +1 @@ +mail-client.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/internet-telephony.svg b/breeze-icons-5.21.0/icons-dark/apps/48/internet-telephony.svg new file mode 120000 index 0000000..e3d5612 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/internet-telephony.svg @@ -0,0 +1 @@ +plasma-mobile-phone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/internet-web-browser.svg b/breeze-icons-5.21.0/icons-dark/apps/48/internet-web-browser.svg new file mode 100644 index 0000000..0017aa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/internet-web-browser.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/jdownloader.svg b/breeze-icons-5.21.0/icons-dark/apps/48/jdownloader.svg new file mode 100644 index 0000000..b34f79a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/jdownloader.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/juk.svg b/breeze-icons-5.21.0/icons-dark/apps/48/juk.svg new file mode 100644 index 0000000..a103b3d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/juk.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/k3b.svg b/breeze-icons-5.21.0/icons-dark/apps/48/k3b.svg new file mode 100644 index 0000000..9d72a3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/k3b.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kaddressbook.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kaddressbook.svg new file mode 120000 index 0000000..6de7637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kaddressbook.svg @@ -0,0 +1 @@ +office-address-book.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kaffeine.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kaffeine.svg new file mode 100644 index 0000000..e949033 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kaffeine.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kalarm.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kalarm.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kalarm.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kalgebra.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kalgebra.svg new file mode 100644 index 0000000..85ccc48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kalgebra.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kamoso.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kamoso.svg new file mode 100644 index 0000000..65c6584 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kamoso.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/karbon.svg b/breeze-icons-5.21.0/icons-dark/apps/48/karbon.svg new file mode 100644 index 0000000..5b13f8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/karbon.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kate.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kate.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kate.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kblogger.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kblogger.svg new file mode 100644 index 0000000..6eb2ebd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kblogger.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kcalc.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kcalc.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kcalc.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kchart.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kchart.svg new file mode 120000 index 0000000..3a386bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kchart.svg @@ -0,0 +1 @@ +sheets.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kcolorchooser.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kcolorchooser.svg new file mode 120000 index 0000000..b26e439 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kcolorchooser.svg @@ -0,0 +1 @@ +gpick.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kde-frameworks.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kde-frameworks.svg new file mode 100644 index 0000000..fd17735 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kde-frameworks.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kdenlive.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kdenlive.svg new file mode 100644 index 0000000..25509a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kdenlive.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kdevelop.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kdevelop.svg new file mode 100644 index 0000000..0479905 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kdevelop.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kdiff3.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kdiff3.svg new file mode 100644 index 0000000..0002a0a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kdiff3.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kdots.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kdots.svg new file mode 100644 index 0000000..33dc1cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kdots.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kexi.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kexi.svg new file mode 100644 index 0000000..9d788b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kexi.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kfind.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kfind.svg new file mode 100644 index 0000000..200572a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kfind.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kget.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kget.svg new file mode 100644 index 0000000..af0c15a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kget.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kile.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kile.svg new file mode 100644 index 0000000..037b787 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kile.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kipi-dngconverter.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kipi-dngconverter.svg new file mode 100644 index 0000000..f2bc313 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kipi-dngconverter.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kipi-expoblending.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kipi-expoblending.svg new file mode 100644 index 0000000..dc26c81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kipi-expoblending.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kipi-panorama.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kipi-panorama.svg new file mode 100644 index 0000000..7a9d893 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kipi-panorama.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/klipper.svg b/breeze-icons-5.21.0/icons-dark/apps/48/klipper.svg new file mode 100644 index 0000000..7b735ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/klipper.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kmag.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kmag.svg new file mode 100644 index 0000000..a719531 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kmag.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kmail.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kmail.svg new file mode 120000 index 0000000..071ecc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kmail.svg @@ -0,0 +1 @@ +mail-client.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kmenuedit.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kmenuedit.svg new file mode 100644 index 0000000..4d51ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kmenuedit.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kmix.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kmix.svg new file mode 100644 index 0000000..6628ee0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kmix.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kmousetool.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kmousetool.svg new file mode 100644 index 0000000..7fb694a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kmousetool.svg @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kmouth.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kmouth.svg new file mode 100644 index 0000000..45aa9ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kmouth.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/knotes.svg b/breeze-icons-5.21.0/icons-dark/apps/48/knotes.svg new file mode 100644 index 0000000..939223d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/knotes.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/konqueror.svg b/breeze-icons-5.21.0/icons-dark/apps/48/konqueror.svg new file mode 100644 index 0000000..ed0e10f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/konqueror.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kontact.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kontact.svg new file mode 100644 index 0000000..cf19540 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kontact.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/konversation.svg b/breeze-icons-5.21.0/icons-dark/apps/48/konversation.svg new file mode 100644 index 0000000..553c008 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/konversation.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kopete.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kopete.svg new file mode 100644 index 0000000..ace2335 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kopete.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/korgac.svg b/breeze-icons-5.21.0/icons-dark/apps/48/korgac.svg new file mode 120000 index 0000000..93f5ffc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/korgac.svg @@ -0,0 +1 @@ +planwork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/korganizer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/korganizer.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/korganizer.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kplato.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kplato.svg new file mode 120000 index 0000000..93f5ffc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kplato.svg @@ -0,0 +1 @@ +planwork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kpresenter.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kpresenter.svg new file mode 120000 index 0000000..1151ae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kpresenter.svg @@ -0,0 +1 @@ +stage.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/krename.svg b/breeze-icons-5.21.0/icons-dark/apps/48/krename.svg new file mode 100644 index 0000000..4823205 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/krename.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kronometer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kronometer.svg new file mode 100644 index 0000000..91d22d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kronometer.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/krusader_root.svg b/breeze-icons-5.21.0/icons-dark/apps/48/krusader_root.svg new file mode 100644 index 0000000..15c3e73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/krusader_root.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/krusader_user.svg b/breeze-icons-5.21.0/icons-dark/apps/48/krusader_user.svg new file mode 100644 index 0000000..1805642 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/krusader_user.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ksnapshot.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ksnapshot.svg new file mode 100644 index 0000000..f55942c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ksnapshot.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kspread.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kspread.svg new file mode 120000 index 0000000..3a386bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kspread.svg @@ -0,0 +1 @@ +sheets.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ktimer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ktimer.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ktimer.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ktip.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ktip.svg new file mode 100644 index 0000000..252332f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ktip.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ktnef.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ktnef.svg new file mode 100644 index 0000000..66de0d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ktnef.svg @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ktorrent.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ktorrent.svg new file mode 100644 index 0000000..052c94a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ktorrent.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kube-mail.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kube-mail.svg new file mode 100644 index 0000000..aa03b81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kube-mail.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + kube-mail + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kuser.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kuser.svg new file mode 100644 index 0000000..f4d0b3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kuser.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kwalletmanager.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kwalletmanager.svg new file mode 100644 index 0000000..1b4dbfc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kwalletmanager.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kwalletmanager2.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kwalletmanager2.svg new file mode 120000 index 0000000..71a90f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kwalletmanager2.svg @@ -0,0 +1 @@ +kwalletmanager.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kwikdisk.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kwikdisk.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kwikdisk.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kword.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kword.svg new file mode 120000 index 0000000..e30a949 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kword.svg @@ -0,0 +1 @@ +words.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/kwrite.svg b/breeze-icons-5.21.0/icons-dark/apps/48/kwrite.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/kwrite.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/labplot.svg b/breeze-icons-5.21.0/icons-dark/apps/48/labplot.svg new file mode 100644 index 0000000..622e392 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/labplot.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/labplot2.svg b/breeze-icons-5.21.0/icons-dark/apps/48/labplot2.svg new file mode 120000 index 0000000..9da241f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/labplot2.svg @@ -0,0 +1 @@ +labplot.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-base.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-base.svg new file mode 100644 index 0000000..b6906c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-base.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-calc.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-calc.svg new file mode 100644 index 0000000..33dd3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-calc.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-draw.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-draw.svg new file mode 100644 index 0000000..92044ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-draw.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-impress.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-impress.svg new file mode 100644 index 0000000..25347e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-impress.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-main.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-main.svg new file mode 100644 index 0000000..27768f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-main.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-math.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-math.svg new file mode 100644 index 0000000..d312e01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-math.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-startcenter.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-writer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-writer.svg new file mode 100644 index 0000000..3554e5d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/libreoffice-writer.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/linguist.svg b/breeze-icons-5.21.0/icons-dark/apps/48/linguist.svg new file mode 100644 index 0000000..8a7e731 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/linguist.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/mail-client.svg b/breeze-icons-5.21.0/icons-dark/apps/48/mail-client.svg new file mode 100644 index 0000000..ed47feb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/mail-client.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/multimedia-volume-control.svg b/breeze-icons-5.21.0/icons-dark/apps/48/multimedia-volume-control.svg new file mode 100644 index 0000000..0c9adb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/multimedia-volume-control.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/muon.svg b/breeze-icons-5.21.0/icons-dark/apps/48/muon.svg new file mode 100644 index 0000000..bb0dbbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/muon.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/muondiscover.svg b/breeze-icons-5.21.0/icons-dark/apps/48/muondiscover.svg new file mode 100644 index 0000000..bfae918 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/muondiscover.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/network-manager.svg b/breeze-icons-5.21.0/icons-dark/apps/48/network-manager.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/network-manager.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ntfs-config.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ntfs-config.svg new file mode 100644 index 0000000..b07ec29 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ntfs-config.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/octave.svg b/breeze-icons-5.21.0/icons-dark/apps/48/octave.svg new file mode 100644 index 0000000..21e5a37 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/octave.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/octopi.svg b/breeze-icons-5.21.0/icons-dark/apps/48/octopi.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/octopi.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/office-address-book.svg b/breeze-icons-5.21.0/icons-dark/apps/48/office-address-book.svg new file mode 100644 index 0000000..4370815 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/office-address-book.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/office-calendar.svg b/breeze-icons-5.21.0/icons-dark/apps/48/office-calendar.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/office-calendar.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/okteta.svg b/breeze-icons-5.21.0/icons-dark/apps/48/okteta.svg new file mode 100644 index 0000000..dfd6fb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/okteta.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/okular.svg b/breeze-icons-5.21.0/icons-dark/apps/48/okular.svg new file mode 100644 index 0000000..96b2980 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/okular.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/partitionmanager.svg b/breeze-icons-5.21.0/icons-dark/apps/48/partitionmanager.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/partitionmanager.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/photolayoutseditor.svg b/breeze-icons-5.21.0/icons-dark/apps/48/photolayoutseditor.svg new file mode 100644 index 0000000..99e0a8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/photolayoutseditor.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/plan.svg b/breeze-icons-5.21.0/icons-dark/apps/48/plan.svg new file mode 100644 index 0000000..4362f58 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/plan.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/planetkde.svg b/breeze-icons-5.21.0/icons-dark/apps/48/planetkde.svg new file mode 100644 index 0000000..4901bde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/planetkde.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/plank.svg b/breeze-icons-5.21.0/icons-dark/apps/48/plank.svg new file mode 100644 index 0000000..22188f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/plank.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/planner.svg b/breeze-icons-5.21.0/icons-dark/apps/48/planner.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/planner.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/planwork.svg b/breeze-icons-5.21.0/icons-dark/apps/48/planwork.svg new file mode 100644 index 0000000..e24ed37 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/planwork.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/plasma-media-center.svg b/breeze-icons-5.21.0/icons-dark/apps/48/plasma-media-center.svg new file mode 100644 index 0000000..65d6682 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/plasma-media-center.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/plasma-mobile-phone.svg b/breeze-icons-5.21.0/icons-dark/apps/48/plasma-mobile-phone.svg new file mode 100644 index 0000000..f715e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/plasma-mobile-phone.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/preferences-system.svg b/breeze-icons-5.21.0/icons-dark/apps/48/preferences-system.svg new file mode 100644 index 0000000..ddbe3dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/preferences-system.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/qbittorrent.svg b/breeze-icons-5.21.0/icons-dark/apps/48/qbittorrent.svg new file mode 100644 index 0000000..57d9173 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/qbittorrent.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/qdbusviewer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/qdbusviewer.svg new file mode 100644 index 0000000..3cdf309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/qdbusviewer.svg @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/qelectrotech.svg b/breeze-icons-5.21.0/icons-dark/apps/48/qelectrotech.svg new file mode 100644 index 0000000..fd21ff0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/qelectrotech.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/qtcreator.svg b/breeze-icons-5.21.0/icons-dark/apps/48/qtcreator.svg new file mode 100644 index 0000000..9b10b22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/qtcreator.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/quassel.svg b/breeze-icons-5.21.0/icons-dark/apps/48/quassel.svg new file mode 100644 index 0000000..8a47904 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/quassel.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ring.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ring.svg new file mode 100644 index 0000000..e69d03d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ring.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/scanner.svg b/breeze-icons-5.21.0/icons-dark/apps/48/scanner.svg new file mode 120000 index 0000000..a6fb1a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/scanner.svg @@ -0,0 +1 @@ +skanlite.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/sheets.svg b/breeze-icons-5.21.0/icons-dark/apps/48/sheets.svg new file mode 100644 index 0000000..ef4205d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/sheets.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/showfoto.svg b/breeze-icons-5.21.0/icons-dark/apps/48/showfoto.svg new file mode 100644 index 0000000..4980dfa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/showfoto.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/skanlite.svg b/breeze-icons-5.21.0/icons-dark/apps/48/skanlite.svg new file mode 100644 index 0000000..d632923 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/skanlite.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/skrooge-black.svg b/breeze-icons-5.21.0/icons-dark/apps/48/skrooge-black.svg new file mode 100644 index 0000000..6afaa93 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/skrooge-black.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/skrooge-initial.svg b/breeze-icons-5.21.0/icons-dark/apps/48/skrooge-initial.svg new file mode 120000 index 0000000..c0f3c03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/skrooge-initial.svg @@ -0,0 +1 @@ +skrooge.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/skrooge.svg b/breeze-icons-5.21.0/icons-dark/apps/48/skrooge.svg new file mode 100644 index 0000000..7af1746 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/skrooge.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/smartgit.svg b/breeze-icons-5.21.0/icons-dark/apps/48/smartgit.svg new file mode 100644 index 0000000..cafaca0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/smartgit.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/smplayer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/smplayer.svg new file mode 100644 index 0000000..87c3ec1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/smplayer.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/spectacle.svg b/breeze-icons-5.21.0/icons-dark/apps/48/spectacle.svg new file mode 120000 index 0000000..ffbc8d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/spectacle.svg @@ -0,0 +1 @@ +ksnapshot.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/stage.svg b/breeze-icons-5.21.0/icons-dark/apps/48/stage.svg new file mode 100644 index 0000000..d813a94 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/stage.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/sublime.svg b/breeze-icons-5.21.0/icons-dark/apps/48/sublime.svg new file mode 100644 index 0000000..4496c20 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/sublime.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/synaptic.svg b/breeze-icons-5.21.0/icons-dark/apps/48/synaptic.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/synaptic.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/synfig_icon.svg b/breeze-icons-5.21.0/icons-dark/apps/48/synfig_icon.svg new file mode 100644 index 0000000..d9ceeca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/synfig_icon.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/system-file-manager.svg b/breeze-icons-5.21.0/icons-dark/apps/48/system-file-manager.svg new file mode 100644 index 0000000..c4cdf81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/system-file-manager.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/system-help.svg b/breeze-icons-5.21.0/icons-dark/apps/48/system-help.svg new file mode 100644 index 0000000..9dde6fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/system-help.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/system-shutdown.svg b/breeze-icons-5.21.0/icons-dark/apps/48/system-shutdown.svg new file mode 100644 index 0000000..a5eae14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/system-shutdown.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/system-software-install.svg b/breeze-icons-5.21.0/icons-dark/apps/48/system-software-install.svg new file mode 100644 index 0000000..8ad8698 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/system-software-install.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/system-software-update.svg b/breeze-icons-5.21.0/icons-dark/apps/48/system-software-update.svg new file mode 100644 index 0000000..1c6f7b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/system-software-update.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/systemsettings.svg b/breeze-icons-5.21.0/icons-dark/apps/48/systemsettings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/systemsettings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/telegram.svg b/breeze-icons-5.21.0/icons-dark/apps/48/telegram.svg new file mode 100644 index 0000000..3bb96b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/telegram.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/telepathy-kde.svg b/breeze-icons-5.21.0/icons-dark/apps/48/telepathy-kde.svg new file mode 100644 index 0000000..045508d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/telepathy-kde.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/tor-browser.svg b/breeze-icons-5.21.0/icons-dark/apps/48/tor-browser.svg new file mode 100644 index 0000000..d728c62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/tor-browser.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/ubiquity.svg b/breeze-icons-5.21.0/icons-dark/apps/48/ubiquity.svg new file mode 100644 index 0000000..a8f59a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/ubiquity.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/umbrello.svg b/breeze-icons-5.21.0/icons-dark/apps/48/umbrello.svg new file mode 100644 index 0000000..d6b9a9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/umbrello.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/unetbootin.svg b/breeze-icons-5.21.0/icons-dark/apps/48/unetbootin.svg new file mode 100644 index 0000000..034015d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/unetbootin.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/usb-creator-kde.svg b/breeze-icons-5.21.0/icons-dark/apps/48/usb-creator-kde.svg new file mode 100644 index 0000000..599e20e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/usb-creator-kde.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/utilities-energy-monitor.svg b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-energy-monitor.svg new file mode 100644 index 0000000..3be105c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-energy-monitor.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/utilities-file-archiver.svg b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-file-archiver.svg new file mode 120000 index 0000000..f3f331a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-file-archiver.svg @@ -0,0 +1 @@ +ark.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/utilities-log-viewer.svg b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-log-viewer.svg new file mode 100644 index 0000000..137eb28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-log-viewer.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/utilities-system-monitor.svg b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-system-monitor.svg new file mode 100644 index 0000000..f964c77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-system-monitor.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/utilities-terminal.svg b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-terminal.svg new file mode 100644 index 0000000..d9c61b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/utilities-terminal.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/virtualbox.svg b/breeze-icons-5.21.0/icons-dark/apps/48/virtualbox.svg new file mode 100644 index 0000000..1e074ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/virtualbox.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/vlc.svg b/breeze-icons-5.21.0/icons-dark/apps/48/vlc.svg new file mode 100644 index 0000000..5184216 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/vlc.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/vokoscreen.svg b/breeze-icons-5.21.0/icons-dark/apps/48/vokoscreen.svg new file mode 100644 index 0000000..f018def --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/vokoscreen.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/words.svg b/breeze-icons-5.21.0/icons-dark/apps/48/words.svg new file mode 100644 index 0000000..e8d0e6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/words.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/xchat.svg b/breeze-icons-5.21.0/icons-dark/apps/48/xchat.svg new file mode 100644 index 0000000..d6f16eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/xchat.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/xterm-color.svg b/breeze-icons-5.21.0/icons-dark/apps/48/xterm-color.svg new file mode 100644 index 0000000..6c3eb4e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/xterm-color.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/xterm.svg b/breeze-icons-5.21.0/icons-dark/apps/48/xterm.svg new file mode 100644 index 0000000..2202ea8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/xterm.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/apps/48/yakuake.svg b/breeze-icons-5.21.0/icons-dark/apps/48/yakuake.svg new file mode 100644 index 0000000..e16fd02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/apps/48/yakuake.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-development.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-development.svg new file mode 100644 index 0000000..3e6aeaa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-development.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-education.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-education.svg new file mode 100644 index 0000000..1b8234d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-education.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-engineering.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-engineering.svg new file mode 100644 index 0000000..3effc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-engineering.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-games.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-games.svg new file mode 100644 index 0000000..9518df5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-games.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-graphics.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-graphics.svg new file mode 100644 index 0000000..3489cf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-graphics.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-internet.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-internet.svg new file mode 100644 index 0000000..c613d94 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-internet.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-multimedia.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-multimedia.svg new file mode 100644 index 0000000..7752e5a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-multimedia.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-office.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-office.svg new file mode 100644 index 0000000..603a3a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-office.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-other.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-other.svg new file mode 120000 index 0000000..8340062 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-other.svg @@ -0,0 +1 @@ +../../apps/32/preferences-other.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-science.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-science.svg new file mode 100644 index 0000000..63382c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-science.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-system.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-system.svg new file mode 120000 index 0000000..86aae64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-system.svg @@ -0,0 +1 @@ +../../apps/32/preferences-desktop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/categories/32/applications-utilities.svg b/breeze-icons-5.21.0/icons-dark/categories/32/applications-utilities.svg new file mode 100644 index 0000000..3b556b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/categories/32/applications-utilities.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/computer-laptop.svg b/breeze-icons-5.21.0/icons-dark/devices/16/computer-laptop.svg new file mode 100644 index 0000000..e83463b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/computer-laptop.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/computer.svg b/breeze-icons-5.21.0/icons-dark/devices/16/computer.svg new file mode 100644 index 0000000..f92d51a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/computer.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/drive-harddisk.svg b/breeze-icons-5.21.0/icons-dark/devices/16/drive-harddisk.svg new file mode 100644 index 0000000..dc32bac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/drive-harddisk.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media-usb-pendrive.svg b/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media-usb-pendrive.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media-usb-pendrive.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media-usb.svg b/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media-usb.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media.svg b/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media.svg new file mode 100644 index 0000000..0b15495 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/drive-removable-media.svg @@ -0,0 +1,15 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/input-tablet.svg b/breeze-icons-5.21.0/icons-dark/devices/16/input-tablet.svg new file mode 100644 index 0000000..ae84d6d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/input-tablet.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-floppy.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-floppy.svg new file mode 120000 index 0000000..c7be1ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-floppy.svg @@ -0,0 +1 @@ +../../actions/16/document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-audio.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-audio.svg new file mode 100644 index 0000000..336b2ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-audio.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-data.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-data.svg new file mode 100644 index 0000000..a772757 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-data.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-mixed-cd.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-mixed-cd.svg new file mode 100644 index 0000000..556bbf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-mixed-cd.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-recordable.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-recordable.svg new file mode 100644 index 0000000..5dec7cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-recordable.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-video.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-video.svg new file mode 100644 index 0000000..91fa04a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical-video.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/media-optical.svg b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical.svg new file mode 100644 index 0000000..d8d1c0f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/media-optical.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/multimedia-player-ipod-mini-blue.svg b/breeze-icons-5.21.0/icons-dark/devices/16/multimedia-player-ipod-mini-blue.svg new file mode 100644 index 0000000..fa761cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/multimedia-player-ipod-mini-blue.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-bluetooth.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-bluetooth.svg new file mode 100644 index 0000000..8162fe1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-bluetooth.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-modem.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-modem.svg new file mode 100644 index 0000000..1acbd10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-modem.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-vpn.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-vpn.svg new file mode 100644 index 0000000..7aa183e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-vpn.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wired-activated.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wired-activated.svg new file mode 100644 index 0000000..bdcbe81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wired-activated.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wired-unavailable.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wired-unavailable.svg new file mode 100644 index 0000000..5193e49 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wired-unavailable.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wired.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wired.svg new file mode 120000 index 0000000..141bbe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wired.svg @@ -0,0 +1 @@ +network-wired-activated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-00.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-00.svg new file mode 100644 index 0000000..4cb5081 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-00.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-100.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-100.svg new file mode 100644 index 0000000..04d9320 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-100.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-25.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-25.svg new file mode 100644 index 0000000..8386876 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-25.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-50.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-50.svg new file mode 100644 index 0000000..41a381b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-50.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-75.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-75.svg new file mode 100644 index 0000000..5f1f9c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-connected-75.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-disconnected.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-disconnected.svg new file mode 100644 index 0000000..1795d79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless-disconnected.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless.svg b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless.svg new file mode 120000 index 0000000..af03860 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/network-wireless.svg @@ -0,0 +1 @@ +network-wireless-connected-100.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/smartphone.svg b/breeze-icons-5.21.0/icons-dark/devices/16/smartphone.svg new file mode 100644 index 0000000..ceb2f14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/smartphone.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/16/tablet.svg b/breeze-icons-5.21.0/icons-dark/devices/16/tablet.svg new file mode 100644 index 0000000..a16833b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/16/tablet.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/computer-laptop.svg b/breeze-icons-5.21.0/icons-dark/devices/22/computer-laptop.svg new file mode 100644 index 0000000..a703226 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/computer-laptop.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/computer.svg b/breeze-icons-5.21.0/icons-dark/devices/22/computer.svg new file mode 100644 index 0000000..1f99147 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/computer.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/drive-harddisk.svg b/breeze-icons-5.21.0/icons-dark/devices/22/drive-harddisk.svg new file mode 100644 index 0000000..760614c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/drive-harddisk.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media-usb-pendrive.svg b/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media-usb-pendrive.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media-usb-pendrive.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media-usb.svg b/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media-usb.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media.svg b/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media.svg new file mode 100644 index 0000000..86a41fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/drive-removable-media.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/input-keyboard.svg b/breeze-icons-5.21.0/icons-dark/devices/22/input-keyboard.svg new file mode 100644 index 0000000..a101623 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/input-keyboard.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/input-tablet.svg b/breeze-icons-5.21.0/icons-dark/devices/22/input-tablet.svg new file mode 100644 index 0000000..4436327 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/input-tablet.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/input-touchpad.svg b/breeze-icons-5.21.0/icons-dark/devices/22/input-touchpad.svg new file mode 100644 index 0000000..6c58933 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/input-touchpad.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-floppy.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-floppy.svg new file mode 120000 index 0000000..f13ae03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-floppy.svg @@ -0,0 +1 @@ +../../actions/22/document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-audio.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-audio.svg new file mode 120000 index 0000000..3a0e5cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-audio.svg @@ -0,0 +1 @@ +../../actions/22/tools-rip-audio-cd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-data.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-data.svg new file mode 100644 index 0000000..9b91645 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-data.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-mixed-cd.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-mixed-cd.svg new file mode 100644 index 0000000..a1ac075 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-mixed-cd.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-recordable.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-recordable.svg new file mode 100644 index 0000000..4479125 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-recordable.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-video.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-video.svg new file mode 120000 index 0000000..c84fbd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical-video.svg @@ -0,0 +1 @@ +../../actions/22/tools-rip-video-cd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/media-optical.svg b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical.svg new file mode 120000 index 0000000..162685a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/media-optical.svg @@ -0,0 +1 @@ +../../actions/22/tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/multimedia-player-ipod-mini-blue.svg b/breeze-icons-5.21.0/icons-dark/devices/22/multimedia-player-ipod-mini-blue.svg new file mode 100644 index 0000000..cbc721b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/multimedia-player-ipod-mini-blue.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-bluetooth.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-bluetooth.svg new file mode 100644 index 0000000..328ba81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-bluetooth.svg @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-modem.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-modem.svg new file mode 100644 index 0000000..05d2cf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-modem.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-vpn.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-vpn.svg new file mode 100644 index 0000000..5cab495 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-vpn.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wired-activated.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wired-activated.svg new file mode 100644 index 0000000..ddeb168 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wired-activated.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wired-unavailable.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wired-unavailable.svg new file mode 100644 index 0000000..cae9030 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wired-unavailable.svg @@ -0,0 +1,5 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wired.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wired.svg new file mode 120000 index 0000000..141bbe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wired.svg @@ -0,0 +1 @@ +network-wired-activated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-00.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-00.svg new file mode 100644 index 0000000..34acb06 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-00.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-100.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-100.svg new file mode 100644 index 0000000..fd00e14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-100.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-25.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-25.svg new file mode 100644 index 0000000..3e236ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-25.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-50.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-50.svg new file mode 100644 index 0000000..51d7e34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-50.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-75.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-75.svg new file mode 100644 index 0000000..f63ea9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-connected-75.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-disconnected.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-disconnected.svg new file mode 100644 index 0000000..a6393ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless-disconnected.svg @@ -0,0 +1,20 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless.svg b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless.svg new file mode 120000 index 0000000..af03860 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/network-wireless.svg @@ -0,0 +1 @@ +network-wireless-connected-100.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/smartphone.svg b/breeze-icons-5.21.0/icons-dark/devices/22/smartphone.svg new file mode 100644 index 0000000..c1dff02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/smartphone.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/22/tablet.svg b/breeze-icons-5.21.0/icons-dark/devices/22/tablet.svg new file mode 100644 index 0000000..f3a6748 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/22/tablet.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/audio-card.svg b/breeze-icons-5.21.0/icons-dark/devices/64/audio-card.svg new file mode 100644 index 0000000..bd1dc36 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/audio-card.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/audio-headphones.svg b/breeze-icons-5.21.0/icons-dark/devices/64/audio-headphones.svg new file mode 100644 index 0000000..ee370cf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/audio-headphones.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/battery.svg b/breeze-icons-5.21.0/icons-dark/devices/64/battery.svg new file mode 100644 index 0000000..d598ce8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/battery.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/camera-photo.svg b/breeze-icons-5.21.0/icons-dark/devices/64/camera-photo.svg new file mode 100644 index 0000000..6b8f7fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/camera-photo.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/camera-web.svg b/breeze-icons-5.21.0/icons-dark/devices/64/camera-web.svg new file mode 100644 index 0000000..1d9acbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/camera-web.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/computer-laptop.svg b/breeze-icons-5.21.0/icons-dark/devices/64/computer-laptop.svg new file mode 100644 index 0000000..2e707e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/computer-laptop.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/computer.svg b/breeze-icons-5.21.0/icons-dark/devices/64/computer.svg new file mode 100644 index 0000000..f5df857 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/computer.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/cpu.svg b/breeze-icons-5.21.0/icons-dark/devices/64/cpu.svg new file mode 100644 index 0000000..14a183d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/cpu.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/drive-harddisk.svg b/breeze-icons-5.21.0/icons-dark/devices/64/drive-harddisk.svg new file mode 100644 index 0000000..9dcc8b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/drive-harddisk.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media-usb-pendrive.svg b/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media-usb-pendrive.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media-usb-pendrive.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media-usb.svg b/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media-usb.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media.svg b/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media.svg new file mode 100644 index 0000000..c0ea0a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/drive-removable-media.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/input-gaming.svg b/breeze-icons-5.21.0/icons-dark/devices/64/input-gaming.svg new file mode 100644 index 0000000..249f76d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/input-gaming.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/input-keyboard.svg b/breeze-icons-5.21.0/icons-dark/devices/64/input-keyboard.svg new file mode 100644 index 0000000..6227b78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/input-keyboard.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/input-mouse.svg b/breeze-icons-5.21.0/icons-dark/devices/64/input-mouse.svg new file mode 100644 index 0000000..db004f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/input-mouse.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/input-tablet.svg b/breeze-icons-5.21.0/icons-dark/devices/64/input-tablet.svg new file mode 100644 index 0000000..926aa22 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/input-tablet.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/input-touchpad.svg b/breeze-icons-5.21.0/icons-dark/devices/64/input-touchpad.svg new file mode 100644 index 0000000..c1f4389 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/input-touchpad.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-memory-stick.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-memory-stick.svg new file mode 100644 index 0000000..9cc2f23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-memory-stick.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-sd-mmc.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-sd-mmc.svg new file mode 100644 index 0000000..f895921 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-sd-mmc.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-smart-media.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-smart-media.svg new file mode 120000 index 0000000..e5c447a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash-smart-media.svg @@ -0,0 +1 @@ +media-flash-sd-mmc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-flash.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash.svg new file mode 100644 index 0000000..fde77d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-flash.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-audio.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-audio.svg new file mode 100644 index 0000000..8613138 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-audio.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-blu-ray.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-blu-ray.svg new file mode 100644 index 0000000..668dc3d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-blu-ray.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-data.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-data.svg new file mode 100644 index 0000000..a901de8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-data.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-dvd.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-dvd.svg new file mode 100644 index 0000000..d614560 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-dvd.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-recordable.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-recordable.svg new file mode 100644 index 0000000..7085ea5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-recordable.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-video.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-video.svg new file mode 100644 index 0000000..b86cfbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical-video.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/media-optical.svg b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical.svg new file mode 100644 index 0000000..7895605 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/media-optical.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/multimedia-player.svg b/breeze-icons-5.21.0/icons-dark/devices/64/multimedia-player.svg new file mode 100644 index 0000000..0f05184 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/multimedia-player.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/network-card.svg b/breeze-icons-5.21.0/icons-dark/devices/64/network-card.svg new file mode 100644 index 0000000..29b2ec2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/network-card.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/phone.svg b/breeze-icons-5.21.0/icons-dark/devices/64/phone.svg new file mode 120000 index 0000000..9a05e5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/phone.svg @@ -0,0 +1 @@ +smartphone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/printer.svg b/breeze-icons-5.21.0/icons-dark/devices/64/printer.svg new file mode 100644 index 0000000..d96428e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/printer.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/scanner.svg b/breeze-icons-5.21.0/icons-dark/devices/64/scanner.svg new file mode 100644 index 0000000..ce96173 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/scanner.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/smartphone.svg b/breeze-icons-5.21.0/icons-dark/devices/64/smartphone.svg new file mode 100644 index 0000000..cfeef87 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/smartphone.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/video-display.svg b/breeze-icons-5.21.0/icons-dark/devices/64/video-display.svg new file mode 100644 index 0000000..fd8ce1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/video-display.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/devices/64/video-television.svg b/breeze-icons-5.21.0/icons-dark/devices/64/video-television.svg new file mode 100644 index 0000000..b04c30d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/devices/64/video-television.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/emblem-symbolic-link.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/emblem-symbolic-link.svg new file mode 100644 index 0000000..6a8ab03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/emblem-symbolic-link.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/rating-unrated.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/rating-unrated.svg new file mode 100644 index 0000000..a18b1c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/rating-unrated.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/rating.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/rating.svg new file mode 100644 index 0000000..ef9c3ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/rating.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-added.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-added.svg new file mode 100644 index 0000000..ecda019 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-added.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-conflicting.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-conflicting.svg new file mode 100644 index 0000000..5f05cb1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-conflicting.svg @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-locally-modified-unstaged.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-locally-modified-unstaged.svg new file mode 100644 index 0000000..8d00659 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-locally-modified-unstaged.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-locally-modified.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-locally-modified.svg new file mode 100644 index 0000000..4c03bdf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-locally-modified.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-normal.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-normal.svg new file mode 100644 index 0000000..e3f3c00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-normal.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-removed.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-removed.svg new file mode 100644 index 0000000..a579ea4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-removed.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-update-required.svg b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-update-required.svg new file mode 100644 index 0000000..50b8a77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/16/vcs-update-required.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-encrypted-unlocked.svg b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-encrypted-unlocked.svg new file mode 100644 index 0000000..9bf825f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-encrypted-unlocked.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-favorite.svg b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-favorite.svg new file mode 100644 index 0000000..e94d45f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-favorite.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-important.svg b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-important.svg new file mode 100644 index 0000000..4b63700 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-important.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-locked.svg b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-locked.svg new file mode 100644 index 0000000..1036866 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-locked.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-symbolic-link.svg b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-symbolic-link.svg new file mode 100644 index 0000000..53fdc36 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/22/emblem-symbolic-link.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/checkmark.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/checkmark.svg new file mode 120000 index 0000000..5693f29 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/checkmark.svg @@ -0,0 +1 @@ +emblem-mounted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-added.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-added.svg new file mode 100644 index 0000000..e4fc9e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-added.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-checked.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-checked.svg new file mode 120000 index 0000000..5693f29 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-checked.svg @@ -0,0 +1 @@ +emblem-mounted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-error.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-error.svg new file mode 100644 index 0000000..6b5fbd9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-error.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-information.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-information.svg new file mode 100644 index 0000000..5a18d24 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-information.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-locked.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-locked.svg new file mode 100644 index 0000000..cd4a89e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-locked.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-mounted.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-mounted.svg new file mode 100644 index 0000000..c074a09 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-mounted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-pause.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-pause.svg new file mode 100644 index 0000000..fe3bf7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-pause.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-question.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-question.svg new file mode 100644 index 0000000..31d6c6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-question.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-remove.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-remove.svg new file mode 100644 index 0000000..bd1fa3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-remove.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-success.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-success.svg new file mode 120000 index 0000000..5693f29 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-success.svg @@ -0,0 +1 @@ +emblem-mounted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unavailable.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unavailable.svg new file mode 100644 index 0000000..6a86e5d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unavailable.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unlocked.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unlocked.svg new file mode 100644 index 0000000..6450d86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unlocked.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unmounted.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unmounted.svg new file mode 100644 index 0000000..b06a72e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-unmounted.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-warning.svg b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-warning.svg new file mode 100644 index 0000000..6c54871 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emblems/8/emblem-warning.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/drink-beer.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/drink-beer.svg new file mode 100644 index 0000000..01ce3d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/drink-beer.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/drink-martini.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/drink-martini.svg new file mode 100644 index 0000000..7fd21ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/drink-martini.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-angel.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-angel.svg new file mode 100644 index 0000000..c54335d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-angel.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-angry.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-angry.svg new file mode 100644 index 0000000..6709ba4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-angry.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-clown.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-clown.svg new file mode 100644 index 0000000..18e2848 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-clown.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-confused.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-confused.svg new file mode 100644 index 0000000..b7b47fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-confused.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-cool.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-cool.svg new file mode 100644 index 0000000..29d5830 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-cool.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-crying.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-crying.svg new file mode 100644 index 0000000..8132a03 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-crying.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-devilish.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-devilish.svg new file mode 100644 index 0000000..d43f5b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-devilish.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-embarrassed.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-embarrassed.svg new file mode 100644 index 0000000..ef38da1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-embarrassed.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-glasses.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-glasses.svg new file mode 100644 index 0000000..dcab136 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-glasses.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-hug-left.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-hug-left.svg new file mode 100644 index 0000000..cd5cf85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-hug-left.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-hug-right.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-hug-right.svg new file mode 100644 index 0000000..cee0509 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-hug-right.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-in-love.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-in-love.svg new file mode 100644 index 0000000..98ac9dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-in-love.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-kiss.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-kiss.svg new file mode 100644 index 0000000..848eedc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-kiss.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-laughing.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-laughing.svg new file mode 100644 index 0000000..baa365c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-laughing.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-ninja.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-ninja.svg new file mode 100644 index 0000000..1fb8b44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-ninja.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-pirate.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-pirate.svg new file mode 100644 index 0000000..1d781bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-pirate.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-plain.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-plain.svg new file mode 100644 index 0000000..2430d21 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-plain.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-quiet.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-quiet.svg new file mode 100644 index 0000000..6aa7f00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-quiet.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-raspberry.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-raspberry.svg new file mode 100644 index 0000000..13ba357 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-raspberry.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-sad.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-sad.svg new file mode 100644 index 0000000..a092a41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-sad.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-sick.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-sick.svg new file mode 100644 index 0000000..11d92ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-sick.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-sleeping.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-sleeping.svg new file mode 100644 index 0000000..da3bedc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-sleeping.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile-big.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile-big.svg new file mode 100644 index 0000000..28dd220 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile-big.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile-grin.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile-grin.svg new file mode 100644 index 0000000..204e723 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile-grin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile.svg new file mode 100644 index 0000000..8209f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smile.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-smirk.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smirk.svg new file mode 100644 index 0000000..b140066 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-smirk.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-surprise.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-surprise.svg new file mode 100644 index 0000000..eec0315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-surprise.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-uncertain.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-uncertain.svg new file mode 100644 index 0000000..36958a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-uncertain.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-wink.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-wink.svg new file mode 100644 index 0000000..cfdd502 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-wink.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-worried.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-worried.svg new file mode 100644 index 0000000..1b0354c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-worried.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/face-yawn.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/face-yawn.svg new file mode 100644 index 0000000..341d6fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/face-yawn.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/emotes/22/food-cake.svg b/breeze-icons-5.21.0/icons-dark/emotes/22/food-cake.svg new file mode 100644 index 0000000..7bfd448 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/emotes/22/food-cake.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/index.theme b/breeze-icons-5.21.0/icons-dark/index.theme new file mode 100644 index 0000000..01f9576 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/index.theme @@ -0,0 +1,317 @@ +[Icon Theme] +Name=Breeze Dark +Name[ar]=نسيم داكن +Name[ast]=Breeze escuro +Name[ca]=Brisa fosca +Name[ca@valencia]=Brisa fosca +Name[cs]=Breeze Tmavé +Name[da]=Breeze Dark +Name[de]=Breeze-Dunkel +Name[en_GB]=Breeze Dark +Name[es]=Brisa oscura +Name[fi]=Breeze Dark +Name[gl]=Breeze escuro +Name[ia]=Breeze Dark +Name[it]=Brezza scuro +Name[ko]=어두운 Breeze +Name[nl]=Breeze Dark +Name[nn]=Breeze mørk +Name[pl]=Ciemna bryza +Name[pt]=Brisa Escura +Name[pt_BR]=Breeze Dark +Name[ru]=Breeze, тёмный вариант +Name[sk]=Tmavý vánok +Name[sl]=Sapica (temna) +Name[sr]=Поветарац тамни +Name[sr@ijekavian]=Поветарац тамни +Name[sr@ijekavianlatin]=Povetarac tamni +Name[sr@latin]=Povetarac tamni +Name[sv]=Breeze mörk +Name[uk]=Темна Breeze +Name[x-test]=xxBreeze Darkxx +Name[zh_CN]=暗色微风 + +Comment=Default Plasma 5 Theme for Dark themes +Comment[ar]=سمة بلازما 5 الافتراضيّة للسّمات الدّاكنة +Comment[ast]=El tema por defeutu de Plasma 5 pa temes escuros +Comment[ca]=Tema del Plasma 5 per defecte per temes foscos +Comment[ca@valencia]=Tema del Plasma 5 per defecte per temes foscos +Comment[cs]=Výchozí motiv KDE Plasma 5 pro tmavé motivy vzhledu +Comment[da]=Standard Plasma5-tema til mørke temaer +Comment[de]=Dunkles Standard-Arbeitsflächendesign für Plasma 5 +Comment[en_GB]=Default Plasma 5 Theme for Dark themes +Comment[es]=Tema por omisión de Plasma 5 para temas oscuros +Comment[fi]=Plasma 5:n oletusteema tummille teemoille +Comment[gl]=Tema predeterminado de Plasma 5 para temas escuros +Comment[ia]=Thema predefinite de Plasma 5 pro themas Dark, i.e. obscur +Comment[it]=Tema predefinito di Plasma 5 per temi scuri +Comment[ko]=기본 Plasma 5 어두운 테마 +Comment[nl]=Standaard Plasma 5 thema voor donkere thema's +Comment[nn]=Standard Plasma 5-tema for mørke tema +Comment[pl]=Domyślny wystrój Plazma 5 dla ciemnych wystrojów +Comment[pt]=Tema Escuro Predefinido do Plasma 5 +Comment[pt_BR]=Tema padrão do Plasma 5 para temas escuros +Comment[ru]=Стандартный набор значков в Plasma 5 для тёмных цветовых схем +Comment[sk]=Predvolená téma Plasma 5 pre tmavé témy +Comment[sl]=Privzeta tema za KDE Plasma 5 za temne teme +Comment[sr]=Подразумевана тамна тема Плазме 5 +Comment[sr@ijekavian]=Подразумевана тамна тема Плазме 5 +Comment[sr@ijekavianlatin]=Podrazumevana tamna tema Plasme 5 +Comment[sr@latin]=Podrazumevana tamna tema Plasme 5 +Comment[sv]=Plasma 5 standardtema för mörka teman +Comment[uk]=Тема піктограм для Плазми 5 для темних тем +Comment[x-test]=xxDefault Plasma 5 Theme for Dark themesxx +Comment[zh_CN]=为暗色主题设计的 默认 Plasma 5 主题 + +DisplayDepth=32 + +Inherits=hicolor + +Example=folder + +DesktopDefault=48 +DesktopSizes=16,22,32,48,64,128,256 +ToolbarDefault=22 +ToolbarSizes=16,22,32,48 +MainToolbarDefault=22 +MainToolbarSizes=16,22,32,48 +SmallDefault=16 +SmallSizes=16,22,32,48 +PanelDefault=32 +PanelSizes=16,22,32,48,64,128,256 +DialogDefault=32 +DialogSizes=16,22,32,48,64,128,256 + +########## Directories +########## ordered by category and alphabetically + +Directories=actions/12,actions/16,actions/22,actions/24,actions/32,actions/48,apps/16,apps/22,apps/32,apps/48,applets/256,categories/16,categories/22,categories/32,categories/48,devices/16,devices/22,devices/48,devices/64,emblems/8,emblems/16,emblems/22,emotes/22,mimetypes/16,mimetypes/22,mimetypes/32,mimetypes/64,places/16,places/22,places/32,places/64,status/16,status/22,status/24,status/64 + +########## Actions +########## ordered by size + +#12x12 - Fixed size - For Inkscape +[actions/12] +Size=12 +Context=Actions +Type=Fixed + +#16x16 - Fixed size - For use in sidebar(s) smaller toolbar(s) >!!!ONLY!!!<: e.g. Kate movable sidebar/toolbar (search and replace, current project, etc.) or Juk tree view - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/16] +Size=16 +Context=Actions +Type=Fixed + +#22x22 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/22] +Size=22 +Context=Actions +Type=Fixed + +#24x24 - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/24] +Size=24 +Context=Actions +Type=Fixed + +#32x32 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/32] +Size=32 +Context=Actions +Type=Fixed + +########## Apps +########## ordered by size + +#16x16 - Fixed size - Application icon(s) for Dolphin sidebar - OPTIONAL + DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[apps/16] +Size=16 +Context=Applications +Type=Fixed + +#22x22 - Fixed size - Workaround icon(s) for toolbar(s) button(s) e.g. Dolphin Open Terminal/About Dolphin/About KDE buttons - WRONG_ICON_USAGE_BY_APP - Monochrome +[apps/22] +Size=22 +Context=Applications +Type=Fixed + +#32x32 - Fixed size - For System Settings icons >!!!ONLY!!!< - Scalable to the following sizes: 32x32 (default), 64x64, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[apps/32] +Size=32 +Context=Applications +Type=Fixed + +#48x48 - Scalable - For application icons >!!!ONLY!!!< - Scalable to the following sizes: 48x48 (default), 96x96 and 24x24 (not recommended) - DO_NOT_USE_ANYWHERE_ELSE - Color +[apps/48] +Size=48 +Context=Applications +Type=Scalable +MinSize=48 +MaxSize=256 + +#256x256 - Scalable - For applets / widgets icons >!!!ONLY!!! - DO_NOT_USE_ANYWHERE_ELSE - Color +[applets/256] +Size=256 +Context=Applications +Type=Scalable +MinSize=48 +MaxSize=256 + +########## Categories +########## ordered by size + +#32x32 - Fixed size - For categories icons >!!!ONLY!!!< - Used in Kickoff (KDE 4.x.x) and Lancelot. Also used in MATE and Cinnamon (just FYI) - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[categories/32] +Size=32 +Context=Categories +Type=Fixed + +########## Devices +########## ordered by size + +#16x16 - Fixed size - For small device icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[devices/16] +Size=16 +Context=Devices +Type=Fixed + +#22x22 - Fixed size - For small device icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[devices/22] +Size=22 +Context=Devices +Type=Fixed + +#64x64 - Scalable - For device icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[devices/64] +Size=64 +Context=Devices +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Emblems +########## ordered by size + +#8x8 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/8] +Size=8 +Context=Emblems +Type=Fixed + +#16x16 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/16] +Size=16 +Context=Emblems +Type=Fixed + +#22x22 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/22] +Size=22 +Context=Emblems +Type=Fixed + +########## Emoticons +########## ordered by size + +#22x22 - Fixed size - Emoticons - DO_NOT_USE_ANYWHERE_ELSE - Color/flat +[emotes/22] +Size=22 +Context=Emotes +Type=Fixed + +########## Mimetypes +########## ordered by size + +#16x16 - Fixed size - For small file type icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[mimetypes/16] +Size=16 +Context=MimeTypes +Type=Fixed +MinSize=16 + +#22x22 - Fixed size - For small file type icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[mimetypes/22] +Size=22 +Context=MimeTypes +Type=Scalable +MinSize=22 +MaxSize=24 + +#32x32 - Scalable - For file type icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[mimetypes/32] +Size=32 +Context=MimeTypes +Type=Scalable +MinSize=32 +MaxSize=48 + +#64x64 - Scalable - For file type icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[mimetypes/64] +Size=64 +Context=MimeTypes +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Places +########## ordered by size + +#16x16 - Fixed size - For small folder icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[places/16] +Size=16 +Context=Places +Type=Fixed +MinSize=16 + +#22x22 - Fixed size - Workaround icon(s) for toolbar(s) button(s) e.g. KMail trash icon - WRONG_ICON_USAGE_BY_APP - Monochrome +[places/22] +Size=22 +Context=Places +Type=Fixed + +#32x32 - Scalable - For folder icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[places/32] +Size=32 +Context=Places +Type=Scalable +MinSize=32 +MaxSize=48 + +#64x64 - Scalable - For folder icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[places/64] +Size=64 +Context=Places +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Status +########## ordered by size + +#16x16 - Fixed size - For IM status icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[status/16] +Size=16 +Context=Status +Type=Fixed + +#22x22 - Fixed size - Icon(s) for Plasma theme/System Tray. Not particularly used on Plasma. - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[status/22] +Size=22 +Context=Status +Type=Scalable +MinSize=22 +MaxSize=32 + +#24x24 - Fixed size - for GTK apps. - WRONG_ICON_USAGE_BY_APP - Monochrome +[status/24] +Size=24 +Context=Status +Type=Fixed + +#64x64 - Fixed size - For dialog icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color +[status/64] +Size=64 +Context=Status +Type=Fixed + +########## EOF diff --git a/breeze-icons-5.21.0/icons-dark/light2Dark b/breeze-icons-5.21.0/icons-dark/light2Dark new file mode 100644 index 0000000..2976be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/light2Dark @@ -0,0 +1,12 @@ +#!/bin/bash +# convert light colors to breeze-dark colors + +find -name "*.svg" -o -name "*.SVG" | while read i; +do + fname=$( basename "$i") + fdir=$( dirname "$i") + #inkscape -f "$i" -e "${i%.*}.png" + sed -i -e 's/#4d4d4d/#f2f2f2/g' "$i" + sed -i -e 's/#eff0f1/#31363b/g' "$i" + sed -i -e 's/#fcfcfc/#4f575f/g' "$i" +done diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/android-package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/android-package-archive.svg new file mode 100644 index 0000000..0b4018b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/android-package-archive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-atom+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-atom+xml.svg new file mode 100644 index 0000000..cd2097c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-atom+xml.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-epub+zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-epub+zip.svg new file mode 100644 index 0000000..73b68ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-epub+zip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-illustrator.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-illustrator.svg new file mode 100644 index 0000000..3538302 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-illustrator.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-msword-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-msword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-octet-stream.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-octet-stream.svg new file mode 100644 index 0000000..74920f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-octet-stream.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-ogg.svg new file mode 100644 index 0000000..6ea8eb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-ogg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pdf.svg new file mode 100644 index 0000000..1a24ed1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pdf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-encrypted.svg new file mode 100644 index 0000000..3b3d9cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-encrypted.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-keys.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp.svg new file mode 100644 index 0000000..18fa510 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pgp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-postscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-postscript.svg new file mode 100644 index 0000000..74a30d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-postscript.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-relaxng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-rss+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-sxw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.iccprofile.svg new file mode 100644 index 0000000..9f00a99 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.iccprofile.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..c3d635a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..3bc7ab8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..0984b2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..a1786bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..3e94142 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..93f7cde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..6489d79 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..1da3e7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.scribus.svg new file mode 100644 index 0000000..2ef89c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.scribus.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..ad11f80 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-7z-compressed.svg new file mode 100644 index 0000000..7d6fa4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-7z-compressed.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-abiword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ace.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ace.svg new file mode 100644 index 0000000..ccffa84 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ace.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-applix-word.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ar.svg new file mode 100644 index 0000000..d2a9e0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-arc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-arc.svg new file mode 100644 index 0000000..227dec4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-arc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-arj.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-arj.svg new file mode 100644 index 0000000..782aee7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-arj.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bittorrent.svg new file mode 100644 index 0000000..c137189 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bittorrent.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-blender.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-blender.svg new file mode 100644 index 0000000..2ce47d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-blender.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzdvi.svg new file mode 100644 index 0000000..4c9d67c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzdvi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..c15ceeb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzip-compressed-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzip.svg new file mode 100644 index 0000000..c895bdd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-bzip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cd-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cd-image.svg new file mode 100644 index 0000000..d844396 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cd-image.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cda.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cda.svg new file mode 100644 index 0000000..8b817fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cda.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-chm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-chm.svg new file mode 100644 index 0000000..96d4781 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-chm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-compress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-compressed-tar.svg new file mode 100644 index 0000000..b09f803 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-compressed-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cpio.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cpio.svg new file mode 100644 index 0000000..fad88ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cpio.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cue.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-deb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-deb.svg new file mode 100644 index 0000000..a659013 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-deb.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-designer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-designer.svg new file mode 100644 index 0000000..6e0eec2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-designer.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-desktop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-desktop.svg new file mode 100644 index 0000000..bcf9031 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-desktop.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-egon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-executable-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-executable-script.svg new file mode 100644 index 0000000..a55aed9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-executable-script.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-executable.svg new file mode 100644 index 0000000..5af074b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-executable.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-flash-video.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-afm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-afm.svg new file mode 100644 index 0000000..a1222a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-afm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-bdf.svg new file mode 100644 index 0000000..d6b6271 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-bdf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-otf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-otf.svg new file mode 100644 index 0000000..105d8f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-otf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-snf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-ttf.svg new file mode 100644 index 0000000..cdce288 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-ttf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-type1.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-type1.svg new file mode 100644 index 0000000..bcaab62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-font-type1.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzdvi.svg new file mode 100644 index 0000000..6b7480d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzdvi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzip.svg new file mode 100644 index 0000000..2ebb176 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzpostscript.svg new file mode 100644 index 0000000..d56a419 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-gzpostscript.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-iso.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-it87.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-jar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java-applet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java-archive.svg new file mode 100644 index 0000000..98eaaae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java-archive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java.svg new file mode 100644 index 0000000..a985da5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-java.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-javascript.svg new file mode 100644 index 0000000..41b0b0b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-javascript.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-k3b.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..42d08ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kdenlivetitle.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..b8ac3e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexi-connectiondata.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..7705032 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-shortcut.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kformula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kontour.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kplato.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kplato.svg new file mode 100644 index 0000000..9bf8df6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kplato.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-krita.svg new file mode 100644 index 0000000..98413f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-krita.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kvtml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kvtml.svg new file mode 100644 index 0000000..40fae10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kvtml.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lha.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lha.svg new file mode 100644 index 0000000..b5addc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lha.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lyx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lyx.svg new file mode 100644 index 0000000..b11463d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lyx.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..792d363 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lzma-compressed-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lzop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lzop.svg new file mode 100644 index 0000000..f9e239e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-lzop.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-m4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-marble.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-marble.svg new file mode 100644 index 0000000..70fa8eb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-marble.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ms-shortcut.svg new file mode 100644 index 0000000..3c347b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ms-shortcut.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mswrite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-nzb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-object.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-pak.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-pem-key.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-pem-key.svg new file mode 100644 index 0000000..619784b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-pem-key.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-perl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-perl.svg new file mode 100644 index 0000000..b7ed031 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-perl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-php.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-php.svg new file mode 100644 index 0000000..217e8d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-php.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-plasma.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-plasma.svg new file mode 100644 index 0000000..d6371bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-plasma.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-python-bytecode.svg new file mode 100644 index 0000000..9d966fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-python-bytecode.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-qet-element.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-qet-project.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-quattropro.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-rar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-rar.svg new file mode 100644 index 0000000..fd309b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-rar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-rpm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-rpm.svg new file mode 100644 index 0000000..c7653a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-rpm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ruby.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ruby.svg new file mode 100644 index 0000000..f5965c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-ruby.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-shellscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-shockwave-flash.svg new file mode 100644 index 0000000..ca583f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-shockwave-flash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-siag.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-skg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-skg.svg new file mode 100644 index 0000000..2470651 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-skg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-skgc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-skgc.svg new file mode 100644 index 0000000..26be78d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-skgc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-smb-server.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-smb-workgroup.svg new file mode 100644 index 0000000..8a27304 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-smb-workgroup.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-srt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-srt.svg new file mode 100644 index 0000000..743b897 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-srt.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-srtrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-subrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tar.svg new file mode 100644 index 0000000..40baa42 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tarz.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tarz.svg new file mode 100644 index 0000000..cd92e06 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tarz.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tgif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-theme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-theme.svg new file mode 100644 index 0000000..c8ee5d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-theme.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-trash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-trash.svg new file mode 100644 index 0000000..b1337b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-trash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-troff-man.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tzo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tzo.svg new file mode 100644 index 0000000..e951e8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-tzo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-wmf.svg new file mode 100644 index 0000000..0e73264 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-wmf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-zerosize.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-zerosize.svg new file mode 100644 index 0000000..bd1366e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-zerosize.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-zoo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xsd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xslt+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-zip.svg new file mode 100644 index 0000000..a7d4b13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/application-zip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-ac3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-midi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-midi.svg new file mode 100644 index 0000000..9cbccde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-midi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-prs.sid.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-aiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-flac.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-flac.svg new file mode 100644 index 0000000..f7b5ba7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-flac.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-generic.svg new file mode 100644 index 0000000..08bf323 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-monkey.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-mpeg.svg new file mode 100644 index 0000000..2ae5a7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-mpeg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-wav.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-wav.svg new file mode 100644 index 0000000..ea301d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/audio-x-wav.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/fonts-package.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-bmp.svg new file mode 100644 index 0000000..5e9421b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-bmp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-gif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-gif.svg new file mode 100644 index 0000000..36b777a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-gif.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-jpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-jpeg.svg new file mode 100644 index 0000000..d4f853c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-jpeg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-jpeg2000.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-png.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-png.svg new file mode 100644 index 0000000..23704fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-png.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-svg+xml-compressed.svg new file mode 100644 index 0000000..71a9b12 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-svg+xml-compressed.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-tiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-tiff.svg new file mode 100644 index 0000000..418f39f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-tiff.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.dgn.svg new file mode 100644 index 0000000..5efa3d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.dgn.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.djvu.svg new file mode 100644 index 0000000..01500bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.djvu.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.dwg.svg new file mode 100644 index 0000000..3e69f40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.dwg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-adobe-dng.svg new file mode 100644 index 0000000..bed670f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-adobe-dng.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-emf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-eps.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-generic.svg new file mode 100644 index 0000000..35596f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-ico.svg new file mode 100644 index 0000000..3b2dc36 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-ico.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-psd.svg new file mode 100644 index 0000000..ac17732 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-psd.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-tga.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-tga.svg new file mode 100644 index 0000000..14a523a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-tga.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..8af550d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-xcf.svg new file mode 100644 index 0000000..6501483 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-xcf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-xfig.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/inode-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/inode-directory.svg new file mode 120000 index 0000000..6b2ed9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/inode-directory.svg @@ -0,0 +1 @@ +../../places/16/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-extension.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-news.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-news.svg new file mode 100644 index 0000000..9921e0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-news.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-partial.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-partial.svg new file mode 100644 index 0000000..5abe302 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-partial.svg @@ -0,0 +1,57 @@ + + + + + + + + + + image/svg+xml + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-rfc822.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-rfc822.svg new file mode 100644 index 0000000..8e71917 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-rfc822.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/message.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/none.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/odf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/package-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/package-x-generic.svg new file mode 100644 index 0000000..7d6fa4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/package-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-css.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-css.svg new file mode 100644 index 0000000..3b18e80 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-css.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-csv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-csv.svg new file mode 100644 index 0000000..1ce007e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-csv.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-enriched.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-html.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-html.svg new file mode 100644 index 0000000..78e4739 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-html.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-mathml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rdf+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rtf.svg new file mode 100644 index 0000000..2eef990 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-rtf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-sgml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-troff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vcalendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vnd.abc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-adasrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-adasrc.svg new file mode 100644 index 0000000..ce570bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-adasrc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-authors.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-authors.svg new file mode 100644 index 0000000..8eb2091 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-authors.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-bibtex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-c++hdr.svg new file mode 100644 index 0000000..42a53a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-c++hdr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-c++src.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-c++src.svg new file mode 100644 index 0000000..ea73814 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-c++src.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-changelog.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-changelog.svg new file mode 100644 index 0000000..a486034 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-changelog.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-chdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-chdr.svg new file mode 100644 index 0000000..3dc00e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-chdr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-cmake.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-copying.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-credits.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-csharp.svg new file mode 100644 index 0000000..aed8dd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-csharp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-csrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-csrc.svg new file mode 100644 index 0000000..571e258 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-csrc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-dtd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-generic.svg new file mode 100644 index 0000000..f14fac9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-haskell.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-haskell.svg new file mode 100644 index 0000000..7ce7efd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-haskell.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-hex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-hex.svg new file mode 100644 index 0000000..ad3154d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-hex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-install.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-install.svg new file mode 100644 index 0000000..9f7a515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-install.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-java-source.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-ldif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-lilypond.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-log.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-makefile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-markdown.svg new file mode 100644 index 0000000..b79cdf3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-markdown.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-nfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-objchdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-opml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-pascal.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-pascal.svg new file mode 100644 index 0000000..5622222 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-pascal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-patch.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-patch.svg new file mode 100644 index 0000000..fa89b9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-patch.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-po.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-po.svg new file mode 100644 index 0000000..d5fd5f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-po.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-python.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-qml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-qml.svg new file mode 100644 index 0000000..4dc2caf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-qml.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-readme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-rpm-spec.svg new file mode 100644 index 0000000..f3f7ced --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-rpm-spec.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-script.svg new file mode 100644 index 0000000..c22b76f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-script.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-sql.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-tcl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-tcl.svg new file mode 100644 index 0000000..6335aed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-tcl.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-tex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-tex.svg new file mode 100644 index 0000000..307c8db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-tex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-texinfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-texinfo.svg new file mode 100644 index 0000000..70e0155 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-texinfo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-vcard.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-xslfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-xmcd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-xml.svg new file mode 100644 index 0000000..59220bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/text-xml.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/unknown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-mms.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-mmst.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-pnm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-rtspt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-rtspu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-mp4.svg new file mode 100644 index 0000000..acf8a02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-mp4.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-vivo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-wavelet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-webm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-webm.svg new file mode 100644 index 0000000..3c7e22a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-webm.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-anim.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-flic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-flv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-generic.svg new file mode 100644 index 0000000..ea4affe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-javafx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-matroska.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-matroska.svg new file mode 100644 index 0000000..2ae8d5e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-matroska.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-mng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-msvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-wmv.svg new file mode 100644 index 0000000..b4d11ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/video-x-wmv.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-hdd.svg new file mode 100644 index 0000000..ff0ad3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-hdd.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-ova.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-ova.svg new file mode 100644 index 0000000..a9e7c5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-ova.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-ovf.svg new file mode 100644 index 0000000..14ae9b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-ovf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..08934d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vbox-extpack.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vbox.svg new file mode 100644 index 0000000..821007a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vbox.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vdi.svg new file mode 100644 index 0000000..7e0aa70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vdi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vmdk.svg new file mode 100644 index 0000000..a771b87 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/virtualbox-vmdk.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..5bd81d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-kde-nsplugin-generated.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-media-podcast.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-media-podcast.svg new file mode 100644 index 0000000..3d7d2cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-media-podcast.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-address-book.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-calendar.svg new file mode 100644 index 0000000..dc22be8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-calendar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-contact.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-contact.svg new file mode 100644 index 0000000..75d17b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-contact.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-document.svg new file mode 100644 index 0000000..d4723e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-document.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-drawing.svg new file mode 100644 index 0000000..f2ac1ac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-drawing.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-presentation.svg new file mode 100644 index 0000000..9ce9c6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-presentation.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-spreadsheet.svg new file mode 100644 index 0000000..4c20823 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/16/x-office-spreadsheet.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/android-package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/android-package-archive.svg new file mode 100644 index 0000000..045aa4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/android-package-archive.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-atom+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-atom+xml.svg new file mode 100644 index 0000000..90436ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-atom+xml.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-epub+zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-epub+zip.svg new file mode 100644 index 0000000..847d498 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-epub+zip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-illustrator.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-illustrator.svg new file mode 100644 index 0000000..cb6c74f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-illustrator.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-msword-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-msword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-octet-stream.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-octet-stream.svg new file mode 100644 index 0000000..27a8a2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-octet-stream.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-ogg.svg new file mode 100644 index 0000000..ada8def --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-ogg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pdf.svg new file mode 100644 index 0000000..3086919 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pdf.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-encrypted.svg new file mode 100644 index 0000000..183edc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-encrypted.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-keys.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp.svg new file mode 100644 index 0000000..48a6197 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pgp.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-postscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-postscript.svg new file mode 100644 index 0000000..81e14a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-postscript.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-relaxng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-rss+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-sxw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.iccprofile.svg new file mode 100644 index 0000000..17eb1bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.iccprofile.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..43ce0fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..a5837a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..e5f3440 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..1d61d48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..a786860 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..ec6dd2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..8e12776 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..fc421d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.scribus.svg new file mode 100644 index 0000000..441088b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.scribus.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..c5a682c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-7z-compressed.svg new file mode 100644 index 0000000..8cacaf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-7z-compressed.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-abiword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ace.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ace.svg new file mode 100644 index 0000000..0cab7c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ace.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-applix-word.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ar.svg new file mode 100644 index 0000000..b081067 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-arc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-arc.svg new file mode 100644 index 0000000..619389c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-arc.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-arj.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-arj.svg new file mode 100644 index 0000000..7f56e40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-arj.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bittorrent.svg new file mode 100644 index 0000000..8a78c26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bittorrent.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-blender.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-blender.svg new file mode 100644 index 0000000..3e9f20a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-blender.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzdvi.svg new file mode 100644 index 0000000..cecbd80 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzdvi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..4b6f979 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzip-compressed-tar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzip.svg new file mode 100644 index 0000000..8bdc7e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-bzip.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cd-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cd-image.svg new file mode 100644 index 0000000..c3942c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cd-image.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cda.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cda.svg new file mode 100644 index 0000000..9f7dbcd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cda.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-chm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-chm.svg new file mode 100644 index 0000000..10b4c9d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-chm.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-compress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-compressed-tar.svg new file mode 100644 index 0000000..5271ea6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-compressed-tar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cpio.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cpio.svg new file mode 100644 index 0000000..c8434ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cpio.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cue.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-deb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-deb.svg new file mode 100644 index 0000000..e650a35 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-deb.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-designer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-designer.svg new file mode 100644 index 0000000..d74b71c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-designer.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-desktop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-desktop.svg new file mode 100644 index 0000000..e173deb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-desktop.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-egon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-executable-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-executable-script.svg new file mode 100644 index 0000000..fa17968 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-executable-script.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-executable.svg new file mode 100644 index 0000000..d4e973f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-executable.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-flash-video.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-afm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-afm.svg new file mode 100644 index 0000000..5201286 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-afm.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-bdf.svg new file mode 100644 index 0000000..6ca8437 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-bdf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-otf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-otf.svg new file mode 100644 index 0000000..e90629a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-otf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-snf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-ttf.svg new file mode 100644 index 0000000..f595e42 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-ttf.svg @@ -0,0 +1,95 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-type1.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-type1.svg new file mode 100644 index 0000000..0a7dfd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-font-type1.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzdvi.svg new file mode 100644 index 0000000..d69f54d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzdvi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzip.svg new file mode 100644 index 0000000..a7a76f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzip.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzpostscript.svg new file mode 100644 index 0000000..89bf2ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-gzpostscript.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-iso.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-it87.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-jar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java-applet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java-archive.svg new file mode 100644 index 0000000..2629225 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java-archive.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java.svg new file mode 100644 index 0000000..977f53e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-java.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-javascript.svg new file mode 100644 index 0000000..4e1525a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-javascript.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-k3b.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..ea1b5af --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kdenlivetitle.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..8b06ea3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexi-connectiondata.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..ba52f04 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-shortcut.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kformula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kontour.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kplato.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kplato.svg new file mode 100644 index 0000000..6b65e02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kplato.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-krita.svg new file mode 100644 index 0000000..fbb2462 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-krita.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kvtml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kvtml.svg new file mode 100644 index 0000000..73e7086 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kvtml.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lha.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lha.svg new file mode 100644 index 0000000..2e96fe3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lha.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lyx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lyx.svg new file mode 100644 index 0000000..0cfbeb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lyx.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..aa52cf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lzma-compressed-tar.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lzop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lzop.svg new file mode 100644 index 0000000..6752745 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-lzop.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-m4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-marble.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-marble.svg new file mode 100644 index 0000000..6bcc096 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-marble.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ms-shortcut.svg new file mode 100644 index 0000000..68059ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ms-shortcut.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mswrite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-nzb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-object.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-pak.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-pem-key.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-pem-key.svg new file mode 100644 index 0000000..2a2ac48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-pem-key.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-perl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-perl.svg new file mode 100644 index 0000000..8efc5bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-perl.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-php.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-php.svg new file mode 100644 index 0000000..186f3f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-php.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-plasma.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-plasma.svg new file mode 100644 index 0000000..91768e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-plasma.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-python-bytecode.svg new file mode 100644 index 0000000..e10de6d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-python-bytecode.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-qet-element.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-qet-project.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-quattropro.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-rar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-rar.svg new file mode 100644 index 0000000..790da0d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-rar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-rpm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-rpm.svg new file mode 100644 index 0000000..cb722bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-rpm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ruby.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ruby.svg new file mode 100644 index 0000000..ff299f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-ruby.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-shellscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-shockwave-flash.svg new file mode 100644 index 0000000..35e6993 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-shockwave-flash.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-siag.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-skg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-skg.svg new file mode 100644 index 0000000..89a9097 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-skg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-skgc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-skgc.svg new file mode 100644 index 0000000..537fea9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-skgc.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-smb-server.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-smb-workgroup.svg new file mode 100644 index 0000000..9282c58 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-smb-workgroup.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-srt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-srt.svg new file mode 100644 index 0000000..1d1b5cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-srt.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-srtrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-subrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tar.svg new file mode 100644 index 0000000..a052b9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tarz.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tarz.svg new file mode 100644 index 0000000..447f174 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tarz.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tgif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-theme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-theme.svg new file mode 100644 index 0000000..e429eb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-theme.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-trash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-trash.svg new file mode 100644 index 0000000..b351475 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-trash.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-troff-man.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tzo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tzo.svg new file mode 100644 index 0000000..32a97f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-tzo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-wmf.svg new file mode 100644 index 0000000..d5c798e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-wmf.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-zerosize.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-zerosize.svg new file mode 100644 index 0000000..6a8eba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-zerosize.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-zoo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xsd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xslt+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-zip.svg new file mode 100644 index 0000000..5718131 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/application-zip.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-ac3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-midi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-midi.svg new file mode 100644 index 0000000..4033e08 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-midi.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-prs.sid.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-aiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-flac.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-flac.svg new file mode 100644 index 0000000..02af39c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-flac.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-generic.svg new file mode 100644 index 0000000..557d723 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-generic.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-monkey.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-mpeg.svg new file mode 100644 index 0000000..a73b6a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-mpeg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-wav.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-wav.svg new file mode 100644 index 0000000..3086c23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/audio-x-wav.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/fonts-package.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-bmp.svg new file mode 100644 index 0000000..1a91de0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-bmp.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-gif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-gif.svg new file mode 100644 index 0000000..50ab370 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-gif.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-jpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-jpeg.svg new file mode 100644 index 0000000..1804a6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-jpeg.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-jpeg2000.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-png.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-png.svg new file mode 100644 index 0000000..2a8bbe6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-png.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-svg+xml-compressed.svg new file mode 100644 index 0000000..c7aaf86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-svg+xml-compressed.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-tiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-tiff.svg new file mode 100644 index 0000000..74ada9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-tiff.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.dgn.svg new file mode 100644 index 0000000..2487521 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.dgn.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.djvu.svg new file mode 100644 index 0000000..af0384a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.djvu.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.dwg.svg new file mode 100644 index 0000000..91a8343 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.dwg.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-adobe-dng.svg new file mode 100644 index 0000000..4eb92a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-adobe-dng.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-emf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-eps.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-generic.svg new file mode 100644 index 0000000..d952610 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-generic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-ico.svg new file mode 100644 index 0000000..cfcc4bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-ico.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-psd.svg new file mode 100644 index 0000000..3a6bc98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-psd.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-tga.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-tga.svg new file mode 100644 index 0000000..e55cbff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-tga.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..2558d6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-xcf.svg new file mode 100644 index 0000000..e9e9b0a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-xcf.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-xfig.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/inode-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/inode-directory.svg new file mode 120000 index 0000000..5c02317 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/inode-directory.svg @@ -0,0 +1 @@ +../../places/22/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-extension.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-news.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-news.svg new file mode 100644 index 0000000..776f798 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-news.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-partial.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-partial.svg new file mode 100644 index 0000000..f0ca0a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-partial.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-rfc822.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-rfc822.svg new file mode 100644 index 0000000..9882d9b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-rfc822.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/message.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/none.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/odf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/package-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/package-x-generic.svg new file mode 100644 index 0000000..8cacaf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/package-x-generic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-css.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-css.svg new file mode 100644 index 0000000..2e1d3e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-css.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-csv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-csv.svg new file mode 100644 index 0000000..9d53714 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-csv.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-enriched.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-html.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-html.svg new file mode 100644 index 0000000..50ae4f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-html.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-mathml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rdf+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rtf.svg new file mode 100644 index 0000000..b4e2de6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-rtf.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-sgml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-troff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vcalendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vnd.abc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-adasrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-adasrc.svg new file mode 100644 index 0000000..822b265 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-adasrc.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-authors.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-authors.svg new file mode 100644 index 0000000..c15536b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-authors.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-bibtex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-c++hdr.svg new file mode 100644 index 0000000..eaa1250 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-c++hdr.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-c++src.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-c++src.svg new file mode 100644 index 0000000..f2d300d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-c++src.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-changelog.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-changelog.svg new file mode 100644 index 0000000..5e09deb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-changelog.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-chdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-chdr.svg new file mode 100644 index 0000000..7fc9ceb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-chdr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-cmake.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-copying.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-credits.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-csharp.svg new file mode 100644 index 0000000..412f1d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-csharp.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-csrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-csrc.svg new file mode 100644 index 0000000..130cb10 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-csrc.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-dtd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-generic.svg new file mode 100644 index 0000000..d4e3f57 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-generic.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-haskell.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-haskell.svg new file mode 100644 index 0000000..2485c39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-haskell.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-hex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-hex.svg new file mode 100644 index 0000000..7fe9594 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-hex.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-install.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-install.svg new file mode 100644 index 0000000..08e5589 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-install.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-java-source.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-ldif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-lilypond.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-log.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-makefile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-markdown.svg new file mode 100644 index 0000000..b56082e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-markdown.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-nfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-objchdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-opml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-pascal.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-pascal.svg new file mode 100644 index 0000000..ae73de5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-pascal.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-patch.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-patch.svg new file mode 100644 index 0000000..93d6bda --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-patch.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-po.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-po.svg new file mode 100644 index 0000000..3891783 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-po.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-python.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-qml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-qml.svg new file mode 100644 index 0000000..d1913a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-qml.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-readme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-rpm-spec.svg new file mode 100644 index 0000000..197d67f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-rpm-spec.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-script.svg new file mode 100644 index 0000000..32cb524 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-script.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-sql.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-tcl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-tcl.svg new file mode 100644 index 0000000..b580e48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-tcl.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-tex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-tex.svg new file mode 100644 index 0000000..8834fa3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-tex.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-texinfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-texinfo.svg new file mode 100644 index 0000000..42d2930 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-texinfo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-vcard.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-xslfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-xmcd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-xml.svg new file mode 100644 index 0000000..253de71 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/text-xml.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/unknown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-mms.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-mmst.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-pnm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-rtspt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-rtspu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-mp4.svg new file mode 100644 index 0000000..3c43eb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-mp4.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-vivo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-wavelet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-webm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-webm.svg new file mode 100644 index 0000000..9494bea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-webm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-anim.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-flic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-flv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-generic.svg new file mode 100644 index 0000000..4afd061 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-generic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-javafx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-matroska.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-matroska.svg new file mode 100644 index 0000000..643ef3d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-matroska.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-mng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-msvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-wmv.svg new file mode 100644 index 0000000..0426ce3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/video-x-wmv.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-hdd.svg new file mode 100644 index 0000000..bc40b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-hdd.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-ova.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-ova.svg new file mode 100644 index 0000000..b4d4cba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-ova.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-ovf.svg new file mode 100644 index 0000000..f983fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-ovf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..defbea1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vbox-extpack.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vbox.svg new file mode 100644 index 0000000..1de5e56 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vbox.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vdi.svg new file mode 100644 index 0000000..b4ff90f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vdi.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vmdk.svg new file mode 100644 index 0000000..1ed8cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/virtualbox-vmdk.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..f065f77 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-kde-nsplugin-generated.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-media-podcast.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-media-podcast.svg new file mode 100644 index 0000000..8fb1062 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-media-podcast.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-address-book.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-calendar.svg new file mode 100644 index 0000000..721fde9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-calendar.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-contact.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-contact.svg new file mode 100644 index 0000000..c377196 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-contact.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-document.svg new file mode 100644 index 0000000..0f0175b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-document.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-drawing.svg new file mode 100644 index 0000000..62226f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-drawing.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-presentation.svg new file mode 100644 index 0000000..d1ae164 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-presentation.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-spreadsheet.svg new file mode 100644 index 0000000..966ba17 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/22/x-office-spreadsheet.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/android-package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/android-package-archive.svg new file mode 100644 index 0000000..9596696 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/android-package-archive.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-atom+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-atom+xml.svg new file mode 100644 index 0000000..1ad80ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-atom+xml.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-epub+zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-epub+zip.svg new file mode 100644 index 0000000..2c25fec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-epub+zip.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-illustrator.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-illustrator.svg new file mode 100644 index 0000000..4bf4b46 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-illustrator.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-msword-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-msword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-octet-stream.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-octet-stream.svg new file mode 100644 index 0000000..a76c961 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-octet-stream.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-ogg.svg new file mode 100644 index 0000000..a8f65d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-ogg.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pdf.svg new file mode 100644 index 0000000..c86896b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pdf.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-encrypted.svg new file mode 100644 index 0000000..b3d6de1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-encrypted.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-keys.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp.svg new file mode 100644 index 0000000..225053e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pgp.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-postscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-postscript.svg new file mode 100644 index 0000000..0b4a2a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-postscript.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-relaxng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-rss+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-sxw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.iccprofile.svg new file mode 100644 index 0000000..e40dd59 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.iccprofile.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..0047434 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..366e9ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..87e3c5c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..66c82bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..7d73393 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..e485f58 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..aed909a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..522e0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.scribus.svg new file mode 100644 index 0000000..2670854 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.scribus.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..4f47e3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-7z-compressed.svg new file mode 100644 index 0000000..a790e78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-7z-compressed.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-abiword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ace.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ace.svg new file mode 100644 index 0000000..760e729 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ace.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-applix-word.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ar.svg new file mode 100644 index 0000000..070eafd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ar.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-arc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-arc.svg new file mode 100644 index 0000000..48d8607 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-arc.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-arj.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-arj.svg new file mode 100644 index 0000000..bcf1ca5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-arj.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bittorrent.svg new file mode 100644 index 0000000..296de24 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bittorrent.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-blender.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-blender.svg new file mode 100644 index 0000000..d03075b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-blender.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzdvi.svg new file mode 100644 index 0000000..23e2a41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzdvi.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..9bb5b48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzip-compressed-tar.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzip.svg new file mode 100644 index 0000000..9166a16 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-bzip.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cd-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cd-image.svg new file mode 100644 index 0000000..8d556fd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cd-image.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cda.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cda.svg new file mode 100644 index 0000000..4662086 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cda.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-chm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-chm.svg new file mode 100644 index 0000000..bc80312 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-chm.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-compress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-compressed-tar.svg new file mode 100644 index 0000000..cacf43f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-compressed-tar.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cpio.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cpio.svg new file mode 100644 index 0000000..bcf1ca5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cpio.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cue.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-deb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-deb.svg new file mode 100644 index 0000000..c917937 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-deb.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-designer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-designer.svg new file mode 100644 index 0000000..e13f294 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-designer.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-desktop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-desktop.svg new file mode 100644 index 0000000..4b9e8d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-desktop.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-egon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-executable-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-executable-script.svg new file mode 100644 index 0000000..ef0a7f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-executable-script.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-executable.svg new file mode 100644 index 0000000..b0a2af6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-executable.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-flash-video.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-afm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-afm.svg new file mode 100644 index 0000000..89d5a63 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-afm.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-bdf.svg new file mode 100644 index 0000000..67a3a4b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-bdf.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-otf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-otf.svg new file mode 100644 index 0000000..3703e90 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-otf.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-snf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-ttf.svg new file mode 100644 index 0000000..0fdb9e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-ttf.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-type1.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-type1.svg new file mode 100644 index 0000000..bc030fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-font-type1.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzdvi.svg new file mode 100644 index 0000000..bcf1ca5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzdvi.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzip.svg new file mode 100644 index 0000000..272a411 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzip.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzpostscript.svg new file mode 100644 index 0000000..335b056 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-gzpostscript.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-iso.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-it87.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-jar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java-applet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java-archive.svg new file mode 100644 index 0000000..0193017 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java-archive.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java.svg new file mode 100644 index 0000000..eab72aa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-java.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-javascript.svg new file mode 100644 index 0000000..2da469c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-javascript.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-k3b.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..529edae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kdenlivetitle.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..1da844f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexi-connectiondata.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..987992a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-shortcut.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kformula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kontour.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kplato.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kplato.svg new file mode 100644 index 0000000..b1e6339 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kplato.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-krita.svg new file mode 100644 index 0000000..bf3884d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-krita.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kvtml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kvtml.svg new file mode 100644 index 0000000..4a185f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kvtml.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lha.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lha.svg new file mode 100644 index 0000000..2311db5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lha.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lyx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lyx.svg new file mode 100644 index 0000000..46c1d6a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lyx.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..272a411 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lzma-compressed-tar.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lzop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lzop.svg new file mode 100644 index 0000000..80eae49 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-lzop.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-m4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-marble.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-marble.svg new file mode 100644 index 0000000..2ab0a91 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-marble.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ms-shortcut.svg new file mode 100644 index 0000000..a6369e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ms-shortcut.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mswrite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-nzb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-object.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-pak.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-pem-key.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-pem-key.svg new file mode 100644 index 0000000..b670446 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-pem-key.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-perl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-perl.svg new file mode 100644 index 0000000..7f2c1ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-perl.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-php.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-php.svg new file mode 100644 index 0000000..fb9a87b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-php.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-plasma.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-plasma.svg new file mode 100644 index 0000000..c852a44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-plasma.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-python-bytecode.svg new file mode 100644 index 0000000..bee1387 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-python-bytecode.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-qet-element.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-qet-project.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-quattropro.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-rar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-rar.svg new file mode 100644 index 0000000..9fb640e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-rar.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-rpm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-rpm.svg new file mode 100644 index 0000000..74711f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-rpm.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ruby.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ruby.svg new file mode 100644 index 0000000..dd3def9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-ruby.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-shellscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-shockwave-flash.svg new file mode 100644 index 0000000..422fe8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-shockwave-flash.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-siag.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-skg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-skg.svg new file mode 100644 index 0000000..a5bb761 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-skg.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-skgc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-skgc.svg new file mode 100644 index 0000000..e3c3cc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-skgc.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-smb-server.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-smb-workgroup.svg new file mode 100644 index 0000000..57cbf8e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-smb-workgroup.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-srt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-srt.svg new file mode 100644 index 0000000..11289f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-srt.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-srtrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-subrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tar.svg new file mode 100644 index 0000000..5e9581c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tar.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tarz.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tarz.svg new file mode 100644 index 0000000..1e3792f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tarz.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tgif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-theme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-theme.svg new file mode 100644 index 0000000..860c54d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-theme.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-trash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-trash.svg new file mode 100644 index 0000000..09a864d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-trash.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-troff-man.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tzo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tzo.svg new file mode 100644 index 0000000..648edd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-tzo.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-wmf.svg new file mode 100644 index 0000000..3bf512f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-wmf.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-zerosize.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-zerosize.svg new file mode 100644 index 0000000..8f53287 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-zerosize.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-zoo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xsd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xslt+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-zip.svg new file mode 100644 index 0000000..83062e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/application-zip.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-ac3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-midi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-midi.svg new file mode 100644 index 0000000..0c01357 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-midi.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-prs.sid.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-aiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-flac.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-flac.svg new file mode 100644 index 0000000..0adeece --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-flac.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-generic.svg new file mode 100644 index 0000000..5058d1a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-generic.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-monkey.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-mpeg.svg new file mode 100644 index 0000000..1aab6e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-mpeg.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-wav.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-wav.svg new file mode 100644 index 0000000..867d5a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/audio-x-wav.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/fonts-package.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-bmp.svg new file mode 100644 index 0000000..c3f1852 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-bmp.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-gif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-gif.svg new file mode 100644 index 0000000..ec668c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-gif.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-jpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-jpeg.svg new file mode 100644 index 0000000..33ca315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-jpeg.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-jpeg2000.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-png.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-png.svg new file mode 100644 index 0000000..2112fac --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-png.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-svg+xml-compressed.svg new file mode 100644 index 0000000..c784473 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-svg+xml-compressed.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-tiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-tiff.svg new file mode 100644 index 0000000..8b7f5a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-tiff.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.dgn.svg new file mode 100644 index 0000000..1fbe089 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.dgn.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.djvu.svg new file mode 100644 index 0000000..818693c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.djvu.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.dwg.svg new file mode 100644 index 0000000..009df19 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.dwg.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-adobe-dng.svg new file mode 100644 index 0000000..4e9dcd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-adobe-dng.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-emf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-eps.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-generic.svg new file mode 100644 index 0000000..32e3e6d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-generic.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-ico.svg new file mode 100644 index 0000000..01819f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-ico.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-psd.svg new file mode 100644 index 0000000..e2fd425 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-psd.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-tga.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-tga.svg new file mode 100644 index 0000000..e39e4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-tga.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..a766af5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-xcf.svg new file mode 100644 index 0000000..8edd581 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-xcf.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-xfig.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/inode-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/inode-directory.svg new file mode 120000 index 0000000..2fdfcef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/inode-directory.svg @@ -0,0 +1 @@ +../../places/32/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-extension.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-news.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-news.svg new file mode 100644 index 0000000..2f67eef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-news.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-partial.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-partial.svg new file mode 100644 index 0000000..1585c21 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-partial.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-rfc822.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-rfc822.svg new file mode 100644 index 0000000..02f98a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-rfc822.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/message.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/none.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/odf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/package-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/package-x-generic.svg new file mode 100644 index 0000000..13b31a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/package-x-generic.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-css.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-css.svg new file mode 100644 index 0000000..51e294d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-css.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-csv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-csv.svg new file mode 100644 index 0000000..bc07769 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-csv.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-enriched.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-html.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-html.svg new file mode 100644 index 0000000..e8fd87d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-html.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-mathml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rdf+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rtf.svg new file mode 100644 index 0000000..1268f82 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-rtf.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-sgml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-troff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vcalendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vnd.abc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-adasrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-adasrc.svg new file mode 100644 index 0000000..8174081 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-adasrc.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-authors.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-authors.svg new file mode 100644 index 0000000..5665806 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-authors.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-bibtex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-c++hdr.svg new file mode 100644 index 0000000..0350d76 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-c++hdr.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-c++src.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-c++src.svg new file mode 100644 index 0000000..164983e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-c++src.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-changelog.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-changelog.svg new file mode 100644 index 0000000..a266fab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-changelog.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-chdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-chdr.svg new file mode 100644 index 0000000..9764465 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-chdr.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-cmake.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-copying.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-credits.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-csharp.svg new file mode 100644 index 0000000..aba60e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-csharp.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-csrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-csrc.svg new file mode 100644 index 0000000..bddf49f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-csrc.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-dtd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-generic.svg new file mode 100644 index 0000000..d954a1c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-generic.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-haskell.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-haskell.svg new file mode 100644 index 0000000..21877cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-haskell.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-hex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-hex.svg new file mode 100644 index 0000000..62e1606 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-hex.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-install.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-install.svg new file mode 100644 index 0000000..2da8028 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-install.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-java-source.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-ldif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-lilypond.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-log.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-makefile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-markdown.svg new file mode 100644 index 0000000..e734c78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-markdown.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-nfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-objchdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-opml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-pascal.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-pascal.svg new file mode 100644 index 0000000..5e6d8f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-pascal.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-patch.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-patch.svg new file mode 100644 index 0000000..165fa44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-patch.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-po.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-po.svg new file mode 100644 index 0000000..8ef5a72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-po.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-python.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-qml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-qml.svg new file mode 100644 index 0000000..7aa12c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-qml.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-readme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-rpm-spec.svg new file mode 100644 index 0000000..f420da7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-rpm-spec.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-script.svg new file mode 100644 index 0000000..ca49fe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-script.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-sql.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-tcl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-tcl.svg new file mode 100644 index 0000000..f1c6578 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-tcl.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-tex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-tex.svg new file mode 100644 index 0000000..416a7c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-tex.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-texinfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-texinfo.svg new file mode 100644 index 0000000..91d6453 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-texinfo.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-vcard.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-xslfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-xmcd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-xml.svg new file mode 100644 index 0000000..f13e756 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/text-xml.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/unknown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-mms.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-mmst.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-pnm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-rtspt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-rtspu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-mp4.svg new file mode 100644 index 0000000..7368389 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-mp4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-vivo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-wavelet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-webm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-webm.svg new file mode 100644 index 0000000..1d3623e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-webm.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-anim.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-flic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-flv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-generic.svg new file mode 100644 index 0000000..7368389 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-generic.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-javafx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-matroska.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-matroska.svg new file mode 100644 index 0000000..0dcdb81 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-matroska.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-mng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-msvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-wmv.svg new file mode 100644 index 0000000..46a9978 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/video-x-wmv.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-hdd.svg new file mode 100644 index 0000000..dd5f4dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-hdd.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-ova.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-ova.svg new file mode 100644 index 0000000..623ca39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-ova.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-ovf.svg new file mode 100644 index 0000000..ff99ce9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-ovf.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..19c1330 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vbox-extpack.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vbox.svg new file mode 100644 index 0000000..15826ad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vbox.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vdi.svg new file mode 100644 index 0000000..387b7de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vdi.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vmdk.svg new file mode 100644 index 0000000..196ddbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/virtualbox-vmdk.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..ba41824 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-kde-nsplugin-generated.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-media-podcast.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-media-podcast.svg new file mode 100644 index 0000000..6860637 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-media-podcast.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-address-book.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-calendar.svg new file mode 100644 index 0000000..c1a21c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-calendar.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-contact.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-contact.svg new file mode 100644 index 0000000..cc46767 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-contact.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-document.svg new file mode 100644 index 0000000..0070799 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-document.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-drawing.svg new file mode 100644 index 0000000..a766af5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-drawing.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-presentation.svg new file mode 100644 index 0000000..75252c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-presentation.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-spreadsheet.svg new file mode 100644 index 0000000..47c23dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/32/x-office-spreadsheet.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/android-package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/android-package-archive.svg new file mode 100644 index 0000000..96752b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/android-package-archive.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-atom+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-atom+xml.svg new file mode 100644 index 0000000..ef258c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-atom+xml.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-epub+zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-epub+zip.svg new file mode 100644 index 0000000..683e86c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-epub+zip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-illustrator.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-illustrator.svg new file mode 100644 index 0000000..5c26792 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-illustrator.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-msword-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-msword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-octet-stream.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-octet-stream.svg new file mode 100644 index 0000000..07857d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-octet-stream.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-ogg.svg new file mode 100644 index 0000000..69898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-ogg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pdf.svg new file mode 100644 index 0000000..e43b4d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pdf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-encrypted.svg new file mode 100644 index 0000000..c274cc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-encrypted.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-keys.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp.svg new file mode 100644 index 0000000..e541d34 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pgp.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-postscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-postscript.svg new file mode 100644 index 0000000..d3638b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-postscript.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-relaxng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-rss+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-sxw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.iccprofile.svg new file mode 100644 index 0000000..4d08578 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.iccprofile.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..3b315a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..d752da6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..3a5ef61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..555711f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..c3e0cd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..9764587 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..d2614cc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..99b1306 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.scribus.svg new file mode 100644 index 0000000..f85ef1b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.scribus.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..b38c12e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-7z-compressed.svg new file mode 100644 index 0000000..ecd067e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-7z-compressed.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-abiword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ace.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ace.svg new file mode 100644 index 0000000..7a9fd06 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ace.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-applix-word.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ar.svg new file mode 100644 index 0000000..f046475 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-arc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-arc.svg new file mode 100644 index 0000000..e416dd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-arc.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-arj.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-arj.svg new file mode 100644 index 0000000..c8c17ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-arj.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bittorrent.svg new file mode 100644 index 0000000..ecfd750 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bittorrent.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-blender.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-blender.svg new file mode 100644 index 0000000..4edce12 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-blender.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzdvi.svg new file mode 100644 index 0000000..1b982c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzdvi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..08053f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzip-compressed-tar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzip.svg new file mode 100644 index 0000000..10df62d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-bzip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cd-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cd-image.svg new file mode 100644 index 0000000..f9c53fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cd-image.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cda.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cda.svg new file mode 100644 index 0000000..e896f94 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cda.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-chm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-chm.svg new file mode 100644 index 0000000..a24198f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-chm.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-compress.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-compressed-tar.svg new file mode 100644 index 0000000..a4c9b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-compressed-tar.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cpio.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cpio.svg new file mode 100644 index 0000000..aa73cba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cpio.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cue.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-deb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-deb.svg new file mode 100644 index 0000000..7e34de6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-deb.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-designer.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-designer.svg new file mode 100644 index 0000000..4d59c72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-designer.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-desktop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-desktop.svg new file mode 100644 index 0000000..2705ed8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-desktop.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-egon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-executable-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-executable-script.svg new file mode 100644 index 0000000..1607554 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-executable-script.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-executable.svg new file mode 100644 index 0000000..166b7e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-executable.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-flash-video.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-afm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-afm.svg new file mode 100644 index 0000000..a0e1d38 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-afm.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-bdf.svg new file mode 100644 index 0000000..41f58b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-bdf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-otf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-otf.svg new file mode 100644 index 0000000..a7f97b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-otf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-snf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-ttf.svg new file mode 100644 index 0000000..9b6b65e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-ttf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-type1.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-type1.svg new file mode 100644 index 0000000..cf8600d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-font-type1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzdvi.svg new file mode 100644 index 0000000..21b6bdc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzdvi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzip.svg new file mode 100644 index 0000000..c0cae7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzpostscript.svg new file mode 100644 index 0000000..b0c709b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-gzpostscript.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-iso.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-it87.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-jar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java-applet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java-archive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java-archive.svg new file mode 100644 index 0000000..ceda04e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java-archive.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java.svg new file mode 100644 index 0000000..bfa164d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-java.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-javascript.svg new file mode 100644 index 0000000..1b9585d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-javascript.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-k3b.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..a41899e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kdenlivetitle.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..23273a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexi-connectiondata.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..f0f731f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-shortcut.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kformula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kontour.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kplato.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kplato.svg new file mode 100644 index 0000000..dd3f554 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kplato.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-krita.svg new file mode 100644 index 0000000..74c8ff4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-krita.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kvtml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kvtml.svg new file mode 100644 index 0000000..05a9990 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kvtml.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kword.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lha.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lha.svg new file mode 100644 index 0000000..2500b83 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lha.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lyx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lyx.svg new file mode 100644 index 0000000..ebf77c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lyx.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..772f134 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lzma-compressed-tar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lzop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lzop.svg new file mode 100644 index 0000000..82a405a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-lzop.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-m4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-marble.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-marble.svg new file mode 100644 index 0000000..a7360f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-marble.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ms-shortcut.svg new file mode 100644 index 0000000..b005c72 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ms-shortcut.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mswrite.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-nzb.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-object.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-pak.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-pem-key.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-pem-key.svg new file mode 100644 index 0000000..1b71a32 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-pem-key.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-perl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-perl.svg new file mode 100644 index 0000000..0b2ca0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-perl.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-php.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-php.svg new file mode 100644 index 0000000..b8da94f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-php.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-plasma.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-plasma.svg new file mode 100644 index 0000000..f86e1c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-plasma.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-python-bytecode.svg new file mode 100644 index 0000000..2147feb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-python-bytecode.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-qet-element.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-qet-project.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-quattropro.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-rar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-rar.svg new file mode 100644 index 0000000..be79963 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-rar.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-rpm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-rpm.svg new file mode 100644 index 0000000..bdd29cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-rpm.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ruby.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ruby.svg new file mode 100644 index 0000000..65036b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-ruby.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-shellscript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-shockwave-flash.svg new file mode 100644 index 0000000..8812fa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-shockwave-flash.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-siag.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-skg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-skg.svg new file mode 100644 index 0000000..1982a2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-skg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-skgc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-skgc.svg new file mode 100644 index 0000000..cb1187a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-skgc.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-smb-server.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-smb-workgroup.svg new file mode 100644 index 0000000..c324da2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-smb-workgroup.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-srt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-srt.svg new file mode 100644 index 0000000..5208119 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-srt.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-srtrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-subrip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tar.svg new file mode 100644 index 0000000..fd571fc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tarz.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tarz.svg new file mode 100644 index 0000000..02157ee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tarz.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tgif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-theme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-theme.svg new file mode 100644 index 0000000..89b3c2d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-theme.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-trash.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-trash.svg new file mode 100644 index 0000000..7ea310e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-trash.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-troff-man.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tzo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tzo.svg new file mode 100644 index 0000000..cdbd0f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-tzo.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-wmf.svg new file mode 100644 index 0000000..1476bc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-wmf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-zerosize.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-zerosize.svg new file mode 100644 index 0000000..75b2835 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-zerosize.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-zoo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xsd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xslt+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-zip.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-zip.svg new file mode 100644 index 0000000..951c805 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/application-zip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-ac3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-midi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-midi.svg new file mode 100644 index 0000000..f6c80ca --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-midi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp3.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-prs.sid.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-aiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-flac.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-flac.svg new file mode 100644 index 0000000..ac5910a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-flac.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-generic.svg new file mode 100644 index 0000000..b875f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-monkey.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-mp2.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-mpeg.svg new file mode 100644 index 0000000..7d5cb4e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-mpeg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-wav.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-wav.svg new file mode 100644 index 0000000..b33eafd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/audio-x-wav.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/encrypted.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/fonts-package.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-bmp.svg new file mode 100644 index 0000000..6c430d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-bmp.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-gif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-gif.svg new file mode 100644 index 0000000..cbc57d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-gif.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-jpeg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-jpeg.svg new file mode 100644 index 0000000..9e6e33a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-jpeg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-jpeg2000.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-png.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-png.svg new file mode 100644 index 0000000..dca52b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-png.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-svg+xml-compressed.svg new file mode 100644 index 0000000..ed85398 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-svg+xml-compressed.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-tiff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-tiff.svg new file mode 100644 index 0000000..bc72539 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-tiff.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.dgn.svg new file mode 100644 index 0000000..08302b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.dgn.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.djvu.svg new file mode 100644 index 0000000..a7d2f94 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.djvu.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.dwg.svg new file mode 100644 index 0000000..950738a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.dwg.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-adobe-dng.svg new file mode 100644 index 0000000..ffcbc9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-adobe-dng.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-emf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-eps.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-generic.svg new file mode 100644 index 0000000..50eec13 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-ico.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-ico.svg new file mode 100644 index 0000000..9ea1f63 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-ico.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-icon.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-krita.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-psd.svg new file mode 100644 index 0000000..6b72418 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-psd.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-tga.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-tga.svg new file mode 100644 index 0000000..43199be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-tga.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..85a7adb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-wmf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-xcf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-xcf.svg new file mode 100644 index 0000000..1e99054 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-xcf.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-xfig.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/inode-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/inode-directory.svg new file mode 120000 index 0000000..73319bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/inode-directory.svg @@ -0,0 +1 @@ +../../places/64/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-extension.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-text.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-news.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-news.svg new file mode 100644 index 0000000..493b004 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-news.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-partial.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-partial.svg new file mode 100644 index 0000000..4b2fb4f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-partial.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-rfc822.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-rfc822.svg new file mode 100644 index 0000000..198a958 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-rfc822.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/message.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/none.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/odf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/package-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/package-x-generic.svg new file mode 100644 index 0000000..a762a15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/package-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-css.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-css.svg new file mode 100644 index 0000000..8d26de0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-css.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-csv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-csv.svg new file mode 100644 index 0000000..43820d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-csv.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-directory.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-enriched.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-html.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-html.svg new file mode 100644 index 0000000..71df4c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-html.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-mathml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rdf+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rdf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rtf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rtf.svg new file mode 100644 index 0000000..75c450d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-rtf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-sgml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-troff.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vcalendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vnd.abc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-adasrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-adasrc.svg new file mode 100644 index 0000000..5cadd40 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-adasrc.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-authors.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-authors.svg new file mode 100644 index 0000000..06a5c2f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-authors.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-bibtex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-c++hdr.svg new file mode 100644 index 0000000..7cdcf8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-c++hdr.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-c++src.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-c++src.svg new file mode 100644 index 0000000..64d4e3c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-c++src.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-changelog.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-changelog.svg new file mode 100644 index 0000000..256207d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-changelog.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-chdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-chdr.svg new file mode 100644 index 0000000..c0c84d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-chdr.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-cmake.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-copying.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-credits.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-csharp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-csharp.svg new file mode 100644 index 0000000..5d5e18a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-csharp.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-csrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-csrc.svg new file mode 100644 index 0000000..53b3d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-csrc.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-dtd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-generic.svg new file mode 100644 index 0000000..7918a35 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-haskell.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-haskell.svg new file mode 100644 index 0000000..70ff12f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-haskell.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-hex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-hex.svg new file mode 100644 index 0000000..0a91f02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-hex.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-install.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-install.svg new file mode 100644 index 0000000..9e34764 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-install.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-java-source.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-java.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-javascript.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-ldif.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-lilypond.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-log.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-makefile.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-markdown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-markdown.svg new file mode 100644 index 0000000..f40b5bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-markdown.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-nfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-objchdr.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-opml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-pascal.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-pascal.svg new file mode 100644 index 0000000..9c0b242 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-pascal.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-patch.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-patch.svg new file mode 100644 index 0000000..145fbb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-patch.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-plain.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-po.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-po.svg new file mode 100644 index 0000000..6cdb0d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-po.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-python.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-qml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-qml.svg new file mode 100644 index 0000000..55d75c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-qml.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-readme.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-rpm-spec.svg new file mode 100644 index 0000000..5a81181 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-rpm-spec.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-script.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-script.svg new file mode 100644 index 0000000..99c42cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-script.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-sql.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-tcl.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-tcl.svg new file mode 100644 index 0000000..ef514ba --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-tcl.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-tex.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-tex.svg new file mode 100644 index 0000000..160803c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-tex.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-texinfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-texinfo.svg new file mode 100644 index 0000000..7dc6010 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-texinfo.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-vcard.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-xslfo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-xmcd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-xml.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-xml.svg new file mode 100644 index 0000000..2abea8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/text-xml.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/unknown.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-mms.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-mmst.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-pnm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-rtspt.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-rtspu.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-mp4.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-mp4.svg new file mode 100644 index 0000000..9216793 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-mp4.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-vivo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-wavelet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-webm.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-webm.svg new file mode 100644 index 0000000..6304aea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-webm.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-anim.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-flic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-flv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-generic.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-generic.svg new file mode 100644 index 0000000..d009cf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-generic.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-javafx.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-matroska.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-matroska.svg new file mode 100644 index 0000000..9a30b75 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-matroska.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-mng.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-msvideo.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-wmv.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-wmv.svg new file mode 100644 index 0000000..e0be4b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/video-x-wmv.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-hdd.svg new file mode 100644 index 0000000..0122678 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-hdd.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-ova.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-ova.svg new file mode 100644 index 0000000..b469a20 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-ova.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-ovf.svg new file mode 100644 index 0000000..14a56ea --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-ovf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..d3a1ce7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vbox-extpack.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vbox.svg new file mode 100644 index 0000000..a4d4718 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vbox.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vdi.svg new file mode 100644 index 0000000..326eda2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vdi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vmdk.svg new file mode 100644 index 0000000..86838a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/virtualbox-vmdk.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..197f5a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-kde-nsplugin-generated.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-media-podcast.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-media-podcast.svg new file mode 100644 index 0000000..0f0f234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-media-podcast.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-address-book.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-calendar.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-calendar.svg new file mode 100644 index 0000000..8152198 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-calendar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-contact.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-contact.svg new file mode 100644 index 0000000..59b50cd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-contact.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-document.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-document.svg new file mode 100644 index 0000000..e31ce0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-document.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-drawing.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-drawing.svg new file mode 100644 index 0000000..69213ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-drawing.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-presentation.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-presentation.svg new file mode 100644 index 0000000..de7082d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-presentation.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-spreadsheet.svg new file mode 100644 index 0000000..e25fd6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/mimetypes/64/x-office-spreadsheet.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/places/16/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/certificate-server.svg b/breeze-icons-5.21.0/icons-dark/places/16/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/document-multiple.svg b/breeze-icons-5.21.0/icons-dark/places/16/document-multiple.svg new file mode 120000 index 0000000..6e0421d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/document-multiple.svg @@ -0,0 +1 @@ +../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/favorites.svg b/breeze-icons-5.21.0/icons-dark/places/16/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-activities.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-activities.svg new file mode 100644 index 0000000..d5bb8a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-activities.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-add.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-add.svg new file mode 100644 index 0000000..c2f8906 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-add.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-black.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-black.svg new file mode 100644 index 0000000..d7de70e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-black.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-blue.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-blue.svg new file mode 100644 index 0000000..e80a553 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-blue.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-bookmark.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-bookmark.svg new file mode 120000 index 0000000..65a1876 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-bookmark.svg @@ -0,0 +1 @@ +../../actions/16/bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-brown.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-brown.svg new file mode 100644 index 0000000..83e33bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-brown.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-cloud.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-cloud.svg new file mode 100644 index 0000000..d5e7a3b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-cloud.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-cyan.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-cyan.svg new file mode 100644 index 0000000..834ae96 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-cyan.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-development.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-development.svg new file mode 100644 index 0000000..03304b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-development.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-documents.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-documents.svg new file mode 100644 index 0000000..36fd339 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-documents.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-download.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-download.svg new file mode 100644 index 0000000..92caea1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-download.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-downloads.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-dropbox.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-favorites.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-favorites.svg new file mode 100644 index 0000000..f51e34c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-favorites.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-gdrive.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-green.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-green.svg new file mode 100644 index 0000000..83153d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-green.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-grey.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-grey.svg new file mode 100644 index 0000000..cafcb35 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-grey.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-html.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-html.svg new file mode 100644 index 0000000..1b1e223 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-html.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-image-people.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-image-people.svg new file mode 120000 index 0000000..3df8da6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-image-people.svg @@ -0,0 +1 @@ +../../actions/16/im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-image.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-images.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-important.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-important.svg new file mode 100644 index 0000000..ac7a4a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-important.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-locked.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-locked.svg new file mode 100644 index 0000000..bc321d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-locked.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-magenta.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-magenta.svg new file mode 100644 index 0000000..2910d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-magenta.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-mail.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-mail.svg new file mode 100644 index 0000000..1b7383c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-mail.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-music.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-network.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-network.svg new file mode 100644 index 0000000..0723a41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-network.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-onedrive.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-open.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-open.svg new file mode 100644 index 0000000..c48d845 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-open.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-orange.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-orange.svg new file mode 100644 index 0000000..edf7f55 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-orange.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-owncloud.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-picture.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-pictures.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-pictures.svg new file mode 100644 index 0000000..c6b3959 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-pictures.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-print.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-print.svg new file mode 100644 index 0000000..d6bb961 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-print.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-public.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-publicshare.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-publicshare.svg new file mode 100644 index 0000000..91a153d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-publicshare.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-red.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-red.svg new file mode 100644 index 0000000..8ad65bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-red.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-remote.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-script.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-script.svg new file mode 100644 index 0000000..e93c2db --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-script.svg @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-sound.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-sound.svg new file mode 100644 index 0000000..6ae6234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-sound.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-tar.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-tar.svg new file mode 100644 index 0000000..be63a39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-tar.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-temp.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-temp.svg new file mode 100644 index 0000000..0c15048 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-temp.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-templates.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-templates.svg new file mode 100644 index 0000000..64620e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-templates.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-text.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-text.svg new file mode 100644 index 0000000..c53fc27 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-text.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-txt.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-video.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-videos.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-videos.svg new file mode 100644 index 0000000..1fead98 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-videos.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-violet.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-violet.svg new file mode 100644 index 0000000..7ada657 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-violet.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder-yellow.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder-yellow.svg new file mode 100644 index 0000000..61d9976 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder-yellow.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/folder.svg b/breeze-icons-5.21.0/icons-dark/places/16/folder.svg new file mode 100644 index 0000000..8899248 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/folder.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-inbox.svg b/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-inbox.svg new file mode 100644 index 0000000..aaaa01a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-inbox.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-outbox.svg b/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-outbox.svg new file mode 100644 index 0000000..bd677de --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-outbox.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-sent.svg b/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-sent.svg new file mode 100644 index 0000000..55fd16f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/mail-folder-sent.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/mail-message.svg b/breeze-icons-5.21.0/icons-dark/places/16/mail-message.svg new file mode 100644 index 0000000..68d5f6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/mail-message.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/network-server-database.svg b/breeze-icons-5.21.0/icons-dark/places/16/network-server-database.svg new file mode 100644 index 0000000..9c00e1d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/network-server-database.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/network-server.svg b/breeze-icons-5.21.0/icons-dark/places/16/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/network-workgroup.svg b/breeze-icons-5.21.0/icons-dark/places/16/network-workgroup.svg new file mode 100644 index 0000000..1d9c677 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/network-workgroup.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/repository.svg b/breeze-icons-5.21.0/icons-dark/places/16/repository.svg new file mode 120000 index 0000000..5b95a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/repository.svg @@ -0,0 +1 @@ +network-server-database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/server-database.svg b/breeze-icons-5.21.0/icons-dark/places/16/server-database.svg new file mode 120000 index 0000000..5b95a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/server-database.svg @@ -0,0 +1 @@ +network-server-database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/start-here-kde.svg b/breeze-icons-5.21.0/icons-dark/places/16/start-here-kde.svg new file mode 120000 index 0000000..6c97f18 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/start-here-kde.svg @@ -0,0 +1 @@ +folder-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/stock_folder.svg b/breeze-icons-5.21.0/icons-dark/places/16/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/user-desktop.svg b/breeze-icons-5.21.0/icons-dark/places/16/user-desktop.svg new file mode 100644 index 0000000..8c79fec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/user-desktop.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/user-home.svg b/breeze-icons-5.21.0/icons-dark/places/16/user-home.svg new file mode 100644 index 0000000..944a3d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/user-home.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/user-identity.svg b/breeze-icons-5.21.0/icons-dark/places/16/user-identity.svg new file mode 120000 index 0000000..cd92d1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/user-identity.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/16/user-trash-full.svg b/breeze-icons-5.21.0/icons-dark/places/16/user-trash-full.svg new file mode 100644 index 0000000..52da529 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/user-trash-full.svg @@ -0,0 +1,5 @@ + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/16/user-trash.svg b/breeze-icons-5.21.0/icons-dark/places/16/user-trash.svg new file mode 100644 index 0000000..eacafbe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/16/user-trash.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/places/22/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/certificate-server.svg b/breeze-icons-5.21.0/icons-dark/places/22/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/document-multiple.svg b/breeze-icons-5.21.0/icons-dark/places/22/document-multiple.svg new file mode 120000 index 0000000..f898957 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/document-multiple.svg @@ -0,0 +1 @@ +../../actions/22/edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/favorites.svg b/breeze-icons-5.21.0/icons-dark/places/22/favorites.svg new file mode 100644 index 0000000..eb058b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/favorites.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-activities.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-activities.svg new file mode 100644 index 0000000..ad65e02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-activities.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-add.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-add.svg new file mode 100644 index 0000000..8891cc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-add.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-black.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-black.svg new file mode 100644 index 0000000..82f1532 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-black.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-blue.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-blue.svg new file mode 100644 index 0000000..1710bf2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-blue.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-bookmark.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-bookmark.svg new file mode 100644 index 0000000..047dcf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-bookmark.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-brown.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-brown.svg new file mode 100644 index 0000000..4323820 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-brown.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-cloud.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-cloud.svg new file mode 100644 index 0000000..af52047 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-cloud.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-cyan.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-cyan.svg new file mode 100644 index 0000000..a6a24c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-cyan.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-development.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-development.svg new file mode 100644 index 0000000..d8aebcb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-development.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-documents.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-documents.svg new file mode 100644 index 0000000..6c1afe1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-documents.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-download.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-download.svg new file mode 100644 index 0000000..d88944a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-download.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-downloads.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-downloads.svg new file mode 100644 index 0000000..d88944a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-downloads.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-dropbox.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-favorites.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-favorites.svg new file mode 100644 index 0000000..eb058b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-favorites.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-gdrive.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-green.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-green.svg new file mode 100644 index 0000000..af33376 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-green.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-grey.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-grey.svg new file mode 100644 index 0000000..c803e15 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-grey.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-html.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-html.svg new file mode 100644 index 0000000..c940b53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-html.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-image-people.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-image-people.svg new file mode 120000 index 0000000..9f16c78 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-image-people.svg @@ -0,0 +1 @@ +../../actions/22/im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-image.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-image.svg new file mode 100644 index 0000000..763f8a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-image.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-images.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-images.svg new file mode 100644 index 0000000..763f8a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-images.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-important.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-important.svg new file mode 100644 index 0000000..9f5d98e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-important.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-locked.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-locked.svg new file mode 100644 index 0000000..ccaafdb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-locked.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-magenta.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-magenta.svg new file mode 100644 index 0000000..1fafb0c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-magenta.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-mail.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-mail.svg new file mode 100644 index 0000000..9278855 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-mail.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-music.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-music.svg new file mode 100644 index 0000000..a9e27b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-music.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-network.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-network.svg new file mode 100644 index 0000000..01dd138 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-network.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-onedrive.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-open.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-open.svg new file mode 100644 index 0000000..a40dbf9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-orange.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-orange.svg new file mode 100644 index 0000000..1fbe1e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-orange.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-owncloud.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-picture.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-picture.svg new file mode 100644 index 0000000..763f8a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-picture.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-pictures.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-pictures.svg new file mode 100644 index 0000000..763f8a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-pictures.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-print.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-print.svg new file mode 100644 index 0000000..1601855 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-print.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-public.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-public.svg new file mode 100644 index 0000000..d8e7f7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-public.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-publicshare.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-publicshare.svg new file mode 100644 index 0000000..d8e7f7f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-publicshare.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-red.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-red.svg new file mode 100644 index 0000000..921d9f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-red.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-remote.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-remote.svg new file mode 100644 index 0000000..c940b53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-remote.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-script.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-script.svg new file mode 100644 index 0000000..5b52972 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-script.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-sound.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-sound.svg new file mode 100644 index 0000000..a9e27b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-sound.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-tar.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-tar.svg new file mode 100644 index 0000000..b40ec01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-tar.svg @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-temp.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-temp.svg new file mode 100644 index 0000000..360ba51 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-temp.svg @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-templates.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-templates.svg new file mode 100644 index 0000000..9b6c7e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-templates.svg @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-text.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-text.svg new file mode 100644 index 0000000..7de7c01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-text.svg @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-txt.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-txt.svg new file mode 100644 index 0000000..7de7c01 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-txt.svg @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-video.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-video.svg new file mode 100644 index 0000000..752655a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-video.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-videos.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-videos.svg new file mode 100644 index 0000000..752655a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-videos.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-violet.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-violet.svg new file mode 100644 index 0000000..127e5f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-violet.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder-yellow.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder-yellow.svg new file mode 100644 index 0000000..1e2d5bb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder-yellow.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/folder.svg b/breeze-icons-5.21.0/icons-dark/places/22/folder.svg new file mode 100644 index 0000000..baa699c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/folder.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-inbox.svg b/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-inbox.svg new file mode 100644 index 0000000..a7d9691 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-inbox.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-outbox.svg b/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-outbox.svg new file mode 100644 index 0000000..197d404 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-outbox.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-sent.svg b/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-sent.svg new file mode 100644 index 0000000..a35f1b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/mail-folder-sent.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/mail-message.svg b/breeze-icons-5.21.0/icons-dark/places/22/mail-message.svg new file mode 100644 index 0000000..d0f989b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/mail-message.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/network-server-database.svg b/breeze-icons-5.21.0/icons-dark/places/22/network-server-database.svg new file mode 100644 index 0000000..f26b50b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/network-server-database.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/network-server.svg b/breeze-icons-5.21.0/icons-dark/places/22/network-server.svg new file mode 100644 index 0000000..4d3ffa0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/network-server.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/network-workgroup.svg b/breeze-icons-5.21.0/icons-dark/places/22/network-workgroup.svg new file mode 100644 index 0000000..4d3ffa0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/network-workgroup.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/repository.svg b/breeze-icons-5.21.0/icons-dark/places/22/repository.svg new file mode 100644 index 0000000..f26b50b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/repository.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/server-database.svg b/breeze-icons-5.21.0/icons-dark/places/22/server-database.svg new file mode 100644 index 0000000..f26b50b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/server-database.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/start-here-kde.svg b/breeze-icons-5.21.0/icons-dark/places/22/start-here-kde.svg new file mode 100644 index 0000000..ad65e02 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/start-here-kde.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/stock_folder.svg b/breeze-icons-5.21.0/icons-dark/places/22/stock_folder.svg new file mode 100644 index 0000000..baa699c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/stock_folder.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/user-desktop.svg b/breeze-icons-5.21.0/icons-dark/places/22/user-desktop.svg new file mode 100644 index 0000000..671a46a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/user-desktop.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/user-home.svg b/breeze-icons-5.21.0/icons-dark/places/22/user-home.svg new file mode 100644 index 0000000..ea5052d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/user-home.svg @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/user-identity.svg b/breeze-icons-5.21.0/icons-dark/places/22/user-identity.svg new file mode 120000 index 0000000..cd92d1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/user-identity.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/22/user-trash-full.svg b/breeze-icons-5.21.0/icons-dark/places/22/user-trash-full.svg new file mode 100644 index 0000000..e514eab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/user-trash-full.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/22/user-trash.svg b/breeze-icons-5.21.0/icons-dark/places/22/user-trash.svg new file mode 100644 index 0000000..bf162f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/22/user-trash.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/places/32/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/certificate-server.svg b/breeze-icons-5.21.0/icons-dark/places/32/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/favorites.svg b/breeze-icons-5.21.0/icons-dark/places/32/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-activities.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-activities.svg new file mode 100644 index 0000000..b81cf44 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-activities.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-black.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-black.svg new file mode 100644 index 0000000..e6e215f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-black.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-blue.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-blue.svg new file mode 100644 index 0000000..b376309 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-blue.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-bookmark.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-bookmark.svg new file mode 100644 index 0000000..a023308 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-bookmark.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-brown.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-brown.svg new file mode 100644 index 0000000..13e3c61 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-brown.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-cloud.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-cloud.svg new file mode 100644 index 0000000..0513167 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-cloud.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-cyan.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-cyan.svg new file mode 100644 index 0000000..7dd74b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-cyan.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-development.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-development.svg new file mode 100644 index 0000000..70e251c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-development.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-documents.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-documents.svg new file mode 100644 index 0000000..c3b5d58 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-documents.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-download.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-download.svg new file mode 100644 index 0000000..4ff9718 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-download.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-downloads.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-dropbox.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-favorites.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-favorites.svg new file mode 100644 index 0000000..79a97b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-favorites.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-gdrive.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-green.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-green.svg new file mode 100644 index 0000000..3534444 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-green.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-grey.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-grey.svg new file mode 100644 index 0000000..50e351b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-grey.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-html.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-html.svg new file mode 100644 index 0000000..e590a86 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-html.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-image-people.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-image-people.svg new file mode 100644 index 0000000..95b0bf6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-image-people.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-image.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-images.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-important.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-important.svg new file mode 100644 index 0000000..13800bf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-important.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-locked.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-locked.svg new file mode 100644 index 0000000..b504ab5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-locked.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-magenta.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-magenta.svg new file mode 100644 index 0000000..0c06133 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-magenta.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-mail.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-mail.svg new file mode 100644 index 0000000..bb7b4e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-mail.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-music.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-network.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-network.svg new file mode 100644 index 0000000..b8e90d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-network.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-onedrive.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-open.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-open.svg new file mode 100644 index 0000000..99d1486 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-open.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-orange.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-orange.svg new file mode 100644 index 0000000..39512a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-orange.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-owncloud.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-picture.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-pictures.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-pictures.svg new file mode 100644 index 0000000..6db6f91 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-pictures.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-print.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-print.svg new file mode 100644 index 0000000..f6769a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-print.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-public.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-publicshare.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-publicshare.svg new file mode 100644 index 0000000..e3516a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-publicshare.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-red.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-red.svg new file mode 100644 index 0000000..4553396 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-red.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-remote.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-script.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-script.svg new file mode 100644 index 0000000..96d84f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-script.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-sound.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-sound.svg new file mode 100644 index 0000000..47c1bc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-sound.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-tar.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-tar.svg new file mode 100644 index 0000000..d21a43d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-tar.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-temp.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-temp.svg new file mode 100644 index 0000000..7c9dffb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-temp.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-templates.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-templates.svg new file mode 100644 index 0000000..3d9636c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-templates.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-text.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-text.svg new file mode 100644 index 0000000..ca240b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-text.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-txt.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-video.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-videos.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-videos.svg new file mode 100644 index 0000000..836cef5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-videos.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-violet.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-violet.svg new file mode 100644 index 0000000..7aec68c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-violet.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder-yellow.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder-yellow.svg new file mode 100644 index 0000000..a6b717f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder-yellow.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/folder.svg b/breeze-icons-5.21.0/icons-dark/places/32/folder.svg new file mode 100644 index 0000000..2acb4ab --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/folder.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/library-music.svg b/breeze-icons-5.21.0/icons-dark/places/32/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/network-server.svg b/breeze-icons-5.21.0/icons-dark/places/32/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/network-workgroup.svg b/breeze-icons-5.21.0/icons-dark/places/32/network-workgroup.svg new file mode 100644 index 0000000..2bf1ccf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/network-workgroup.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/stock_folder.svg b/breeze-icons-5.21.0/icons-dark/places/32/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/32/user-desktop.svg b/breeze-icons-5.21.0/icons-dark/places/32/user-desktop.svg new file mode 100644 index 0000000..2085a2c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/user-desktop.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/user-home.svg b/breeze-icons-5.21.0/icons-dark/places/32/user-home.svg new file mode 100644 index 0000000..936cf8c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/user-home.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/user-trash-full.svg b/breeze-icons-5.21.0/icons-dark/places/32/user-trash-full.svg new file mode 100644 index 0000000..21ffa6f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/user-trash-full.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/32/user-trash.svg b/breeze-icons-5.21.0/icons-dark/places/32/user-trash.svg new file mode 100644 index 0000000..97fef26 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/32/user-trash.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/bookmarks.svg b/breeze-icons-5.21.0/icons-dark/places/64/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/certificate-server.svg b/breeze-icons-5.21.0/icons-dark/places/64/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/favorites.svg b/breeze-icons-5.21.0/icons-dark/places/64/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-activities.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-activities.svg new file mode 100644 index 0000000..f812c5b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-activities.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-black.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-black.svg new file mode 100644 index 0000000..7c18074 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-black.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-blue.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-blue.svg new file mode 100644 index 0000000..96578b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-blue.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-bookmark.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-bookmark.svg new file mode 100644 index 0000000..0524ecd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-bookmark.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-brown.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-brown.svg new file mode 100644 index 0000000..04a2d9e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-brown.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-cloud.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-cloud.svg new file mode 100644 index 0000000..5b71e6c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-cloud.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-cyan.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-cyan.svg new file mode 100644 index 0000000..fc90fad --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-cyan.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-development.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-development.svg new file mode 100644 index 0000000..8cc7118 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-development.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-documents.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-documents.svg new file mode 100644 index 0000000..3207e7d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-documents.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-download.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-download.svg new file mode 100644 index 0000000..bafc23d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-download.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-downloads.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-dropbox.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-favorites.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-favorites.svg new file mode 100644 index 0000000..971bf29 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-favorites.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-gdrive.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-green.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-green.svg new file mode 100644 index 0000000..790cba4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-green.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-grey.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-grey.svg new file mode 100644 index 0000000..d9667fa --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-grey.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-html.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-html.svg new file mode 100644 index 0000000..ca04ff9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-html.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-image-people.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-image-people.svg new file mode 100644 index 0000000..5178590 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-image-people.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-image.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-images.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-important.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-important.svg new file mode 100644 index 0000000..df8f69d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-important.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-locked.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-locked.svg new file mode 100644 index 0000000..7239515 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-locked.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-magenta.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-magenta.svg new file mode 100644 index 0000000..b30ef3f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-magenta.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-mail.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-mail.svg new file mode 100644 index 0000000..597f44f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-mail.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-music.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-network.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-network.svg new file mode 100644 index 0000000..0f7e931 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-network.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-onedrive.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-open.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-open.svg new file mode 100644 index 0000000..2ae5f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-open.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-orange.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-orange.svg new file mode 100644 index 0000000..059adf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-orange.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-owncloud.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-picture.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-pictures.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-pictures.svg new file mode 100644 index 0000000..decdbed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-pictures.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-print.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-print.svg new file mode 100644 index 0000000..bdb8047 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-print.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-public.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-publicshare.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-publicshare.svg new file mode 100644 index 0000000..0f7bc54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-publicshare.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-red.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-red.svg new file mode 100644 index 0000000..73a24ec --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-red.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-remote.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-script.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-script.svg new file mode 100644 index 0000000..5d4ee8b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-script.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-sound.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-sound.svg new file mode 100644 index 0000000..bc24f84 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-sound.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-tar.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-tar.svg new file mode 100644 index 0000000..49696a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-tar.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-temp.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-temp.svg new file mode 100644 index 0000000..fd8c469 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-temp.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-templates.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-templates.svg new file mode 100644 index 0000000..6be0cc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-templates.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-text.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-text.svg new file mode 100644 index 0000000..66e81c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-text.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-txt.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-video.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-videos.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-videos.svg new file mode 100644 index 0000000..c000a9c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-videos.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-violet.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-violet.svg new file mode 100644 index 0000000..59665b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-violet.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder-yellow.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder-yellow.svg new file mode 100644 index 0000000..55ed3b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder-yellow.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/folder.svg b/breeze-icons-5.21.0/icons-dark/places/64/folder.svg new file mode 100644 index 0000000..22919bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/folder.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/library-music.svg b/breeze-icons-5.21.0/icons-dark/places/64/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/network-server.svg b/breeze-icons-5.21.0/icons-dark/places/64/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/network-workgroup.svg b/breeze-icons-5.21.0/icons-dark/places/64/network-workgroup.svg new file mode 100644 index 0000000..3299634 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/network-workgroup.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/start-here-kde.svg b/breeze-icons-5.21.0/icons-dark/places/64/start-here-kde.svg new file mode 100644 index 0000000..81c3ea6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/start-here-kde.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/stock_folder.svg b/breeze-icons-5.21.0/icons-dark/places/64/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/places/64/user-desktop.svg b/breeze-icons-5.21.0/icons-dark/places/64/user-desktop.svg new file mode 100644 index 0000000..1ecfc5b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/user-desktop.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/user-home.svg b/breeze-icons-5.21.0/icons-dark/places/64/user-home.svg new file mode 100644 index 0000000..5b08246 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/user-home.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/user-trash-full.svg b/breeze-icons-5.21.0/icons-dark/places/64/user-trash-full.svg new file mode 100644 index 0000000..d91bcbc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/user-trash-full.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/places/64/user-trash.svg b/breeze-icons-5.21.0/icons-dark/places/64/user-trash.svg new file mode 100644 index 0000000..8d55ea7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/places/64/user-trash.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/cloudstatus.svg b/breeze-icons-5.21.0/icons-dark/status/16/cloudstatus.svg new file mode 120000 index 0000000..54ab173 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/cloudstatus.svg @@ -0,0 +1 @@ +../../places/16/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/dialog-information.svg b/breeze-icons-5.21.0/icons-dark/status/16/dialog-information.svg new file mode 100644 index 0000000..63f7436 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/dialog-information.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-busy.svg b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-busy.svg new file mode 100644 index 0000000..7221cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-busy.svg @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-busy2.svg b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-busy2.svg new file mode 120000 index 0000000..7d4335b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-busy2.svg @@ -0,0 +1 @@ +dropboxstatus-logo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-idle.svg b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-idle.svg new file mode 100644 index 0000000..6381536 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-idle.svg @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-logo.svg b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-logo.svg new file mode 120000 index 0000000..54ab173 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-logo.svg @@ -0,0 +1 @@ +../../places/16/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-x.svg b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-x.svg new file mode 100644 index 0000000..5292ac1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/dropboxstatus-x.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/irc-channel-joined.svg b/breeze-icons-5.21.0/icons-dark/status/16/irc-channel-joined.svg new file mode 120000 index 0000000..a714d53 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/irc-channel-joined.svg @@ -0,0 +1 @@ +../../actions/16/irc-channel-active.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/irc-channel-parted.svg b/breeze-icons-5.21.0/icons-dark/status/16/irc-channel-parted.svg new file mode 120000 index 0000000..b58aba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/irc-channel-parted.svg @@ -0,0 +1 @@ +../../actions/16/irc-channel-inactive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/kdeconnect-tray.svg b/breeze-icons-5.21.0/icons-dark/status/16/kdeconnect-tray.svg new file mode 100644 index 0000000..e7db8dc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/kdeconnect-tray.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-download.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-download.svg new file mode 100644 index 0000000..095e3a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-download.svg @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-error.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-error.svg new file mode 120000 index 0000000..c34068b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-error.svg @@ -0,0 +1 @@ +dropboxstatus-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-information.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-information.svg new file mode 100644 index 0000000..96f5c43 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-information.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-offline.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-offline.svg new file mode 100644 index 0000000..c77567d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-offline.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-ok.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-ok.svg new file mode 120000 index 0000000..961964c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-ok.svg @@ -0,0 +1 @@ +dropboxstatus-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-pause.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-pause.svg new file mode 100644 index 0000000..a2a6cce --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-pause.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-sync.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-sync.svg new file mode 120000 index 0000000..77da33b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-sync.svg @@ -0,0 +1 @@ +dropboxstatus-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/state-warning.svg b/breeze-icons-5.21.0/icons-dark/status/16/state-warning.svg new file mode 100644 index 0000000..8ab7a6b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/state-warning.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-available.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-available.svg new file mode 120000 index 0000000..5706c2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-available.svg @@ -0,0 +1 @@ +user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-away-extended.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-away-extended.svg new file mode 120000 index 0000000..5b852ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-away-extended.svg @@ -0,0 +1 @@ +user-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-away.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-away.svg new file mode 120000 index 0000000..c26c40e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-away.svg @@ -0,0 +1 @@ +../../actions/16/im-user-away.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-busy.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-busy.svg new file mode 120000 index 0000000..def4f48 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-busy.svg @@ -0,0 +1 @@ +../../actions/16/im-user-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-idle.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-idle.svg new file mode 100644 index 0000000..bee23f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-idle.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-invisible.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-invisible.svg new file mode 120000 index 0000000..92e2b2e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-invisible.svg @@ -0,0 +1 @@ +../../actions/16/im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-offline.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-offline.svg new file mode 120000 index 0000000..a6ddc7e --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-offline.svg @@ -0,0 +1 @@ +../../actions/16/im-user-offline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/16/user-online.svg b/breeze-icons-5.21.0/icons-dark/status/16/user-online.svg new file mode 120000 index 0000000..630d5e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/16/user-online.svg @@ -0,0 +1 @@ +../../actions/16/im-user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/audio-ready.svg b/breeze-icons-5.21.0/icons-dark/status/22/audio-ready.svg new file mode 100644 index 0000000..b5c26d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/audio-ready.svg @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-high.svg b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-high.svg new file mode 100644 index 0000000..684e0c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-high.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-low.svg b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-low.svg new file mode 100644 index 0000000..ceb24bc --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-low.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-medium.svg b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-medium.svg new file mode 100644 index 0000000..a8e5e2a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-medium.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-muted.svg b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-muted.svg new file mode 100644 index 0000000..fa11478 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/audio-volume-muted.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/camera-off.svg b/breeze-icons-5.21.0/icons-dark/status/22/camera-off.svg new file mode 100644 index 0000000..f9c26bd --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/camera-off.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/camera-on.svg b/breeze-icons-5.21.0/icons-dark/status/22/camera-on.svg new file mode 100644 index 0000000..53c2178 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/camera-on.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/camera-ready.svg b/breeze-icons-5.21.0/icons-dark/status/22/camera-ready.svg new file mode 100644 index 0000000..6f28cde --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/camera-ready.svg @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/cloudstatus.svg b/breeze-icons-5.21.0/icons-dark/status/22/cloudstatus.svg new file mode 120000 index 0000000..a75eac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/cloudstatus.svg @@ -0,0 +1 @@ +../../places/22/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/dialog-information.svg b/breeze-icons-5.21.0/icons-dark/status/22/dialog-information.svg new file mode 100644 index 0000000..e75ff54 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/dialog-information.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-busy.svg b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-busy.svg new file mode 100644 index 0000000..44ea7a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-busy.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-busy2.svg b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-busy2.svg new file mode 120000 index 0000000..7d4335b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-busy2.svg @@ -0,0 +1 @@ +dropboxstatus-logo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-idle.svg b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-idle.svg new file mode 100644 index 0000000..d731234 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-idle.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-logo.svg b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-logo.svg new file mode 120000 index 0000000..a75eac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-logo.svg @@ -0,0 +1 @@ +../../places/22/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-x.svg b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-x.svg new file mode 100644 index 0000000..b17d733 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/dropboxstatus-x.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/irc-channel-joined.svg b/breeze-icons-5.21.0/icons-dark/status/22/irc-channel-joined.svg new file mode 120000 index 0000000..2cea55c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/irc-channel-joined.svg @@ -0,0 +1 @@ +../../actions/22/irc-channel-active.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/irc-channel-parted.svg b/breeze-icons-5.21.0/icons-dark/status/22/irc-channel-parted.svg new file mode 120000 index 0000000..a8d3de8 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/irc-channel-parted.svg @@ -0,0 +1 @@ +../../actions/22/irc-channel-inactive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/kdeconnect-tray.svg b/breeze-icons-5.21.0/icons-dark/status/22/kdeconnect-tray.svg new file mode 100644 index 0000000..cb26f9f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/kdeconnect-tray.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/mic-off.svg b/breeze-icons-5.21.0/icons-dark/status/22/mic-off.svg new file mode 100644 index 0000000..21b6f1f --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/mic-off.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/mic-on.svg b/breeze-icons-5.21.0/icons-dark/status/22/mic-on.svg new file mode 100644 index 0000000..b38e6c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/mic-on.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/mic-ready.svg b/breeze-icons-5.21.0/icons-dark/status/22/mic-ready.svg new file mode 100644 index 0000000..58ab6c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/mic-ready.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/process-working-kde.svg b/breeze-icons-5.21.0/icons-dark/status/22/process-working-kde.svg new file mode 120000 index 0000000..559a6ae --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/process-working-kde.svg @@ -0,0 +1 @@ +process-working.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/process-working.svg b/breeze-icons-5.21.0/icons-dark/status/22/process-working.svg new file mode 100644 index 0000000..74867a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/process-working.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/script-error.svg b/breeze-icons-5.21.0/icons-dark/status/22/script-error.svg new file mode 120000 index 0000000..a8c351a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/script-error.svg @@ -0,0 +1 @@ +../../actions/22/tools-report-bug.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/security-high.svg b/breeze-icons-5.21.0/icons-dark/status/22/security-high.svg new file mode 100644 index 0000000..4b25a3a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/security-high.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/security-low.svg b/breeze-icons-5.21.0/icons-dark/status/22/security-low.svg new file mode 100644 index 0000000..b75e38b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/security-low.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/security-medium.svg b/breeze-icons-5.21.0/icons-dark/status/22/security-medium.svg new file mode 100644 index 0000000..462403d --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/security-medium.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-download.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-download.svg new file mode 100644 index 0000000..f7c26a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-download.svg @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-error.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-error.svg new file mode 120000 index 0000000..c34068b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-error.svg @@ -0,0 +1 @@ +dropboxstatus-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-information.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-information.svg new file mode 100644 index 0000000..71038b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-information.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-offline.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-offline.svg new file mode 100644 index 0000000..bb45bc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-offline.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-ok.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-ok.svg new file mode 120000 index 0000000..961964c --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-ok.svg @@ -0,0 +1 @@ +dropboxstatus-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-pause.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-pause.svg new file mode 100644 index 0000000..0d7c99a --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-pause.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-sync.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-sync.svg new file mode 120000 index 0000000..77da33b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-sync.svg @@ -0,0 +1 @@ +dropboxstatus-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/state-warning.svg b/breeze-icons-5.21.0/icons-dark/status/22/state-warning.svg new file mode 100644 index 0000000..1b510e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/state-warning.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/update-high.svg b/breeze-icons-5.21.0/icons-dark/status/22/update-high.svg new file mode 100644 index 0000000..6328378 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/update-high.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/update-low.svg b/breeze-icons-5.21.0/icons-dark/status/22/update-low.svg new file mode 100644 index 0000000..fa0b7d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/update-low.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/update-medium.svg b/breeze-icons-5.21.0/icons-dark/status/22/update-medium.svg new file mode 100644 index 0000000..b99c043 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/update-medium.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/update-none.svg b/breeze-icons-5.21.0/icons-dark/status/22/update-none.svg new file mode 100644 index 0000000..e2ed624 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/update-none.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-available.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-available.svg new file mode 120000 index 0000000..5706c2b --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-available.svg @@ -0,0 +1 @@ +user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-away-extended.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-away-extended.svg new file mode 120000 index 0000000..5b852ef --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-away-extended.svg @@ -0,0 +1 @@ +user-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-away.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-away.svg new file mode 120000 index 0000000..64fe1c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-away.svg @@ -0,0 +1 @@ +../../actions/22/im-user-away.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-busy.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-busy.svg new file mode 120000 index 0000000..3236117 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-busy.svg @@ -0,0 +1 @@ +../../actions/22/im-user-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-idle.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-idle.svg new file mode 100644 index 0000000..9c70641 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-idle.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-invisible.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-invisible.svg new file mode 120000 index 0000000..cfdaa11 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-invisible.svg @@ -0,0 +1 @@ +../../actions/22/im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-offline.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-offline.svg new file mode 120000 index 0000000..24fdd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-offline.svg @@ -0,0 +1 @@ +../../actions/22/im-user-offline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/22/user-online.svg b/breeze-icons-5.21.0/icons-dark/status/22/user-online.svg new file mode 120000 index 0000000..dd038fb --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/22/user-online.svg @@ -0,0 +1 @@ +../../actions/22/im-user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons-dark/status/24/dialog-information.svg b/breeze-icons-5.21.0/icons-dark/status/24/dialog-information.svg new file mode 100644 index 0000000..7f2fc41 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/24/dialog-information.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/dialog-error.svg b/breeze-icons-5.21.0/icons-dark/status/64/dialog-error.svg new file mode 100644 index 0000000..662d850 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/dialog-error.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/dialog-information.svg b/breeze-icons-5.21.0/icons-dark/status/64/dialog-information.svg new file mode 100644 index 0000000..bbb26fe --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/dialog-information.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/dialog-password.svg b/breeze-icons-5.21.0/icons-dark/status/64/dialog-password.svg new file mode 100644 index 0000000..be66539 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/dialog-password.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/dialog-question.svg b/breeze-icons-5.21.0/icons-dark/status/64/dialog-question.svg new file mode 100644 index 0000000..7ff4bc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/dialog-question.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/dialog-warning.svg b/breeze-icons-5.21.0/icons-dark/status/64/dialog-warning.svg new file mode 100644 index 0000000..2039eed --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/dialog-warning.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/security-high.svg b/breeze-icons-5.21.0/icons-dark/status/64/security-high.svg new file mode 100644 index 0000000..3a0a630 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/security-high.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/security-low.svg b/breeze-icons-5.21.0/icons-dark/status/64/security-low.svg new file mode 100644 index 0000000..a668052 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/security-low.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons-dark/status/64/security-medium.svg b/breeze-icons-5.21.0/icons-dark/status/64/security-medium.svg new file mode 100644 index 0000000..2f57348 --- /dev/null +++ b/breeze-icons-5.21.0/icons-dark/status/64/security-medium.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/.gitignore b/breeze-icons-5.21.0/icons/.gitignore new file mode 100644 index 0000000..f820cd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/.gitignore @@ -0,0 +1,5 @@ +# Compiled source # +################### +*.directory +*.bak +*thumbs.db \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/AUTHORS b/breeze-icons-5.21.0/icons/AUTHORS new file mode 100644 index 0000000..32c9664 --- /dev/null +++ b/breeze-icons-5.21.0/icons/AUTHORS @@ -0,0 +1,3 @@ +Breeze Icon Theme has been developed by The KDE Visual Design Group. + +Main work for the icon theme: Uri Herrera and Andreas Kainz diff --git a/breeze-icons-5.21.0/icons/CMakeLists.txt b/breeze-icons-5.21.0/icons/CMakeLists.txt new file mode 100644 index 0000000..5ded49c --- /dev/null +++ b/breeze-icons-5.21.0/icons/CMakeLists.txt @@ -0,0 +1,9 @@ +########### install files ############### + +set( breeze_icon_dirs actions applets apps categories devices emblems emotes mimetypes places status ) + +set(BREEZE_INSTALL_DIR ${KDE_INSTALL_FULL_ICONDIR}/breeze) +install( DIRECTORY ${breeze_icon_dirs} DESTINATION ${BREEZE_INSTALL_DIR} ) +install( FILES index.theme DESTINATION ${BREEZE_INSTALL_DIR}) + +gtk_update_icon_cache(${BREEZE_INSTALL_DIR}) diff --git a/breeze-icons-5.21.0/icons/LICENSE b/breeze-icons-5.21.0/icons/LICENSE new file mode 100644 index 0000000..65c5ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/LICENSE @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser 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 +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/breeze-icons-5.21.0/icons/actions/12/object-fill.svg b/breeze-icons-5.21.0/icons/actions/12/object-fill.svg new file mode 100644 index 0000000..427643e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/object-fill.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/12/object-stroke-style.svg b/breeze-icons-5.21.0/icons/actions/12/object-stroke-style.svg new file mode 100644 index 0000000..5a40d59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/object-stroke-style.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/12/object-stroke.svg b/breeze-icons-5.21.0/icons/actions/12/object-stroke.svg new file mode 100644 index 0000000..99c44a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/object-stroke.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/12/transform-affect-gradient.svg b/breeze-icons-5.21.0/icons/actions/12/transform-affect-gradient.svg new file mode 100644 index 0000000..f4ce257 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/transform-affect-gradient.svg @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/12/transform-affect-pattern.svg b/breeze-icons-5.21.0/icons/actions/12/transform-affect-pattern.svg new file mode 100644 index 0000000..6a2af5c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/transform-affect-pattern.svg @@ -0,0 +1,23 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/12/transform-affect-rounded-corners.svg b/breeze-icons-5.21.0/icons/actions/12/transform-affect-rounded-corners.svg new file mode 100644 index 0000000..bf29c09 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/transform-affect-rounded-corners.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/12/transform-affect-stroke.svg b/breeze-icons-5.21.0/icons/actions/12/transform-affect-stroke.svg new file mode 100644 index 0000000..2319e07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/12/transform-affect-stroke.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/CVnamespace.svg b/breeze-icons-5.21.0/icons/actions/16/CVnamespace.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/CVnamespace.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/Info-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/Info-amarok.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/PrePostCondition.svg b/breeze-icons-5.21.0/icons/actions/16/PrePostCondition.svg new file mode 100644 index 0000000..dec619d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/PrePostCondition.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/accept_signal.svg b/breeze-icons-5.21.0/icons/actions/16/accept_signal.svg new file mode 100644 index 0000000..35d315f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/accept_signal.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/accept_time_event.svg b/breeze-icons-5.21.0/icons/actions/16/accept_time_event.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/accept_time_event.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/acrobat.svg b/breeze-icons-5.21.0/icons/actions/16/acrobat.svg new file mode 100644 index 0000000..d6d6d85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/acrobat.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/action-albumfolder-importdir2.svg b/breeze-icons-5.21.0/icons/actions/16/action-albumfolder-importdir2.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/action-rss_tag.svg b/breeze-icons-5.21.0/icons/actions/16/action-rss_tag.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/activity-fork.svg b/breeze-icons-5.21.0/icons/actions/16/activity-fork.svg new file mode 120000 index 0000000..d6e2182 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/activity-fork.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/actor.svg b/breeze-icons-5.21.0/icons/actions/16/actor.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/actor.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/add-placemark.svg b/breeze-icons-5.21.0/icons/actions/16/add-placemark.svg new file mode 120000 index 0000000..451d452 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/add-placemark.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/address-book-new.svg b/breeze-icons-5.21.0/icons/actions/16/address-book-new.svg new file mode 100644 index 0000000..3d84922 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/address-book-new.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/addressbook-details.svg b/breeze-icons-5.21.0/icons/actions/16/addressbook-details.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/adress-book-new.svg b/breeze-icons-5.21.0/icons/actions/16/adress-book-new.svg new file mode 100644 index 0000000..3d84922 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/adress-book-new.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/aggregation.svg b/breeze-icons-5.21.0/icons/actions/16/aggregation.svg new file mode 100644 index 0000000..28e5575 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/aggregation.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/akonadi-phone-home.svg b/breeze-icons-5.21.0/icons/actions/16/akonadi-phone-home.svg new file mode 100644 index 0000000..d332476 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/akonadi-phone-home.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/albumfolder-importdir.svg b/breeze-icons-5.21.0/icons/actions/16/albumfolder-importdir.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/albumfolder-importimages.svg b/breeze-icons-5.21.0/icons/actions/16/albumfolder-importimages.svg new file mode 120000 index 0000000..c7116c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/albumfolder-new.svg b/breeze-icons-5.21.0/icons/actions/16/albumfolder-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/albumfolder-properties.svg b/breeze-icons-5.21.0/icons/actions/16/albumfolder-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/albumfolder-user-trash.svg b/breeze-icons-5.21.0/icons/actions/16/albumfolder-user-trash.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/albumfolder-user-trash.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-baseline.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-baseline.svg new file mode 100644 index 0000000..315b075 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-baseline.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..6a73d32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-bottom-out.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-center.svg new file mode 100644 index 0000000..38d4058 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-center.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left-out.svg new file mode 100644 index 0000000..b50537c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left-out.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..d4964cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left-to-anchor.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left.svg new file mode 100644 index 0000000..b071107 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-left.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right-out.svg new file mode 100644 index 0000000..b33a646 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right-out.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..910ffd9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right-to-anchor.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right.svg new file mode 100644 index 0000000..e1035da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-right.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-top-out.svg new file mode 100644 index 0000000..78b43d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-horizontal-top-out.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-baseline.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-baseline.svg new file mode 100644 index 0000000..0ec3d3f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-baseline.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom-out.svg new file mode 100644 index 0000000..4c79655 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom-out.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..5863a2f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom.svg new file mode 100644 index 0000000..96eb002 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-bottom.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-center.svg new file mode 100644 index 0000000..0cfecfc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-center.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-top-out.svg new file mode 100644 index 0000000..8196cc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-top-out.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..78b43d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-top-to-anchor.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/align-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/16/align-vertical-top.svg new file mode 100644 index 0000000..4429e95 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/align-vertical-top.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_artist.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_cart_add.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_cart_add.svg new file mode 100644 index 0000000..2e2ec9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_cart_add.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_cart_remove.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_cart_remove.svg new file mode 100644 index 0000000..1743119 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_cart_remove.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_cart_view.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_cart_view.svg new file mode 100644 index 0000000..250d281 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_cart_view.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_change_language.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_change_language.svg new file mode 100644 index 0000000..84cea1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_change_language.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_clock.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_lyrics.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_lyrics.svg new file mode 120000 index 0000000..2dd7676 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_playcount.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_playcount.svg new file mode 120000 index 0000000..c615601 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_playlist.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_playlist.svg new file mode 120000 index 0000000..e988559 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_playlist_refresh.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_playlist_refresh.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/amarok_scripts.svg b/breeze-icons-5.21.0/icons/actions/16/amarok_scripts.svg new file mode 100644 index 0000000..e8a4ace --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/amarok_scripts.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/anchor.svg b/breeze-icons-5.21.0/icons/actions/16/anchor.svg new file mode 100644 index 0000000..e5e4a4a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/anchor.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/answer-correct.svg b/breeze-icons-5.21.0/icons/actions/16/answer-correct.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/answer-correct.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/answer.svg b/breeze-icons-5.21.0/icons/actions/16/answer.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/answer.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/application-exit.svg b/breeze-icons-5.21.0/icons/actions/16/application-exit.svg new file mode 100644 index 0000000..902f2c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/application-exit.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/application-menu.svg b/breeze-icons-5.21.0/icons/actions/16/application-menu.svg new file mode 100644 index 0000000..5ffe287 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/application-menu.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/applications-internet.svg b/breeze-icons-5.21.0/icons/actions/16/applications-internet.svg new file mode 120000 index 0000000..6e98a7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/applications-internet.svg @@ -0,0 +1 @@ +../../places/16/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/applications-other.svg b/breeze-icons-5.21.0/icons/actions/16/applications-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/applications-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/applications-system.svg b/breeze-icons-5.21.0/icons/actions/16/applications-system.svg new file mode 100644 index 0000000..fb7eafa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/applications-system.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/appointment-new.svg b/breeze-icons-5.21.0/icons/actions/16/appointment-new.svg new file mode 100644 index 0000000..50ff027 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/appointment-new.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/approved.svg b/breeze-icons-5.21.0/icons/actions/16/approved.svg new file mode 100755 index 0000000..9e08167 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/approved.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/archive-extract.svg b/breeze-icons-5.21.0/icons/actions/16/archive-extract.svg new file mode 100644 index 0000000..b1d4266 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/archive-extract.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/archive-insert-directory.svg b/breeze-icons-5.21.0/icons/actions/16/archive-insert-directory.svg new file mode 100644 index 0000000..932f342 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/archive-insert-directory.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/archive-insert.svg b/breeze-icons-5.21.0/icons/actions/16/archive-insert.svg new file mode 100644 index 0000000..3d43594 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/archive-insert.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/archive-remove.svg b/breeze-icons-5.21.0/icons/actions/16/archive-remove.svg new file mode 100644 index 0000000..a87a69c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/archive-remove.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-down-double.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-down-double.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-down-double.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-down.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-left-double.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-left-double.svg new file mode 100644 index 0000000..4db366e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-left-double.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-left.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-left.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-left.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-right-double.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-right-double.svg new file mode 100644 index 0000000..95f347f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-right-double.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-right.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-right.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-right.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-up-double.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-up-double.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-up-double.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow-up.svg b/breeze-icons-5.21.0/icons/actions/16/arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/arrow.svg b/breeze-icons-5.21.0/icons/actions/16/arrow.svg new file mode 100644 index 0000000..0c54558 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/arrow.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/artifact.svg b/breeze-icons-5.21.0/icons/actions/16/artifact.svg new file mode 100644 index 0000000..51355c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/artifact.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/association.svg b/breeze-icons-5.21.0/icons/actions/16/association.svg new file mode 100644 index 0000000..014f450 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/association.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/atmosphere.svg b/breeze-icons-5.21.0/icons/actions/16/atmosphere.svg new file mode 100644 index 0000000..8b37f19 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/atmosphere.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/audio-off.svg b/breeze-icons-5.21.0/icons/actions/16/audio-off.svg new file mode 120000 index 0000000..b941b18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/audio-off.svg @@ -0,0 +1 @@ +player-volume-muted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/audio-on.svg b/breeze-icons-5.21.0/icons/actions/16/audio-on.svg new file mode 120000 index 0000000..c453305 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/audio-on.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/audio-ready.svg b/breeze-icons-5.21.0/icons/actions/16/audio-ready.svg new file mode 100644 index 0000000..56b71d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/audio-ready.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/autocorrection.svg b/breeze-icons-5.21.0/icons/actions/16/autocorrection.svg new file mode 100644 index 0000000..501783a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/autocorrection.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/automated-tasks.svg b/breeze-icons-5.21.0/icons/actions/16/automated-tasks.svg new file mode 100644 index 0000000..f9c9c84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/automated-tasks.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/bitmap-trace.svg b/breeze-icons-5.21.0/icons/actions/16/bitmap-trace.svg new file mode 100644 index 0000000..2b0c53d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bitmap-trace.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmark-add-folder.svg b/breeze-icons-5.21.0/icons/actions/16/bookmark-add-folder.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmark-add-folder.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmark-edit.svg b/breeze-icons-5.21.0/icons/actions/16/bookmark-edit.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmark-edit.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmark-new-list.svg b/breeze-icons-5.21.0/icons/actions/16/bookmark-new-list.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmark-new-list.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmark-new.svg b/breeze-icons-5.21.0/icons/actions/16/bookmark-new.svg new file mode 100644 index 0000000..435ea66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmark-new.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmark-remove.svg b/breeze-icons-5.21.0/icons/actions/16/bookmark-remove.svg new file mode 100644 index 0000000..a96a295 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmark-remove.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmark-toolbar.svg b/breeze-icons-5.21.0/icons/actions/16/bookmark-toolbar.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmark-toolbar.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmarks-organize.svg b/breeze-icons-5.21.0/icons/actions/16/bookmarks-organize.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmarks-organize.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bookmarks.svg b/breeze-icons-5.21.0/icons/actions/16/bookmarks.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bookmarks.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bordertool.svg b/breeze-icons-5.21.0/icons/actions/16/bordertool.svg new file mode 100644 index 0000000..0c99c32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bordertool.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/box.svg b/breeze-icons-5.21.0/icons/actions/16/box.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/box.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-add.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-addqueue.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-addqueue.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-addqueue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-commit.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-commit.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-commit.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-diff.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-diff.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-remove.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-remove.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-remove.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-rmqueue.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-rmqueue.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-rmqueue.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/bqm-update.svg b/breeze-icons-5.21.0/icons/actions/16/bqm-update.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/bqm-update.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/branch.svg b/breeze-icons-5.21.0/icons/actions/16/branch.svg new file mode 120000 index 0000000..0d405d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/branch.svg @@ -0,0 +1 @@ +choice-rhomb.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/call-start.svg b/breeze-icons-5.21.0/icons/actions/16/call-start.svg new file mode 100644 index 0000000..5279a41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/call-start.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/call-stop.svg b/breeze-icons-5.21.0/icons/actions/16/call-stop.svg new file mode 100644 index 0000000..be54ad6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/call-stop.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/camera-off.svg b/breeze-icons-5.21.0/icons/actions/16/camera-off.svg new file mode 100644 index 0000000..12c5944 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/camera-off.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/camera-on.svg b/breeze-icons-5.21.0/icons/actions/16/camera-on.svg new file mode 100644 index 0000000..28b61f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/camera-on.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/camera-ready.svg b/breeze-icons-5.21.0/icons/actions/16/camera-ready.svg new file mode 100644 index 0000000..64c11d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/camera-ready.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/cards-block.svg b/breeze-icons-5.21.0/icons/actions/16/cards-block.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/cards-block.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/category.svg b/breeze-icons-5.21.0/icons/actions/16/category.svg new file mode 100644 index 0000000..3525bb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/category.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/category2parent.svg b/breeze-icons-5.21.0/icons/actions/16/category2parent.svg new file mode 100644 index 0000000..ed69ba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/category2parent.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/character-set.svg b/breeze-icons-5.21.0/icons/actions/16/character-set.svg new file mode 100644 index 0000000..2bf1b96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/character-set.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/check_constraint.svg b/breeze-icons-5.21.0/icons/actions/16/check_constraint.svg new file mode 100644 index 0000000..c789c51 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/check_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/checkbox.svg b/breeze-icons-5.21.0/icons/actions/16/checkbox.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/checkbox.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/checkmark.svg b/breeze-icons-5.21.0/icons/actions/16/checkmark.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/checkmark.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/child2category.svg b/breeze-icons-5.21.0/icons/actions/16/child2category.svg new file mode 100644 index 0000000..5b9cc98 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/child2category.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/choice-rhomb.svg b/breeze-icons-5.21.0/icons/actions/16/choice-rhomb.svg new file mode 100644 index 0000000..6fec937 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/choice-rhomb.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/choice-round.svg b/breeze-icons-5.21.0/icons/actions/16/choice-round.svg new file mode 120000 index 0000000..db766e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/choice-round.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/chronometer-lap.svg b/breeze-icons-5.21.0/icons/actions/16/chronometer-lap.svg new file mode 120000 index 0000000..2c84dca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/chronometer-lap.svg @@ -0,0 +1 @@ +chronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/chronometer-pause.svg b/breeze-icons-5.21.0/icons/actions/16/chronometer-pause.svg new file mode 100644 index 0000000..a65190c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/chronometer-pause.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/chronometer-reset.svg b/breeze-icons-5.21.0/icons/actions/16/chronometer-reset.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/chronometer-start.svg b/breeze-icons-5.21.0/icons/actions/16/chronometer-start.svg new file mode 120000 index 0000000..678250a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/chronometer-start.svg @@ -0,0 +1 @@ +player-time.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/chronometer.svg b/breeze-icons-5.21.0/icons/actions/16/chronometer.svg new file mode 100644 index 0000000..9123b72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/chronometer.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/class-or-package.svg b/breeze-icons-5.21.0/icons/actions/16/class-or-package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/class-or-package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/class.svg b/breeze-icons-5.21.0/icons/actions/16/class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/clock-large.svg b/breeze-icons-5.21.0/icons/actions/16/clock-large.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/clock-large.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/clock.svg b/breeze-icons-5.21.0/icons/actions/16/clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/cloud-download.svg b/breeze-icons-5.21.0/icons/actions/16/cloud-download.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/cloud-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/cloud-upload.svg b/breeze-icons-5.21.0/icons/actions/16/cloud-upload.svg new file mode 120000 index 0000000..d34e922 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/cloud-upload.svg @@ -0,0 +1 @@ +kt-set-max-upload-speed.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/code-block.svg b/breeze-icons-5.21.0/icons/actions/16/code-block.svg new file mode 100644 index 0000000..ee997eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/code-block.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/code-class.svg b/breeze-icons-5.21.0/icons/actions/16/code-class.svg new file mode 100644 index 0000000..2ffbd91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/code-class.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/code-context.svg b/breeze-icons-5.21.0/icons/actions/16/code-context.svg new file mode 100644 index 0000000..aa80af8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/code-context.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/code-function.svg b/breeze-icons-5.21.0/icons/actions/16/code-function.svg new file mode 100644 index 0000000..11a8056 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/code-function.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/code-typedef.svg b/breeze-icons-5.21.0/icons/actions/16/code-typedef.svg new file mode 100644 index 0000000..40f06a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/code-typedef.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/code-variable.svg b/breeze-icons-5.21.0/icons/actions/16/code-variable.svg new file mode 100644 index 0000000..564e0b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/code-variable.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/collection-rescan-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/collection-rescan-amarok.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/color-fill.svg b/breeze-icons-5.21.0/icons/actions/16/color-fill.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-fill.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/color-gradient.svg b/breeze-icons-5.21.0/icons/actions/16/color-gradient.svg new file mode 100644 index 0000000..001195d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-gradient.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/color-management.svg b/breeze-icons-5.21.0/icons/actions/16/color-management.svg new file mode 100644 index 0000000..f562aed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-management.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/color-picker-black.svg b/breeze-icons-5.21.0/icons/actions/16/color-picker-black.svg new file mode 100644 index 0000000..0e25033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-picker-black.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/color-picker-grey.svg b/breeze-icons-5.21.0/icons/actions/16/color-picker-grey.svg new file mode 100644 index 0000000..3308845 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-picker-grey.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/color-picker-white.svg b/breeze-icons-5.21.0/icons/actions/16/color-picker-white.svg new file mode 100644 index 0000000..dffc13f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-picker-white.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/color-picker.svg b/breeze-icons-5.21.0/icons/actions/16/color-picker.svg new file mode 100644 index 0000000..dacee01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/color-picker.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/colormanagement.svg b/breeze-icons-5.21.0/icons/actions/16/colormanagement.svg new file mode 120000 index 0000000..21e4611 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/colors-chromablue.svg b/breeze-icons-5.21.0/icons/actions/16/colors-chromablue.svg new file mode 100644 index 0000000..5be817c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/colors-chromablue.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/colors-chromagreen.svg b/breeze-icons-5.21.0/icons/actions/16/colors-chromagreen.svg new file mode 100644 index 0000000..12529a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/colors-chromagreen.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/colors-chromared.svg b/breeze-icons-5.21.0/icons/actions/16/colors-chromared.svg new file mode 100644 index 0000000..cde36b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/colors-chromared.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/colors-luma.svg b/breeze-icons-5.21.0/icons/actions/16/colors-luma.svg new file mode 100644 index 0000000..f4e899b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/colors-luma.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/combined_fragment.svg b/breeze-icons-5.21.0/icons/actions/16/combined_fragment.svg new file mode 100644 index 0000000..d406519 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/combined_fragment.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/compass.svg b/breeze-icons-5.21.0/icons/actions/16/compass.svg new file mode 100644 index 0000000..0829f3a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/compass.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/component.svg b/breeze-icons-5.21.0/icons/actions/16/component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/composition.svg b/breeze-icons-5.21.0/icons/actions/16/composition.svg new file mode 100644 index 0000000..2f94bf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/composition.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/configure-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/16/configure-shortcuts.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/configure-shortcuts.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/configure-toolbars.svg b/breeze-icons-5.21.0/icons/actions/16/configure-toolbars.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/configure-toolbars.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/configure.svg b/breeze-icons-5.21.0/icons/actions/16/configure.svg new file mode 100644 index 0000000..56a9557 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/configure.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/contact-new.svg b/breeze-icons-5.21.0/icons/actions/16/contact-new.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/contact-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/containment.svg b/breeze-icons-5.21.0/icons/actions/16/containment.svg new file mode 100644 index 0000000..986caea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/containment.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/crosshairs.svg b/breeze-icons-5.21.0/icons/actions/16/crosshairs.svg new file mode 100644 index 0000000..a8a0919 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/crosshairs.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/cursor-arrow.svg b/breeze-icons-5.21.0/icons/actions/16/cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/curve-connector.svg b/breeze-icons-5.21.0/icons/actions/16/curve-connector.svg new file mode 100644 index 0000000..7af7783 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/curve-connector.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dashboard-show.svg b/breeze-icons-5.21.0/icons/actions/16/dashboard-show.svg new file mode 100644 index 0000000..a590f02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dashboard-show.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/database-index.svg b/breeze-icons-5.21.0/icons/actions/16/database-index.svg new file mode 100644 index 0000000..295cce1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/database-index.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/datatype.svg b/breeze-icons-5.21.0/icons/actions/16/datatype.svg new file mode 120000 index 0000000..1b0dabf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/datatype.svg @@ -0,0 +1 @@ +code-typedef.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-execute-from-cursor.svg b/breeze-icons-5.21.0/icons/actions/16/debug-execute-from-cursor.svg new file mode 100644 index 0000000..f47a826 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-execute-from-cursor.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-execute-to-cursor.svg b/breeze-icons-5.21.0/icons/actions/16/debug-execute-to-cursor.svg new file mode 100644 index 0000000..1351271 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-execute-to-cursor.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-run-cursor.svg b/breeze-icons-5.21.0/icons/actions/16/debug-run-cursor.svg new file mode 100644 index 0000000..9369e4f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-run-cursor.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-run.svg b/breeze-icons-5.21.0/icons/actions/16/debug-run.svg new file mode 100644 index 0000000..bee7ddc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-run.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-step-instruction.svg b/breeze-icons-5.21.0/icons/actions/16/debug-step-instruction.svg new file mode 100644 index 0000000..b3b7d75 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-step-instruction.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-step-into-instruction.svg b/breeze-icons-5.21.0/icons/actions/16/debug-step-into-instruction.svg new file mode 100644 index 0000000..749cd5e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-step-into-instruction.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-step-into.svg b/breeze-icons-5.21.0/icons/actions/16/debug-step-into.svg new file mode 100644 index 0000000..7ae24b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-step-into.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-step-out.svg b/breeze-icons-5.21.0/icons/actions/16/debug-step-out.svg new file mode 100644 index 0000000..1269206 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-step-out.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/debug-step-over.svg b/breeze-icons-5.21.0/icons/actions/16/debug-step-over.svg new file mode 100644 index 0000000..e9192c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/debug-step-over.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/deep-history.svg b/breeze-icons-5.21.0/icons/actions/16/deep-history.svg new file mode 100644 index 0000000..ca8bc67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/deep-history.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/delete-comment.svg b/breeze-icons-5.21.0/icons/actions/16/delete-comment.svg new file mode 100644 index 0000000..e994fd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/delete-comment.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/delete-table-row.svg b/breeze-icons-5.21.0/icons/actions/16/delete-table-row.svg new file mode 100644 index 0000000..1aa3607 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/delete-table-row.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dependency.svg b/breeze-icons-5.21.0/icons/actions/16/dependency.svg new file mode 100644 index 0000000..c305a10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dependency.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/diag_class.svg b/breeze-icons-5.21.0/icons/actions/16/diag_class.svg new file mode 100644 index 0000000..2f164ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/diag_class.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-align-and-distribute.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-align-and-distribute.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-align-and-distribute.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-cancel.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-cancel.svg new file mode 100644 index 0000000..d3d5c06 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-cancel.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-close.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-fill-and-stroke.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-fill-and-stroke.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-fill-and-stroke.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-filters.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-filters.svg new file mode 120000 index 0000000..bf1c124 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-filters.svg @@ -0,0 +1 @@ +view-filter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-icon-preview.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-icon-preview.svg new file mode 120000 index 0000000..7a2e5e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-icon-preview.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-input-devices.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-input-devices.svg new file mode 100644 index 0000000..82ec221 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-input-devices.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-layers.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-layers.svg new file mode 100644 index 0000000..e73ac8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-layers.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-memory.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-memory.svg new file mode 120000 index 0000000..c615601 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-memory.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-messages.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-messages.svg new file mode 100644 index 0000000..97c2caa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-messages.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-object-properties.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-object-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-object-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-ok-apply.svg new file mode 100644 index 0000000..8016b9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-ok-apply.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-ok.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-rows-and-columns.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-rows-and-columns.svg new file mode 100644 index 0000000..44d5a89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-rows-and-columns.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-scripts.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-scripts.svg new file mode 100644 index 0000000..f886923 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-scripts.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-text-and-font.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-text-and-font.svg new file mode 120000 index 0000000..530ddc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-text-and-font.svg @@ -0,0 +1 @@ +gtk-select-font.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-tile-clones.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-tile-clones.svg new file mode 100644 index 0000000..78615eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-tile-clones.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-transform.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-transform.svg new file mode 120000 index 0000000..8c656af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-transform.svg @@ -0,0 +1 @@ +transform-scale.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/dialog-xml-editor.svg b/breeze-icons-5.21.0/icons/actions/16/dialog-xml-editor.svg new file mode 100644 index 0000000..0095945 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dialog-xml-editor.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dirsync.svg b/breeze-icons-5.21.0/icons/actions/16/dirsync.svg new file mode 120000 index 0000000..0e0e5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-baseline.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-baseline.svg new file mode 100644 index 0000000..711064a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-baseline.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-center.svg new file mode 100644 index 0000000..899f5f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-center.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-equal.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-equal.svg new file mode 100644 index 0000000..e6e192a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-equal.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-gaps.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-gaps.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-gaps.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-left.svg new file mode 100644 index 0000000..9624f8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-left.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-margin.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-margin.svg new file mode 100644 index 0000000..fc55b4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-margin.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-page.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-page.svg new file mode 100644 index 0000000..bf0ac1e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-page.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-right.svg new file mode 100644 index 0000000..b76c65f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-right.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-x.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-x.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal-x.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal.svg new file mode 100644 index 0000000..1348ae7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-horizontal.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-baseline.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-baseline.svg new file mode 100644 index 0000000..23f7164 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-baseline.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-bottom.svg new file mode 100644 index 0000000..418e15e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-bottom.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-center.svg new file mode 100644 index 0000000..35ddc51 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-center.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-equal.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-equal.svg new file mode 100644 index 0000000..7e8c152 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-equal.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-gaps.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-gaps.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-gaps.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-margin.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-margin.svg new file mode 100644 index 0000000..ba1c732 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-margin.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-page.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-page.svg new file mode 100644 index 0000000..2af973f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-page.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-top.svg new file mode 100644 index 0000000..68faba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-top.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-y.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-y.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical-y.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/distribute-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical.svg new file mode 100644 index 0000000..641b0e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/distribute-vertical.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-cleanup.svg b/breeze-icons-5.21.0/icons/actions/16/document-cleanup.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-cleanup.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-close.svg b/breeze-icons-5.21.0/icons/actions/16/document-close.svg new file mode 100644 index 0000000..e917e2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-close.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-decrypt.svg b/breeze-icons-5.21.0/icons/actions/16/document-decrypt.svg new file mode 100644 index 0000000..86cd106 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-decrypt.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..d5c536d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit-decrypt-verify.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit-decrypt.svg new file mode 100644 index 0000000..6ab7cdd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit-decrypt.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit-encrypt.svg new file mode 100644 index 0000000..894235a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit-encrypt.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..b0890b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit-sign-encrypt.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit-sign.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit-sign.svg new file mode 100644 index 0000000..7d60a17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit-sign.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit-verify.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit-verify.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit-verify.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-edit.svg b/breeze-icons-5.21.0/icons/actions/16/document-edit.svg new file mode 100644 index 0000000..43acd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-edit.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-encrypt.svg b/breeze-icons-5.21.0/icons/actions/16/document-encrypt.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-encrypted.svg b/breeze-icons-5.21.0/icons/actions/16/document-encrypted.svg new file mode 100644 index 0000000..706003b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-encrypted.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-export-ocal.svg b/breeze-icons-5.21.0/icons/actions/16/document-export-ocal.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-export-ocal.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-export-table.svg b/breeze-icons-5.21.0/icons/actions/16/document-export-table.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-export.svg b/breeze-icons-5.21.0/icons/actions/16/document-export.svg new file mode 100644 index 0000000..d4d1045 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-export.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-import-ocal.svg b/breeze-icons-5.21.0/icons/actions/16/document-import-ocal.svg new file mode 120000 index 0000000..c7116c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-import-ocal.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-import.svg b/breeze-icons-5.21.0/icons/actions/16/document-import.svg new file mode 100644 index 0000000..d6c5a63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-import.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-multiple.svg b/breeze-icons-5.21.0/icons/actions/16/document-multiple.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-new-from-template.svg b/breeze-icons-5.21.0/icons/actions/16/document-new-from-template.svg new file mode 100644 index 0000000..57aeeb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-new-from-template.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-new.svg b/breeze-icons-5.21.0/icons/actions/16/document-new.svg new file mode 100644 index 0000000..703ef2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-open-data.svg b/breeze-icons-5.21.0/icons/actions/16/document-open-data.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-open-folder.svg b/breeze-icons-5.21.0/icons/actions/16/document-open-folder.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-open-folder.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-open-recent.svg b/breeze-icons-5.21.0/icons/actions/16/document-open-recent.svg new file mode 100644 index 0000000..a7b316e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-open-recent.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-open-remote.svg b/breeze-icons-5.21.0/icons/actions/16/document-open-remote.svg new file mode 100644 index 0000000..73e9500 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-open-remote.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-open.svg b/breeze-icons-5.21.0/icons/actions/16/document-open.svg new file mode 100644 index 0000000..5f90c0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-open.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-preview-archive.svg b/breeze-icons-5.21.0/icons/actions/16/document-preview-archive.svg new file mode 100644 index 0000000..c3606fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-preview-archive.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-preview.svg b/breeze-icons-5.21.0/icons/actions/16/document-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-print-direct.svg b/breeze-icons-5.21.0/icons/actions/16/document-print-direct.svg new file mode 100644 index 0000000..b743a73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-print-direct.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-print-frame.svg b/breeze-icons-5.21.0/icons/actions/16/document-print-frame.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-print-preview.svg b/breeze-icons-5.21.0/icons/actions/16/document-print-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-print-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-print.svg b/breeze-icons-5.21.0/icons/actions/16/document-print.svg new file mode 100644 index 0000000..39e2e3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-print.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-properties.svg b/breeze-icons-5.21.0/icons/actions/16/document-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-revert.svg b/breeze-icons-5.21.0/icons/actions/16/document-revert.svg new file mode 100644 index 0000000..af93e70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-revert.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-save-all.svg b/breeze-icons-5.21.0/icons/actions/16/document-save-all.svg new file mode 100644 index 0000000..83f95e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-save-all.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-save-as.svg b/breeze-icons-5.21.0/icons/actions/16/document-save-as.svg new file mode 100644 index 0000000..e7b2d13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-save-as.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-save.svg b/breeze-icons-5.21.0/icons/actions/16/document-save.svg new file mode 100644 index 0000000..808a822 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-save.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-share.svg b/breeze-icons-5.21.0/icons/actions/16/document-share.svg new file mode 100644 index 0000000..9d19680 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-share.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/document-sign.svg b/breeze-icons-5.21.0/icons/actions/16/document-sign.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-sign.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/document-swap.svg b/breeze-icons-5.21.0/icons/actions/16/document-swap.svg new file mode 100644 index 0000000..0e9098b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/document-swap.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/documentation.svg b/breeze-icons-5.21.0/icons/actions/16/documentation.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/documentation.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/documentinfo.svg b/breeze-icons-5.21.0/icons/actions/16/documentinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/download-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/download-amarok.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/download-amarok.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/download-later.svg b/breeze-icons-5.21.0/icons/actions/16/download-later.svg new file mode 100644 index 0000000..83264f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/download-later.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/download.svg b/breeze-icons-5.21.0/icons/actions/16/download.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/download.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-arrow-back.svg b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-back.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-back.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-arrow-down.svg b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-arrow-forward.svg b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-forward.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-forward.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-arrow-up.svg b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-bezier-curves.svg b/breeze-icons-5.21.0/icons/actions/16/draw-bezier-curves.svg new file mode 100644 index 0000000..bc27bd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-bezier-curves.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-brush.svg b/breeze-icons-5.21.0/icons/actions/16/draw-brush.svg new file mode 100644 index 0000000..174802c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-brush.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-circle.svg b/breeze-icons-5.21.0/icons/actions/16/draw-circle.svg new file mode 100644 index 0000000..80fa0f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-circle.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-connector.svg b/breeze-icons-5.21.0/icons/actions/16/draw-connector.svg new file mode 100644 index 0000000..769d87b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-connector.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-cross.svg b/breeze-icons-5.21.0/icons/actions/16/draw-cross.svg new file mode 100644 index 0000000..c1a57bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-cross.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-cuboid.svg b/breeze-icons-5.21.0/icons/actions/16/draw-cuboid.svg new file mode 100644 index 0000000..a6b26f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-cuboid.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-donut.svg b/breeze-icons-5.21.0/icons/actions/16/draw-donut.svg new file mode 100644 index 0000000..295b327 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-donut.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-arc.svg b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-arc.svg new file mode 100644 index 0000000..9463342 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-arc.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-segment.svg b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-segment.svg new file mode 100644 index 0000000..e40101b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-segment.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-whole.svg b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-whole.svg new file mode 100644 index 0000000..8fffda9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse-whole.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-ellipse.svg b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse.svg new file mode 100644 index 0000000..821b10d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-ellipse.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-eraser-delete-objects.svg b/breeze-icons-5.21.0/icons/actions/16/draw-eraser-delete-objects.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-eraser-delete-objects.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-eraser.svg b/breeze-icons-5.21.0/icons/actions/16/draw-eraser.svg new file mode 100644 index 0000000..85c80cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-eraser.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-freehand.svg b/breeze-icons-5.21.0/icons/actions/16/draw-freehand.svg new file mode 100644 index 0000000..be21e01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-freehand.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle1.svg b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle1.svg new file mode 100644 index 0000000..2876936 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle1.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle2.svg b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle2.svg new file mode 100644 index 0000000..9c3f1a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle2.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle3.svg b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle3.svg new file mode 100644 index 0000000..1419a17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle3.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle4.svg b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle4.svg new file mode 100644 index 0000000..ad8ecf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-halfcircle4.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-line.svg b/breeze-icons-5.21.0/icons/actions/16/draw-line.svg new file mode 100644 index 0000000..2e2cd85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-line.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-path.svg b/breeze-icons-5.21.0/icons/actions/16/draw-path.svg new file mode 100644 index 0000000..2afbf77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-path.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-polygon-star.svg b/breeze-icons-5.21.0/icons/actions/16/draw-polygon-star.svg new file mode 100644 index 0000000..7dff01f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-polygon-star.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-polygon.svg b/breeze-icons-5.21.0/icons/actions/16/draw-polygon.svg new file mode 100644 index 0000000..741bfa7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-polygon.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-polyline.svg b/breeze-icons-5.21.0/icons/actions/16/draw-polyline.svg new file mode 100644 index 0000000..a4a7693 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-polyline.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-rectangle.svg b/breeze-icons-5.21.0/icons/actions/16/draw-rectangle.svg new file mode 100644 index 0000000..c7a188f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-rectangle.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-spiral.svg b/breeze-icons-5.21.0/icons/actions/16/draw-spiral.svg new file mode 100644 index 0000000..76f532f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-spiral.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-square-inverted-corners.svg b/breeze-icons-5.21.0/icons/actions/16/draw-square-inverted-corners.svg new file mode 100644 index 0000000..e1e17fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-square-inverted-corners.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-star.svg b/breeze-icons-5.21.0/icons/actions/16/draw-star.svg new file mode 100644 index 0000000..2831101 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-star.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-text.svg b/breeze-icons-5.21.0/icons/actions/16/draw-text.svg new file mode 100644 index 0000000..7e86fa6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-text.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-triangle.svg b/breeze-icons-5.21.0/icons/actions/16/draw-triangle.svg new file mode 100644 index 0000000..5c7879a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-triangle.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-triangle1.svg b/breeze-icons-5.21.0/icons/actions/16/draw-triangle1.svg new file mode 100644 index 0000000..9db2de2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-triangle1.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-triangle2.svg b/breeze-icons-5.21.0/icons/actions/16/draw-triangle2.svg new file mode 100644 index 0000000..0f60311 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-triangle2.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-triangle3.svg b/breeze-icons-5.21.0/icons/actions/16/draw-triangle3.svg new file mode 100644 index 0000000..3d80e9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-triangle3.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-triangle4.svg b/breeze-icons-5.21.0/icons/actions/16/draw-triangle4.svg new file mode 100644 index 0000000..2c0697e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-triangle4.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/draw-watercolor.svg b/breeze-icons-5.21.0/icons/actions/16/draw-watercolor.svg new file mode 100644 index 0000000..075c681 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/draw-watercolor.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/dynamic-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/dynamic-amarok.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-bomb.svg b/breeze-icons-5.21.0/icons/actions/16/edit-bomb.svg new file mode 100644 index 0000000..a4d2275 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-bomb.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clear-history.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clear-history.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clear-history.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clear-list.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clear-list.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clear-list.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clear-locationbar-ltr.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clear-locationbar-ltr.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clear-locationbar-rtl.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clear-locationbar-rtl.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clear.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clear.svg new file mode 100644 index 0000000..5c3ee20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clear.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clone-unlink.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clone-unlink.svg new file mode 100644 index 0000000..78a0267 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clone-unlink.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-clone.svg b/breeze-icons-5.21.0/icons/actions/16/edit-clone.svg new file mode 100644 index 0000000..3837718 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-clone.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-comment.svg b/breeze-icons-5.21.0/icons/actions/16/edit-comment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-copy.svg b/breeze-icons-5.21.0/icons/actions/16/edit-copy.svg new file mode 100644 index 0000000..1fc7884 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-copy.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-cut.svg b/breeze-icons-5.21.0/icons/actions/16/edit-cut.svg new file mode 100644 index 0000000..7e827a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-cut.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-delete-shred.svg b/breeze-icons-5.21.0/icons/actions/16/edit-delete-shred.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-delete-shred.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-delete.svg b/breeze-icons-5.21.0/icons/actions/16/edit-delete.svg new file mode 100644 index 0000000..173d637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-delete.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-download.svg b/breeze-icons-5.21.0/icons/actions/16/edit-download.svg new file mode 100644 index 0000000..9b917d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-download.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-duplicate.svg b/breeze-icons-5.21.0/icons/actions/16/edit-duplicate.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-duplicate.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-entry.svg b/breeze-icons-5.21.0/icons/actions/16/edit-entry.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-entry.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-find-mail.svg b/breeze-icons-5.21.0/icons/actions/16/edit-find-mail.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-find-project.svg b/breeze-icons-5.21.0/icons/actions/16/edit-find-project.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-find-replace.svg b/breeze-icons-5.21.0/icons/actions/16/edit-find-replace.svg new file mode 100644 index 0000000..147520f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-find-replace.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-find-user.svg b/breeze-icons-5.21.0/icons/actions/16/edit-find-user.svg new file mode 120000 index 0000000..12af19e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-find-user.svg @@ -0,0 +1 @@ +./edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-find.svg b/breeze-icons-5.21.0/icons/actions/16/edit-find.svg new file mode 100644 index 0000000..dbd273c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-find.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-guides.svg b/breeze-icons-5.21.0/icons/actions/16/edit-guides.svg new file mode 100644 index 0000000..06b8529 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-guides.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-image-face-add.svg b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-add.svg new file mode 100644 index 0000000..874e639 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-add.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-image-face-detect.svg b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-detect.svg new file mode 100644 index 0000000..2d0cf50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-detect.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-image-face-recognize.svg b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-recognize.svg new file mode 100644 index 0000000..d9a628d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-recognize.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-image-face-show.svg b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-show.svg new file mode 100644 index 0000000..36897b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-image-face-show.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-link.svg b/breeze-icons-5.21.0/icons/actions/16/edit-link.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-link.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-map.svg b/breeze-icons-5.21.0/icons/actions/16/edit-map.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-map.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-node.svg b/breeze-icons-5.21.0/icons/actions/16/edit-node.svg new file mode 100644 index 0000000..ed6e172 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-node.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-paste-in-place.svg b/breeze-icons-5.21.0/icons/actions/16/edit-paste-in-place.svg new file mode 100644 index 0000000..fb208e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-paste-in-place.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-paste-style.svg b/breeze-icons-5.21.0/icons/actions/16/edit-paste-style.svg new file mode 100644 index 0000000..c215ffa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-paste-style.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-paste.svg b/breeze-icons-5.21.0/icons/actions/16/edit-paste.svg new file mode 100644 index 0000000..42832a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-paste.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-redo.svg b/breeze-icons-5.21.0/icons/actions/16/edit-redo.svg new file mode 100644 index 0000000..f7ca62d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-redo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-rename.svg b/breeze-icons-5.21.0/icons/actions/16/edit-rename.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-rename.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-select-all-layers.svg b/breeze-icons-5.21.0/icons/actions/16/edit-select-all-layers.svg new file mode 100644 index 0000000..abda325 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-select-all-layers.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-select-all.svg b/breeze-icons-5.21.0/icons/actions/16/edit-select-all.svg new file mode 100644 index 0000000..3f080e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-select-all.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-select-invert.svg b/breeze-icons-5.21.0/icons/actions/16/edit-select-invert.svg new file mode 100644 index 0000000..b2475ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-select-invert.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-select-none.svg b/breeze-icons-5.21.0/icons/actions/16/edit-select-none.svg new file mode 100644 index 0000000..3ccc848 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-select-none.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-select-original.svg b/breeze-icons-5.21.0/icons/actions/16/edit-select-original.svg new file mode 100644 index 0000000..563b994 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-select-original.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-select.svg b/breeze-icons-5.21.0/icons/actions/16/edit-select.svg new file mode 100644 index 0000000..5961f0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-select.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-cell-merge.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-cell-merge.svg new file mode 100644 index 0000000..3d1a477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-cell-merge.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-cell-split.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-cell-split.svg new file mode 100644 index 0000000..26d9941 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-cell-split.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-delete-column.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-delete-column.svg new file mode 100644 index 0000000..75ac123 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-delete-column.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-delete-row.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-delete-row.svg new file mode 100644 index 0000000..6e081c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-delete-row.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-column-left.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-column-left.svg new file mode 100644 index 0000000..4fab8dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-column-left.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-column-right.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-column-right.svg new file mode 100644 index 0000000..71eb87b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-column-right.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-above.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-above.svg new file mode 100644 index 0000000..3e26f07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-above.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-below.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-below.svg new file mode 100644 index 0000000..ee80b67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-below.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-under.svg b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-under.svg new file mode 100644 index 0000000..e07e88a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-table-insert-row-under.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-text-frame-update.svg b/breeze-icons-5.21.0/icons/actions/16/edit-text-frame-update.svg new file mode 100644 index 0000000..096d34b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-text-frame-update.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-undo-history.svg b/breeze-icons-5.21.0/icons/actions/16/edit-undo-history.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-undo-history.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/edit-undo.svg b/breeze-icons-5.21.0/icons/actions/16/edit-undo.svg new file mode 100644 index 0000000..2ef92fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/edit-undo.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/editimage.svg b/breeze-icons-5.21.0/icons/actions/16/editimage.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/editimage.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/editor.svg b/breeze-icons-5.21.0/icons/actions/16/editor.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/editor.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/end_of_life.svg b/breeze-icons-5.21.0/icons/actions/16/end_of_life.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/end_of_life.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/end_state.svg b/breeze-icons-5.21.0/icons/actions/16/end_state.svg new file mode 120000 index 0000000..82214a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/end_state.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/entity.svg b/breeze-icons-5.21.0/icons/actions/16/entity.svg new file mode 100644 index 0000000..7b4c1ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/entity.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/entry-clone.svg b/breeze-icons-5.21.0/icons/actions/16/entry-clone.svg new file mode 120000 index 0000000..057bb99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/entry-clone.svg @@ -0,0 +1 @@ +edit-clone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/entry-delete.svg b/breeze-icons-5.21.0/icons/actions/16/entry-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/entry-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/entry-edit.svg b/breeze-icons-5.21.0/icons/actions/16/entry-edit.svg new file mode 100644 index 0000000..a179573 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/entry-edit.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/enum.svg b/breeze-icons-5.21.0/icons/actions/16/enum.svg new file mode 120000 index 0000000..7857e22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/enum.svg @@ -0,0 +1 @@ +code-variable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/error.svg b/breeze-icons-5.21.0/icons/actions/16/error.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/error.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-all.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-all.svg new file mode 100644 index 0000000..66f9619 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-all.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-down.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-down.svg new file mode 100644 index 0000000..f978039 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-down.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-horizontal.svg new file mode 100644 index 0000000..a5b39b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-horizontal.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-left.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-left.svg new file mode 100644 index 0000000..25158a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-left.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-right.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-right.svg new file mode 100644 index 0000000..90a42f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-right.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-up.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-up.svg new file mode 100644 index 0000000..1105f55 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-up.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/escape-direction-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/escape-direction-vertical.svg new file mode 100644 index 0000000..c994c3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/escape-direction-vertical.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/exception.svg b/breeze-icons-5.21.0/icons/actions/16/exception.svg new file mode 100644 index 0000000..5c3adba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/exception.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/exifinfo.svg b/breeze-icons-5.21.0/icons/actions/16/exifinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/favorite-genres-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/favorite-genres-amarok.svg new file mode 100644 index 0000000..8fb52f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/favorite-genres-amarok.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/feed-subscribe.svg b/breeze-icons-5.21.0/icons/actions/16/feed-subscribe.svg new file mode 100644 index 0000000..60f8926 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/feed-subscribe.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/file-zoom-in.svg b/breeze-icons-5.21.0/icons/actions/16/file-zoom-in.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/file-zoom-out.svg b/breeze-icons-5.21.0/icons/actions/16/file-zoom-out.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-album-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-album-amarok.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-and-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-and-amarok.svg new file mode 100644 index 0000000..b9405f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-and-amarok.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-bpm-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-bpm-amarok.svg new file mode 100644 index 0000000..bf6b31f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-bpm-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-comment-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-comment-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-composer-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-composer-amarok.svg new file mode 120000 index 0000000..c2db299 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-dash-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-dash-amarok.svg new file mode 100644 index 0000000..64a405f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-dash-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-discnumber-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-discnumber-amarok.svg new file mode 100644 index 0000000..ade223b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-discnumber-amarok.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-divider.svg b/breeze-icons-5.21.0/icons/actions/16/filename-divider.svg new file mode 100644 index 0000000..eb49ef4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-divider.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-dot-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-dot-amarok.svg new file mode 100644 index 0000000..057cd2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-dot-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-filetype-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-filetype-amarok.svg new file mode 100644 index 0000000..d82c390 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-filetype-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-genre-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-genre-amarok.svg new file mode 120000 index 0000000..597fac1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-group-length.svg b/breeze-icons-5.21.0/icons/actions/16/filename-group-length.svg new file mode 100644 index 0000000..c4c3f7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-group-length.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-group-tracks.svg b/breeze-icons-5.21.0/icons/actions/16/filename-group-tracks.svg new file mode 100644 index 0000000..bfb5b22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-group-tracks.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-ignore-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-ignore-amarok.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-ignore-amarok.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-initial-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-initial-amarok.svg new file mode 100644 index 0000000..017bcea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-initial-amarok.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-last-played.svg b/breeze-icons-5.21.0/icons/actions/16/filename-last-played.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-moodbar.svg b/breeze-icons-5.21.0/icons/actions/16/filename-moodbar.svg new file mode 100644 index 0000000..8ea412d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-moodbar.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-sample-rate.svg b/breeze-icons-5.21.0/icons/actions/16/filename-sample-rate.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-sample-rate.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-slash-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-slash-amarok.svg new file mode 100644 index 0000000..59312a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-slash-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-space-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-space-amarok.svg new file mode 100644 index 0000000..71b2e5e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-space-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-title-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-title-amarok.svg new file mode 100644 index 0000000..693ccda --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-title-amarok.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-track-amarok.svg new file mode 120000 index 0000000..324bd1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-underscore-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-underscore-amarok.svg new file mode 100644 index 0000000..389c7fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-underscore-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/filename-year-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/filename-year-amarok.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/fileview-preview.svg b/breeze-icons-5.21.0/icons/actions/16/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/fill-color.svg b/breeze-icons-5.21.0/icons/actions/16/fill-color.svg new file mode 100644 index 0000000..9984209 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/fill-color.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/fill-rule-even-odd.svg b/breeze-icons-5.21.0/icons/actions/16/fill-rule-even-odd.svg new file mode 100644 index 0000000..71b717f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/fill-rule-even-odd.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/fill-rule-nonzero.svg b/breeze-icons-5.21.0/icons/actions/16/fill-rule-nonzero.svg new file mode 100644 index 0000000..176cc51 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/fill-rule-nonzero.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/final_activity.svg b/breeze-icons-5.21.0/icons/actions/16/final_activity.svg new file mode 100644 index 0000000..0d3550a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/final_activity.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flag-black.svg b/breeze-icons-5.21.0/icons/actions/16/flag-black.svg new file mode 100644 index 0000000..80438e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flag-black.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flag-blue.svg b/breeze-icons-5.21.0/icons/actions/16/flag-blue.svg new file mode 100644 index 0000000..03cc7f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flag-blue.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flag-green.svg b/breeze-icons-5.21.0/icons/actions/16/flag-green.svg new file mode 100644 index 0000000..d8ce9de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flag-green.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flag-red.svg b/breeze-icons-5.21.0/icons/actions/16/flag-red.svg new file mode 100644 index 0000000..f5ca399 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flag-red.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flag-yellow.svg b/breeze-icons-5.21.0/icons/actions/16/flag-yellow.svg new file mode 100644 index 0000000..656e00a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flag-yellow.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flag.svg b/breeze-icons-5.21.0/icons/actions/16/flag.svg new file mode 100644 index 0000000..4f3a103 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flag.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/flash.svg b/breeze-icons-5.21.0/icons/actions/16/flash.svg new file mode 100644 index 0000000..def268a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/flash.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/folder-new.svg b/breeze-icons-5.21.0/icons/actions/16/folder-new.svg new file mode 100644 index 0000000..16b1745 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/folder-new.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/folder-sync.svg b/breeze-icons-5.21.0/icons/actions/16/folder-sync.svg new file mode 100644 index 0000000..88e677c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/folder-sync.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/followmouse.svg b/breeze-icons-5.21.0/icons/actions/16/followmouse.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/foreign_green.svg b/breeze-icons-5.21.0/icons/actions/16/foreign_green.svg new file mode 100644 index 0000000..7b990ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/foreign_green.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/foreign_red.svg b/breeze-icons-5.21.0/icons/actions/16/foreign_red.svg new file mode 100644 index 0000000..eb150bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/foreign_red.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/foreignkey_constraint.svg b/breeze-icons-5.21.0/icons/actions/16/foreignkey_constraint.svg new file mode 100644 index 0000000..d2244f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/foreignkey_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/fork.svg b/breeze-icons-5.21.0/icons/actions/16/fork.svg new file mode 100644 index 0000000..ea0ccd5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/fork.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-add-node.svg b/breeze-icons-5.21.0/icons/actions/16/format-add-node.svg new file mode 100644 index 0000000..9a6aeb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-add-node.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-bottom.svg new file mode 100644 index 0000000..a16df02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-bottom.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-center.svg new file mode 100644 index 0000000..0969274 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-center.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-top.svg new file mode 100644 index 0000000..67d9d16 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-align-vertical-top.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-all.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-all.svg new file mode 100644 index 0000000..c0772f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-all.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-bottom.svg new file mode 100644 index 0000000..1eb6635 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-bottom.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-diagonal-bl-tr.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-diagonal-bl-tr.svg new file mode 100644 index 0000000..d19ce86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-diagonal-bl-tr.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-diagonal-tl-br.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-diagonal-tl-br.svg new file mode 100644 index 0000000..4d6ac4d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-diagonal-tl-br.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-external.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-external.svg new file mode 100644 index 0000000..5a9ca42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-external.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal-horizontal.svg new file mode 100644 index 0000000..617cb3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal-horizontal.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal-vertical.svg new file mode 100644 index 0000000..f59e9f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal-vertical.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal.svg new file mode 100644 index 0000000..9a9fd48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-internal.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-left.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-left.svg new file mode 100644 index 0000000..3989d40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-left.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-none.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-none.svg new file mode 100644 index 0000000..a710eb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-none.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-right.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-right.svg new file mode 100644 index 0000000..b1d0d4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-right.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-set-top.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-set-top.svg new file mode 100644 index 0000000..4d5018c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-set-top.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-border-style.svg b/breeze-icons-5.21.0/icons/actions/16/format-border-style.svg new file mode 100644 index 0000000..24911ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-border-style.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-break-node.svg b/breeze-icons-5.21.0/icons/actions/16/format-break-node.svg new file mode 100644 index 0000000..49abfc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-break-node.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-connect-node.svg b/breeze-icons-5.21.0/icons/actions/16/format-connect-node.svg new file mode 100644 index 0000000..39c942f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-connect-node.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-disconnect-node.svg b/breeze-icons-5.21.0/icons/actions/16/format-disconnect-node.svg new file mode 100644 index 0000000..fc8b79c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-disconnect-node.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-fill-color.svg b/breeze-icons-5.21.0/icons/actions/16/format-fill-color.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-fill-color.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/format-font-size-less.svg b/breeze-icons-5.21.0/icons/actions/16/format-font-size-less.svg new file mode 100644 index 0000000..c5e6844 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-font-size-less.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-font-size-more.svg b/breeze-icons-5.21.0/icons/actions/16/format-font-size-more.svg new file mode 100644 index 0000000..a8bd98b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-font-size-more.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-indent-less.svg b/breeze-icons-5.21.0/icons/actions/16/format-indent-less.svg new file mode 100644 index 0000000..661f84a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-indent-less.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-indent-more.svg b/breeze-icons-5.21.0/icons/actions/16/format-indent-more.svg new file mode 100644 index 0000000..3ec7a34 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-indent-more.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-join-node.svg b/breeze-icons-5.21.0/icons/actions/16/format-join-node.svg new file mode 100644 index 0000000..314cf67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-join-node.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-justify-center.svg b/breeze-icons-5.21.0/icons/actions/16/format-justify-center.svg new file mode 100644 index 0000000..634a926 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-justify-center.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-justify-fill.svg b/breeze-icons-5.21.0/icons/actions/16/format-justify-fill.svg new file mode 100644 index 0000000..c2fe997 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-justify-fill.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-justify-left.svg b/breeze-icons-5.21.0/icons/actions/16/format-justify-left.svg new file mode 100644 index 0000000..1b7f690 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-justify-left.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-justify-right.svg b/breeze-icons-5.21.0/icons/actions/16/format-justify-right.svg new file mode 100644 index 0000000..38f6345 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-justify-right.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-double.svg b/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-double.svg new file mode 100644 index 0000000..31a9417 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-double.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-normal.svg b/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-normal.svg new file mode 100644 index 0000000..42e1f57 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-normal.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-triple.svg b/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-triple.svg new file mode 100644 index 0000000..7d70581 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-line-spacing-triple.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-list-ordered.svg b/breeze-icons-5.21.0/icons/actions/16/format-list-ordered.svg new file mode 100644 index 0000000..78ad26c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-list-ordered.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-list-unordered.svg b/breeze-icons-5.21.0/icons/actions/16/format-list-unordered.svg new file mode 100644 index 0000000..ad33bfb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-list-unordered.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-number-percent.svg b/breeze-icons-5.21.0/icons/actions/16/format-number-percent.svg new file mode 100644 index 0000000..fabafd2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-number-percent.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-precision-less.svg b/breeze-icons-5.21.0/icons/actions/16/format-precision-less.svg new file mode 100644 index 0000000..2ab3c4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-precision-less.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-precision-more.svg b/breeze-icons-5.21.0/icons/actions/16/format-precision-more.svg new file mode 100644 index 0000000..03d7411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-precision-more.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-remove-node.svg b/breeze-icons-5.21.0/icons/actions/16/format-remove-node.svg new file mode 100644 index 0000000..4ec1e22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-remove-node.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-stroke-color.svg b/breeze-icons-5.21.0/icons/actions/16/format-stroke-color.svg new file mode 100644 index 0000000..fb4b7dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-stroke-color.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-blockquote.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-blockquote.svg new file mode 100644 index 0000000..53075fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-blockquote.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-bold.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-bold.svg new file mode 100644 index 0000000..aa711a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-bold.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-capitalize.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-capitalize.svg new file mode 100644 index 0000000..2edf72b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-capitalize.svg @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-code.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-code.svg new file mode 100644 index 0000000..b7a54af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-code.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-color.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-color.svg new file mode 100644 index 0000000..e1ddf2f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-color.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-direction-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-horizontal.svg new file mode 100644 index 0000000..69d1aae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-horizontal.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-direction-ltr.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-ltr.svg new file mode 100644 index 0000000..95d84d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-ltr.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-direction-rtl.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-rtl.svg new file mode 100644 index 0000000..18c6eea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-rtl.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-direction-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-vertical.svg new file mode 100644 index 0000000..6aa17e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-direction-vertical.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-italic.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-italic.svg new file mode 100644 index 0000000..9ac3f13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-italic.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-lowercase.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-lowercase.svg new file mode 100644 index 0000000..9f7f481 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-lowercase.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-strikethrough.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-strikethrough.svg new file mode 100644 index 0000000..89864cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-strikethrough.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-subscript.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-subscript.svg new file mode 100644 index 0000000..838fba7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-subscript.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-superscript.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-superscript.svg new file mode 100644 index 0000000..bb016c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-superscript.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-symbol.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-symbol.svg new file mode 100644 index 0000000..6fb1426 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-symbol.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-underline.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-underline.svg new file mode 100644 index 0000000..a09100c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-underline.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/format-text-uppercase.svg b/breeze-icons-5.21.0/icons/actions/16/format-text-uppercase.svg new file mode 100644 index 0000000..c6c8805 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/format-text-uppercase.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/formula.svg b/breeze-icons-5.21.0/icons/actions/16/formula.svg new file mode 100644 index 0000000..6ded964 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/formula.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-achievements.svg b/breeze-icons-5.21.0/icons/actions/16/games-achievements.svg new file mode 100644 index 0000000..9f921c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-achievements.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-config-background.svg b/breeze-icons-5.21.0/icons/actions/16/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/games-config-board.svg b/breeze-icons-5.21.0/icons/actions/16/games-config-board.svg new file mode 100644 index 0000000..c3398fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-config-board.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-config-custom.svg b/breeze-icons-5.21.0/icons/actions/16/games-config-custom.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-config-custom.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/games-config-options.svg b/breeze-icons-5.21.0/icons/actions/16/games-config-options.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-config-options.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/games-config-theme.svg b/breeze-icons-5.21.0/icons/actions/16/games-config-theme.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/games-config-tiles.svg b/breeze-icons-5.21.0/icons/actions/16/games-config-tiles.svg new file mode 100644 index 0000000..82eec44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-config-tiles.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-difficult.svg b/breeze-icons-5.21.0/icons/actions/16/games-difficult.svg new file mode 100644 index 0000000..50fec5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-difficult.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-endturn.svg b/breeze-icons-5.21.0/icons/actions/16/games-endturn.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-endturn.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/games-highscores.svg b/breeze-icons-5.21.0/icons/actions/16/games-highscores.svg new file mode 100644 index 0000000..3659a75 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-highscores.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-hint.svg b/breeze-icons-5.21.0/icons/actions/16/games-hint.svg new file mode 100644 index 0000000..ecf5f49 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-hint.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/games-solve.svg b/breeze-icons-5.21.0/icons/actions/16/games-solve.svg new file mode 100644 index 0000000..5fbffb9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/games-solve.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/geany-build.svg b/breeze-icons-5.21.0/icons/actions/16/geany-build.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/geany-close-all.svg b/breeze-icons-5.21.0/icons/actions/16/geany-close-all.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/geany-save-all.svg b/breeze-icons-5.21.0/icons/actions/16/geany-save-all.svg new file mode 120000 index 0000000..43e072f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/generalisation.svg b/breeze-icons-5.21.0/icons/actions/16/generalisation.svg new file mode 120000 index 0000000..0d7f524 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/generalisation.svg @@ -0,0 +1 @@ +generalise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/generalise.svg b/breeze-icons-5.21.0/icons/actions/16/generalise.svg new file mode 100644 index 0000000..646bd3f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/generalise.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/get-hot-new-stuff.svg b/breeze-icons-5.21.0/icons/actions/16/get-hot-new-stuff.svg new file mode 100644 index 0000000..3cfc80e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/get-hot-new-stuff.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/globe.svg b/breeze-icons-5.21.0/icons/actions/16/globe.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/globe.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/go-bottom.svg new file mode 100644 index 0000000..396db99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-bottom.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-down-search.svg b/breeze-icons-5.21.0/icons/actions/16/go-down-search.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-down-search.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-down.svg b/breeze-icons-5.21.0/icons/actions/16/go-down.svg new file mode 100644 index 0000000..5798ffd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-down.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-first-view-page.svg b/breeze-icons-5.21.0/icons/actions/16/go-first-view-page.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-first-view.svg b/breeze-icons-5.21.0/icons/actions/16/go-first-view.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-first.svg b/breeze-icons-5.21.0/icons/actions/16/go-first.svg new file mode 100644 index 0000000..f685bd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-first.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-home-large.svg b/breeze-icons-5.21.0/icons/actions/16/go-home-large.svg new file mode 120000 index 0000000..5cbdae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-home.svg b/breeze-icons-5.21.0/icons/actions/16/go-home.svg new file mode 100644 index 0000000..de6df69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-home.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-jump-declaration.svg b/breeze-icons-5.21.0/icons/actions/16/go-jump-declaration.svg new file mode 100644 index 0000000..492114f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-jump-declaration.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-jump-definition.svg b/breeze-icons-5.21.0/icons/actions/16/go-jump-definition.svg new file mode 100644 index 0000000..7a69889 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-jump-definition.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-jump-locationbar.svg b/breeze-icons-5.21.0/icons/actions/16/go-jump-locationbar.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-jump-today.svg b/breeze-icons-5.21.0/icons/actions/16/go-jump-today.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-jump.svg b/breeze-icons-5.21.0/icons/actions/16/go-jump.svg new file mode 100644 index 0000000..07f98ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-jump.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-last-view-page.svg b/breeze-icons-5.21.0/icons/actions/16/go-last-view-page.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-last-view.svg b/breeze-icons-5.21.0/icons/actions/16/go-last-view.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-last.svg b/breeze-icons-5.21.0/icons/actions/16/go-last.svg new file mode 100644 index 0000000..114a972 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-last.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-next-context.svg b/breeze-icons-5.21.0/icons/actions/16/go-next-context.svg new file mode 100644 index 0000000..a9eddba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-next-context.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-next-use.svg b/breeze-icons-5.21.0/icons/actions/16/go-next-use.svg new file mode 100644 index 0000000..cc680c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-next-use.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-next-view-page.svg b/breeze-icons-5.21.0/icons/actions/16/go-next-view-page.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-next-view.svg b/breeze-icons-5.21.0/icons/actions/16/go-next-view.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-next.svg b/breeze-icons-5.21.0/icons/actions/16/go-next.svg new file mode 100644 index 0000000..be047a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-next.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-parent-folder.svg b/breeze-icons-5.21.0/icons/actions/16/go-parent-folder.svg new file mode 100644 index 0000000..1e4b37d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-parent-folder.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-previous-context.svg b/breeze-icons-5.21.0/icons/actions/16/go-previous-context.svg new file mode 100644 index 0000000..e6df792 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-previous-context.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-previous-use.svg b/breeze-icons-5.21.0/icons/actions/16/go-previous-use.svg new file mode 100644 index 0000000..c003d49 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-previous-use.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-previous-view-page.svg b/breeze-icons-5.21.0/icons/actions/16/go-previous-view-page.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-previous-view.svg b/breeze-icons-5.21.0/icons/actions/16/go-previous-view.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-previous.svg b/breeze-icons-5.21.0/icons/actions/16/go-previous.svg new file mode 100644 index 0000000..7db14fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-previous.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-top.svg b/breeze-icons-5.21.0/icons/actions/16/go-top.svg new file mode 100644 index 0000000..05d77eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-top.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/go-up-search.svg b/breeze-icons-5.21.0/icons/actions/16/go-up-search.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-up-search.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/go-up.svg b/breeze-icons-5.21.0/icons/actions/16/go-up.svg new file mode 100644 index 0000000..cb30082 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/go-up.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/gpg.svg b/breeze-icons-5.21.0/icons/actions/16/gpg.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gpg.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gpgsm.svg b/breeze-icons-5.21.0/icons/actions/16/gpgsm.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gpgsm.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gps.svg b/breeze-icons-5.21.0/icons/actions/16/gps.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/grid-axonometric.svg b/breeze-icons-5.21.0/icons/actions/16/grid-axonometric.svg new file mode 100644 index 0000000..89d813d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/grid-axonometric.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/grid-rectangular.svg b/breeze-icons-5.21.0/icons/actions/16/grid-rectangular.svg new file mode 100644 index 0000000..849a57d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/grid-rectangular.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/group-delete.svg b/breeze-icons-5.21.0/icons/actions/16/group-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/group-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/group-edit.svg b/breeze-icons-5.21.0/icons/actions/16/group-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/group-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/group-new.svg b/breeze-icons-5.21.0/icons/actions/16/group-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/group-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-add.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-apply.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-apply.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-apply.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-authentication.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-authentication.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-authentication.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-bold.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-bold.svg new file mode 120000 index 0000000..3921884 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-cancel.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-cancel.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-cancel.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-cdrom.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-cdrom.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-clear.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-clear.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-close.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-color-picker.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-connect.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-connect.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-convert.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-convert.svg new file mode 100644 index 0000000..9bc45d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-convert.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-disconnect.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-disconnect.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-edit.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-execute.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-execute.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-execute.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-floppy.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-floppy.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-index.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-index.svg new file mode 100644 index 0000000..71b42e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-index.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-no.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-no.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-ok.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-preferences.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-preferences.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-preferences.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-properties.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-quit.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-quit.svg new file mode 120000 index 0000000..514fcfb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-quit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-select-color.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-select-color.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-select-font.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-select-font.svg new file mode 100644 index 0000000..060f6f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-select-font.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-stop.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-stop.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-stop.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-undelete-ltr.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-undelete-ltr.svg new file mode 120000 index 0000000..88a18b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-undelete-rtl.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-undelete-rtl.svg new file mode 120000 index 0000000..a13a878 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/gtk-yes.svg b/breeze-icons-5.21.0/icons/actions/16/gtk-yes.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/gtk-yes.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/guides.svg b/breeze-icons-5.21.0/icons/actions/16/guides.svg new file mode 120000 index 0000000..520ecec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/guides.svg @@ -0,0 +1 @@ +snap-guideline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-about.svg b/breeze-icons-5.21.0/icons/actions/16/help-about.svg new file mode 100644 index 0000000..2aa164e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-about.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/help-contents.svg b/breeze-icons-5.21.0/icons/actions/16/help-contents.svg new file mode 120000 index 0000000..442e3fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-contents.svg @@ -0,0 +1 @@ +../../apps/16/system-help.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-contextual.svg b/breeze-icons-5.21.0/icons/actions/16/help-contextual.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-contextual.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-donate.svg b/breeze-icons-5.21.0/icons/actions/16/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-feedback.svg b/breeze-icons-5.21.0/icons/actions/16/help-feedback.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-hint.svg b/breeze-icons-5.21.0/icons/actions/16/help-hint.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/16/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/help-whatsthis.svg b/breeze-icons-5.21.0/icons/actions/16/help-whatsthis.svg new file mode 100644 index 0000000..d05f4a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/help-whatsthis.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/hidemouse.svg b/breeze-icons-5.21.0/icons/actions/16/hidemouse.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/hint.svg b/breeze-icons-5.21.0/icons/actions/16/hint.svg new file mode 100644 index 0000000..924dfbb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/hint.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/identity.svg b/breeze-icons-5.21.0/icons/actions/16/identity.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/im-aim.svg b/breeze-icons-5.21.0/icons/actions/16/im-aim.svg new file mode 100644 index 0000000..47a6c50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-aim.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-ban-kick-user.svg b/breeze-icons-5.21.0/icons/actions/16/im-ban-kick-user.svg new file mode 100644 index 0000000..bd09a2a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-ban-kick-user.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-ban-user.svg b/breeze-icons-5.21.0/icons/actions/16/im-ban-user.svg new file mode 120000 index 0000000..9861f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-ban-user.svg @@ -0,0 +1 @@ +./list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/im-facebook.svg b/breeze-icons-5.21.0/icons/actions/16/im-facebook.svg new file mode 100644 index 0000000..0fb510c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-facebook.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-icq.svg b/breeze-icons-5.21.0/icons/actions/16/im-icq.svg new file mode 100644 index 0000000..54c179f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-icq.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-identi.ca.svg b/breeze-icons-5.21.0/icons/actions/16/im-identi.ca.svg new file mode 100644 index 0000000..4755f3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-identi.ca.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-invisible-user.svg b/breeze-icons-5.21.0/icons/actions/16/im-invisible-user.svg new file mode 100644 index 0000000..28bc190 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-invisible-user.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-irc.svg b/breeze-icons-5.21.0/icons/actions/16/im-irc.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-irc.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/im-jabber.svg b/breeze-icons-5.21.0/icons/actions/16/im-jabber.svg new file mode 120000 index 0000000..d31bb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-jabber.svg @@ -0,0 +1 @@ +games-hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/im-kick-user.svg b/breeze-icons-5.21.0/icons/actions/16/im-kick-user.svg new file mode 100644 index 0000000..acc2c4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-kick-user.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-msn.svg b/breeze-icons-5.21.0/icons/actions/16/im-msn.svg new file mode 100644 index 0000000..a1314a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-msn.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-qq.svg b/breeze-icons-5.21.0/icons/actions/16/im-qq.svg new file mode 100644 index 0000000..b5819a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-qq.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-skype.svg b/breeze-icons-5.21.0/icons/actions/16/im-skype.svg new file mode 100644 index 0000000..bded154 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-skype.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-twitter.svg b/breeze-icons-5.21.0/icons/actions/16/im-twitter.svg new file mode 100644 index 0000000..594439d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-twitter.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-user-away.svg b/breeze-icons-5.21.0/icons/actions/16/im-user-away.svg new file mode 100644 index 0000000..4dbedfe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-user-away.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-user-busy.svg b/breeze-icons-5.21.0/icons/actions/16/im-user-busy.svg new file mode 100644 index 0000000..c799d92 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-user-busy.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-user-offline.svg b/breeze-icons-5.21.0/icons/actions/16/im-user-offline.svg new file mode 100644 index 0000000..730ad79 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-user-offline.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-user-online.svg b/breeze-icons-5.21.0/icons/actions/16/im-user-online.svg new file mode 100644 index 0000000..c9c2d10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-user-online.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-user.svg b/breeze-icons-5.21.0/icons/actions/16/im-user.svg new file mode 100644 index 0000000..f43ac9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-user.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/im-yahoo.svg b/breeze-icons-5.21.0/icons/actions/16/im-yahoo.svg new file mode 100644 index 0000000..a7ab9d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/im-yahoo.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/imagecomment.svg b/breeze-icons-5.21.0/icons/actions/16/imagecomment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/initial_state.svg b/breeze-icons-5.21.0/icons/actions/16/initial_state.svg new file mode 120000 index 0000000..a0af194 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/initial_state.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-button.svg b/breeze-icons-5.21.0/icons/actions/16/insert-button.svg new file mode 100644 index 0000000..e98892f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-button.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-endnote.svg b/breeze-icons-5.21.0/icons/actions/16/insert-endnote.svg new file mode 100644 index 0000000..cd38d0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-endnote.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-footnote.svg b/breeze-icons-5.21.0/icons/actions/16/insert-footnote.svg new file mode 100644 index 0000000..5445dbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-footnote.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-horizontal-rule.svg b/breeze-icons-5.21.0/icons/actions/16/insert-horizontal-rule.svg new file mode 100644 index 0000000..2e91c5e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-horizontal-rule.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-image.svg b/breeze-icons-5.21.0/icons/actions/16/insert-image.svg new file mode 100644 index 0000000..10f44c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-image.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-link.svg b/breeze-icons-5.21.0/icons/actions/16/insert-link.svg new file mode 100644 index 0000000..6689919 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-link.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-math-expression.svg b/breeze-icons-5.21.0/icons/actions/16/insert-math-expression.svg new file mode 100644 index 0000000..58aee87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-math-expression.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-more-mark.svg b/breeze-icons-5.21.0/icons/actions/16/insert-more-mark.svg new file mode 100644 index 0000000..05a2e75 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-more-mark.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-page-break.svg b/breeze-icons-5.21.0/icons/actions/16/insert-page-break.svg new file mode 100644 index 0000000..e2982f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-page-break.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-table-of-contents.svg b/breeze-icons-5.21.0/icons/actions/16/insert-table-of-contents.svg new file mode 100644 index 0000000..e36ec5d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-table-of-contents.svg @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-table-row.svg b/breeze-icons-5.21.0/icons/actions/16/insert-table-row.svg new file mode 120000 index 0000000..ff3e28d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-table-row.svg @@ -0,0 +1 @@ +edit-table-insert-row-above.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-table.svg b/breeze-icons-5.21.0/icons/actions/16/insert-table.svg new file mode 100644 index 0000000..072f555 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-table.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-tableofcontents.svg b/breeze-icons-5.21.0/icons/actions/16/insert-tableofcontents.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-tableofcontents.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-text-frame.svg b/breeze-icons-5.21.0/icons/actions/16/insert-text-frame.svg new file mode 100644 index 0000000..e622912 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-text-frame.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/insert-text.svg b/breeze-icons-5.21.0/icons/actions/16/insert-text.svg new file mode 100644 index 0000000..5786fbf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/insert-text.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/installed.svg b/breeze-icons-5.21.0/icons/actions/16/installed.svg new file mode 120000 index 0000000..a363b7f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/installed.svg @@ -0,0 +1 @@ +package-reinstall.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/interface.svg b/breeze-icons-5.21.0/icons/actions/16/interface.svg new file mode 120000 index 0000000..4b00663 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/interface.svg @@ -0,0 +1 @@ +edit-guides.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/internet-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/internet-amarok.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/internet-amarok.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/invertimage.svg b/breeze-icons-5.21.0/icons/actions/16/invertimage.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/irc-channel-active.svg b/breeze-icons-5.21.0/icons/actions/16/irc-channel-active.svg new file mode 100644 index 0000000..d2c3511 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/irc-channel-active.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/irc-channel-inactive.svg b/breeze-icons-5.21.0/icons/actions/16/irc-channel-inactive.svg new file mode 100644 index 0000000..ac89ae3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/irc-channel-inactive.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/irc-close-channel.svg b/breeze-icons-5.21.0/icons/actions/16/irc-close-channel.svg new file mode 120000 index 0000000..d96b05d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/irc-close-channel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/irc-join-channel.svg b/breeze-icons-5.21.0/icons/actions/16/irc-join-channel.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/irc-join-channel.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/join.svg b/breeze-icons-5.21.0/icons/actions/16/join.svg new file mode 100644 index 0000000..b77a426 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/join.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/journal-new.svg b/breeze-icons-5.21.0/icons/actions/16/journal-new.svg new file mode 100644 index 0000000..6c7cf8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/journal-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/junction.svg b/breeze-icons-5.21.0/icons/actions/16/junction.svg new file mode 100644 index 0000000..f6e13ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/junction.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-add-slide-clip.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-add-slide-clip.svg new file mode 120000 index 0000000..b9ac114 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +tool-animator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-bottom.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-hor.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-hor.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-hor.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-left.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-left.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-left.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-right.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-right.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-right.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-top.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-top.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-top.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-vert.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-vert.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-align-vert.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-deleffect.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-deleffect.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-deleffect.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-down.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-down.svg new file mode 120000 index 0000000..a8eb1b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-lock.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-menu.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-menu.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-menu.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-select-rects.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-select-rects.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-select-rects.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-select-tool.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-select-tool.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-select-tool.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-show-audiothumb.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-show-audiothumb.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-show-audiothumb.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-show-video.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-show-video.svg new file mode 120000 index 0000000..c7bf819 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-show-video.svg @@ -0,0 +1 @@ +../../places/16/folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-snap.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-snap.svg new file mode 120000 index 0000000..01df571 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-snap.svg @@ -0,0 +1 @@ +snap-extension.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-spacer-tool.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-spacer-tool.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-spacer-tool.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-unlock.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-up.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-zoom-large.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-zoom-large.svg new file mode 120000 index 0000000..65f9aa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-zoom-large.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kdenlive-zoom-small.svg b/breeze-icons-5.21.0/icons/actions/16/kdenlive-zoom-small.svg new file mode 120000 index 0000000..0f72a05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kdenlive-zoom-small.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/key-enter.svg b/breeze-icons-5.21.0/icons/actions/16/key-enter.svg new file mode 100644 index 0000000..30740a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/key-enter.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kmousetool_off.svg b/breeze-icons-5.21.0/icons/actions/16/kmousetool_off.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kmousetool_off.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kmousetool_on.svg b/breeze-icons-5.21.0/icons/actions/16/kmousetool_on.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kmousetool_on.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kmouth-phrase.svg b/breeze-icons-5.21.0/icons/actions/16/kmouth-phrase.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/knotes_alarm.svg b/breeze-icons-5.21.0/icons/actions/16/knotes_alarm.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/knotes_date.svg b/breeze-icons-5.21.0/icons/actions/16/knotes_date.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/knotes_delete.svg b/breeze-icons-5.21.0/icons/actions/16/knotes_delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/knotes_delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kontes_close.svg b/breeze-icons-5.21.0/icons/actions/16/kontes_close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kontes_close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_combine.svg b/breeze-icons-5.21.0/icons/actions/16/kr_combine.svg new file mode 100644 index 0000000..34b1614 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_combine.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_comparedirs.svg b/breeze-icons-5.21.0/icons/actions/16/kr_comparedirs.svg new file mode 100644 index 0000000..892028e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_comparedirs.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_diskusage.svg b/breeze-icons-5.21.0/icons/actions/16/kr_diskusage.svg new file mode 100644 index 0000000..e2464c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_diskusage.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_jumpback.svg b/breeze-icons-5.21.0/icons/actions/16/kr_jumpback.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_mountman.svg b/breeze-icons-5.21.0/icons/actions/16/kr_mountman.svg new file mode 100644 index 0000000..6c239c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_mountman.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_setjumpback.svg b/breeze-icons-5.21.0/icons/actions/16/kr_setjumpback.svg new file mode 120000 index 0000000..76b6809 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_syncbrowse_off.svg b/breeze-icons-5.21.0/icons/actions/16/kr_syncbrowse_off.svg new file mode 100644 index 0000000..9a90bcc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_syncbrowse_off.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_syncbrowse_on.svg b/breeze-icons-5.21.0/icons/actions/16/kr_syncbrowse_on.svg new file mode 100644 index 0000000..1fa675d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_syncbrowse_on.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kr_unselect.svg b/breeze-icons-5.21.0/icons/actions/16/kr_unselect.svg new file mode 100644 index 0000000..8c81b86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kr_unselect.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-bandwidth-scheduler.svg b/breeze-icons-5.21.0/icons/actions/16/kt-bandwidth-scheduler.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-change-tracker.svg b/breeze-icons-5.21.0/icons/actions/16/kt-change-tracker.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-check-data.svg b/breeze-icons-5.21.0/icons/actions/16/kt-check-data.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-check-data.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-encrypted.svg b/breeze-icons-5.21.0/icons/actions/16/kt-encrypted.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-encrypted.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-info-widget.svg b/breeze-icons-5.21.0/icons/actions/16/kt-info-widget.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-pause.svg b/breeze-icons-5.21.0/icons/actions/16/kt-pause.svg new file mode 120000 index 0000000..020f415 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-remove.svg b/breeze-icons-5.21.0/icons/actions/16/kt-remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-restore-defaults.svg b/breeze-icons-5.21.0/icons/actions/16/kt-restore-defaults.svg new file mode 120000 index 0000000..c4692e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-restore-defaults.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-set-max-download-speed.svg b/breeze-icons-5.21.0/icons/actions/16/kt-set-max-download-speed.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-set-max-upload-speed.svg b/breeze-icons-5.21.0/icons/actions/16/kt-set-max-upload-speed.svg new file mode 100644 index 0000000..5f52e60 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-set-max-upload-speed.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-show-statusbar.svg b/breeze-icons-5.21.0/icons/actions/16/kt-show-statusbar.svg new file mode 120000 index 0000000..ae70e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-start.svg b/breeze-icons-5.21.0/icons/actions/16/kt-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/kt-stop.svg b/breeze-icons-5.21.0/icons/actions/16/kt-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/ktnef_extract_to.svg b/breeze-icons-5.21.0/icons/actions/16/ktnef_extract_to.svg new file mode 120000 index 0000000..da21a89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/ktnef_extract_to.svg @@ -0,0 +1 @@ +archive-extract.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/label-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/label-amarok.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-all.svg b/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-x.svg b/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-y.svg b/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/labplot-cursor-arrow.svg b/breeze-icons-5.21.0/icons/actions/16/labplot-cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/labplot-format-text-symbol.svg b/breeze-icons-5.21.0/icons/actions/16/labplot-format-text-symbol.svg new file mode 120000 index 0000000..5d66639 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/labplot-transform-move.svg b/breeze-icons-5.21.0/icons/actions/16/labplot-transform-move.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/languages.svg b/breeze-icons-5.21.0/icons/actions/16/languages.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/languages.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/layer-bottom.svg new file mode 100644 index 0000000..cd298db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-bottom.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-delete.svg b/breeze-icons-5.21.0/icons/actions/16/layer-delete.svg new file mode 100644 index 0000000..05cdf86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-delete.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-duplicate.svg b/breeze-icons-5.21.0/icons/actions/16/layer-duplicate.svg new file mode 100644 index 0000000..3157848 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-duplicate.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-lower.svg b/breeze-icons-5.21.0/icons/actions/16/layer-lower.svg new file mode 100644 index 0000000..cf79602 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-lower.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-new.svg b/breeze-icons-5.21.0/icons/actions/16/layer-new.svg new file mode 100644 index 0000000..b581b49 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-new.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-next.svg b/breeze-icons-5.21.0/icons/actions/16/layer-next.svg new file mode 100644 index 0000000..2e824e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-next.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-previous.svg b/breeze-icons-5.21.0/icons/actions/16/layer-previous.svg new file mode 100644 index 0000000..0a007a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-previous.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-raise.svg b/breeze-icons-5.21.0/icons/actions/16/layer-raise.svg new file mode 100644 index 0000000..c7452d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-raise.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-rename.svg b/breeze-icons-5.21.0/icons/actions/16/layer-rename.svg new file mode 120000 index 0000000..9b67d6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-rename.svg @@ -0,0 +1 @@ +edit-rename.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-top.svg b/breeze-icons-5.21.0/icons/actions/16/layer-top.svg new file mode 100644 index 0000000..a42b69b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-top.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-visible-off.svg b/breeze-icons-5.21.0/icons/actions/16/layer-visible-off.svg new file mode 100644 index 0000000..ca5a603 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-visible-off.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/layer-visible-on.svg b/breeze-icons-5.21.0/icons/actions/16/layer-visible-on.svg new file mode 100644 index 0000000..537ce32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/layer-visible-on.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/license.svg b/breeze-icons-5.21.0/icons/actions/16/license.svg new file mode 100644 index 0000000..55c511a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/license.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/lighttable.svg b/breeze-icons-5.21.0/icons/actions/16/lighttable.svg new file mode 100644 index 0000000..3164a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/lighttable.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/lighttableadd.svg b/breeze-icons-5.21.0/icons/actions/16/lighttableadd.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/lines-connector.svg b/breeze-icons-5.21.0/icons/actions/16/lines-connector.svg new file mode 100644 index 0000000..358cb65 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/lines-connector.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/list-add-font.svg b/breeze-icons-5.21.0/icons/actions/16/list-add-font.svg new file mode 100644 index 0000000..7a66c99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/list-add-font.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/list-add-user.svg b/breeze-icons-5.21.0/icons/actions/16/list-add-user.svg new file mode 100644 index 0000000..5e67731 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/list-add-user.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/list-add.svg b/breeze-icons-5.21.0/icons/actions/16/list-add.svg new file mode 100644 index 0000000..c337096 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/list-add.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/list-remove-user.svg b/breeze-icons-5.21.0/icons/actions/16/list-remove-user.svg new file mode 100644 index 0000000..0a20996 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/list-remove-user.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/list-remove.svg b/breeze-icons-5.21.0/icons/actions/16/list-remove.svg new file mode 100644 index 0000000..ff2ed74 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/list-remove.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/list-resource-add.svg b/breeze-icons-5.21.0/icons/actions/16/list-resource-add.svg new file mode 120000 index 0000000..ff7249b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/list-resource-add.svg @@ -0,0 +1 @@ +list-add-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/lock.svg b/breeze-icons-5.21.0/icons/actions/16/lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/love-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/love-amarok.svg new file mode 100644 index 0000000..ad9ee7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/love-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-attachment.svg b/breeze-icons-5.21.0/icons/actions/16/mail-attachment.svg new file mode 100644 index 0000000..cd645ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-attachment.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-encrypted-full.svg b/breeze-icons-5.21.0/icons/actions/16/mail-encrypted-full.svg new file mode 100644 index 0000000..0e11f5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-encrypted-full.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-encrypted-part.svg b/breeze-icons-5.21.0/icons/actions/16/mail-encrypted-part.svg new file mode 100644 index 0000000..e9e7689 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-encrypted-part.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-encrypted.svg b/breeze-icons-5.21.0/icons/actions/16/mail-encrypted.svg new file mode 120000 index 0000000..bab4595 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-flag.svg b/breeze-icons-5.21.0/icons/actions/16/mail-flag.svg new file mode 100644 index 0000000..9b850f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-flag.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-forward.svg b/breeze-icons-5.21.0/icons/actions/16/mail-forward.svg new file mode 100644 index 0000000..04c3bfe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-forward.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-forwarded-replied.svg b/breeze-icons-5.21.0/icons/actions/16/mail-forwarded-replied.svg new file mode 100644 index 0000000..fade7b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-forwarded-replied.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-forwarded.svg b/breeze-icons-5.21.0/icons/actions/16/mail-forwarded.svg new file mode 100644 index 0000000..41a1b76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-forwarded.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-invitation.svg b/breeze-icons-5.21.0/icons/actions/16/mail-invitation.svg new file mode 100644 index 0000000..79392de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-invitation.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-important.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-important.svg new file mode 100644 index 0000000..cad387a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-important.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-junk.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-junk.svg new file mode 100644 index 0000000..07a3536 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-junk.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-notjunk.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-notjunk.svg new file mode 100644 index 0000000..7cbd352 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-notjunk.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-read.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-read.svg new file mode 100644 index 0000000..fd1f5bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-read.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-task.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-task.svg new file mode 100644 index 0000000..1576cb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-task.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-unread-new.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-unread-new.svg new file mode 100644 index 0000000..b82d5d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-unread-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-mark-unread.svg b/breeze-icons-5.21.0/icons/actions/16/mail-mark-unread.svg new file mode 100644 index 0000000..4fec083 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-mark-unread.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-meeting-request-reply.svg b/breeze-icons-5.21.0/icons/actions/16/mail-meeting-request-reply.svg new file mode 100644 index 0000000..f8c1e04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-meeting-request-reply.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-message-new-list.svg b/breeze-icons-5.21.0/icons/actions/16/mail-message-new-list.svg new file mode 100644 index 0000000..6ace015 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-message-new-list.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-message-new.svg b/breeze-icons-5.21.0/icons/actions/16/mail-message-new.svg new file mode 100644 index 0000000..44a59ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-message-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-queue.svg b/breeze-icons-5.21.0/icons/actions/16/mail-queue.svg new file mode 100644 index 0000000..14b18e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-queue.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-receive.svg b/breeze-icons-5.21.0/icons/actions/16/mail-receive.svg new file mode 100644 index 0000000..d3105e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-receive.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-replied.svg b/breeze-icons-5.21.0/icons/actions/16/mail-replied.svg new file mode 100644 index 0000000..9f7ebe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-replied.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-reply-all.svg b/breeze-icons-5.21.0/icons/actions/16/mail-reply-all.svg new file mode 100644 index 0000000..2ad8ae1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-reply-all.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-reply-custom-all.svg b/breeze-icons-5.21.0/icons/actions/16/mail-reply-custom-all.svg new file mode 100644 index 0000000..cb49184 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-reply-custom-all.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-reply-custom.svg b/breeze-icons-5.21.0/icons/actions/16/mail-reply-custom.svg new file mode 100644 index 0000000..29f7b3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-reply-custom.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-reply-list.svg b/breeze-icons-5.21.0/icons/actions/16/mail-reply-list.svg new file mode 100644 index 0000000..af6893d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-reply-list.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-reply-sender.svg b/breeze-icons-5.21.0/icons/actions/16/mail-reply-sender.svg new file mode 100644 index 0000000..e1cfc4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-reply-sender.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-send.svg b/breeze-icons-5.21.0/icons/actions/16/mail-send.svg new file mode 100644 index 0000000..2d9170a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-send.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-signature-unknown.svg b/breeze-icons-5.21.0/icons/actions/16/mail-signature-unknown.svg new file mode 100644 index 0000000..515a501 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-signature-unknown.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-signed-full.svg b/breeze-icons-5.21.0/icons/actions/16/mail-signed-full.svg new file mode 100644 index 0000000..3d3cde0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-signed-full.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-signed-fully.svg b/breeze-icons-5.21.0/icons/actions/16/mail-signed-fully.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-signed-part.svg b/breeze-icons-5.21.0/icons/actions/16/mail-signed-part.svg new file mode 100644 index 0000000..2bc0063 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-signed-part.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-signed-verified.svg b/breeze-icons-5.21.0/icons/actions/16/mail-signed-verified.svg new file mode 100644 index 0000000..d28c3dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-signed-verified.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-signed.svg b/breeze-icons-5.21.0/icons/actions/16/mail-signed.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/mail-tagged.svg b/breeze-icons-5.21.0/icons/actions/16/mail-tagged.svg new file mode 100644 index 0000000..1963ace --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mail-tagged.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/markasblank.svg b/breeze-icons-5.21.0/icons/actions/16/markasblank.svg new file mode 100644 index 0000000..4cdfeb8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/markasblank.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/measure.svg b/breeze-icons-5.21.0/icons/actions/16/measure.svg new file mode 100644 index 0000000..448331d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/measure.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-album-cover-manager-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-album-cover-manager-amarok.svg new file mode 100644 index 0000000..67e3e13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-album-cover-manager-amarok.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-album-cover.svg b/breeze-icons-5.21.0/icons/actions/16/media-album-cover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/media-album-repeat-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-album-repeat-amarok.svg new file mode 120000 index 0000000..cf79da2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/media-album-track.svg b/breeze-icons-5.21.0/icons/actions/16/media-album-track.svg new file mode 100644 index 0000000..e593061 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-album-track.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-eject.svg b/breeze-icons-5.21.0/icons/actions/16/media-eject.svg new file mode 100644 index 0000000..9fc722c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-eject.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-mount.svg b/breeze-icons-5.21.0/icons/actions/16/media-mount.svg new file mode 100644 index 0000000..05e5f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-mount.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-playback-pause.svg b/breeze-icons-5.21.0/icons/actions/16/media-playback-pause.svg new file mode 100644 index 0000000..234f757 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-playback-pause.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-playback-start.svg b/breeze-icons-5.21.0/icons/actions/16/media-playback-start.svg new file mode 100644 index 0000000..28d5765 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-playback-start.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-playback-stop.svg b/breeze-icons-5.21.0/icons/actions/16/media-playback-stop.svg new file mode 100644 index 0000000..748d5fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-playback-stop.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-playlist-repeat-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-playlist-repeat-amarok.svg new file mode 120000 index 0000000..8bb4aca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-playlist-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons/actions/16/media-playlist-repeat.svg new file mode 100644 index 0000000..22217ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-playlist-repeat.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons/actions/16/media-playlist-shuffle.svg new file mode 100644 index 0000000..7ea6a20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-playlist-shuffle.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-random-albums-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-random-albums-amarok.svg new file mode 100644 index 0000000..9290b7f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-random-albums-amarok.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-random-tracks-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-random-tracks-amarok.svg new file mode 100644 index 0000000..259193d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-random-tracks-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-record.svg b/breeze-icons-5.21.0/icons/actions/16/media-record.svg new file mode 100644 index 0000000..220354a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-record.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-repeat-album-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-repeat-album-amarok.svg new file mode 100644 index 0000000..e4fa9dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-repeat-album-amarok.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-repeat-playlist-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-repeat-playlist-amarok.svg new file mode 100644 index 0000000..da21792 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-repeat-playlist-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-repeat-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-repeat-track-amarok.svg new file mode 100644 index 0000000..369eb57 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-repeat-track-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-seek-backward.svg b/breeze-icons-5.21.0/icons/actions/16/media-seek-backward.svg new file mode 100644 index 0000000..4f8e5b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-seek-backward.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-seek-forward.svg b/breeze-icons-5.21.0/icons/actions/16/media-seek-forward.svg new file mode 100644 index 0000000..f8c22b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-seek-forward.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-show-active-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-show-active-track-amarok.svg new file mode 100644 index 0000000..9a59c85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-show-active-track-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-skip-backward.svg b/breeze-icons-5.21.0/icons/actions/16/media-skip-backward.svg new file mode 100644 index 0000000..b57057d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-skip-backward.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-skip-forward.svg b/breeze-icons-5.21.0/icons/actions/16/media-skip-forward.svg new file mode 100644 index 0000000..07f64f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-skip-forward.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-standard-track-progression-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-standard-track-progression-amarok.svg new file mode 120000 index 0000000..0c97893 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +format-list-ordered.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/media-track-add-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-track-add-amarok.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/media-track-edit-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-track-edit-amarok.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-track-edit-amarok.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/media-track-queue-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-track-queue-amarok.svg new file mode 100644 index 0000000..3a61457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-track-queue-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/media-track-remove-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/media-track-remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/meeting-attending-tentative.svg b/breeze-icons-5.21.0/icons/actions/16/meeting-attending-tentative.svg new file mode 100644 index 0000000..6736734 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/meeting-attending-tentative.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/meeting-attending.svg b/breeze-icons-5.21.0/icons/actions/16/meeting-attending.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/meeting-attending.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/meeting-participant-no-response.svg b/breeze-icons-5.21.0/icons/actions/16/meeting-participant-no-response.svg new file mode 100644 index 0000000..7395b3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/meeting-participant-no-response.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/meeting-participant-request-response.svg b/breeze-icons-5.21.0/icons/actions/16/meeting-participant-request-response.svg new file mode 100644 index 0000000..d4aa322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/meeting-participant-request-response.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/menu_new.svg b/breeze-icons-5.21.0/icons/actions/16/menu_new.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/menu_new.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/merge.svg b/breeze-icons-5.21.0/icons/actions/16/merge.svg new file mode 100644 index 0000000..de77dcb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/merge.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/messagebox_warning.svg b/breeze-icons-5.21.0/icons/actions/16/messagebox_warning.svg new file mode 100644 index 0000000..4fcb233 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/messagebox_warning.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mic-off.svg b/breeze-icons-5.21.0/icons/actions/16/mic-off.svg new file mode 100644 index 0000000..1f8420a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mic-off.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mic-on.svg b/breeze-icons-5.21.0/icons/actions/16/mic-on.svg new file mode 100644 index 0000000..82e8684 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mic-on.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mic-ready.svg b/breeze-icons-5.21.0/icons/actions/16/mic-ready.svg new file mode 100644 index 0000000..32d0ecf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mic-ready.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/milestone.svg b/breeze-icons-5.21.0/icons/actions/16/milestone.svg new file mode 100644 index 0000000..4298bd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/milestone.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mode1.svg b/breeze-icons-5.21.0/icons/actions/16/mode1.svg new file mode 100644 index 0000000..1e47df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mode1.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mode2.svg b/breeze-icons-5.21.0/icons/actions/16/mode2.svg new file mode 100644 index 0000000..962b182 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mode2.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mode3.svg b/breeze-icons-5.21.0/icons/actions/16/mode3.svg new file mode 100644 index 0000000..f371e1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mode3.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mode4.svg b/breeze-icons-5.21.0/icons/actions/16/mode4.svg new file mode 100644 index 0000000..9210d85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mode4.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/mode5.svg b/breeze-icons-5.21.0/icons/actions/16/mode5.svg new file mode 100644 index 0000000..2401c77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/mode5.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/msgid2msgstr.svg b/breeze-icons-5.21.0/icons/actions/16/msgid2msgstr.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/msgid2msgstr.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/music-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/music-amarok.svg new file mode 120000 index 0000000..91b01fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/network-connect.svg b/breeze-icons-5.21.0/icons/actions/16/network-connect.svg new file mode 100644 index 0000000..ce18e9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/network-connect.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/network-disconnect.svg b/breeze-icons-5.21.0/icons/actions/16/network-disconnect.svg new file mode 100644 index 0000000..f862e71 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/network-disconnect.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/new-audio-alarm.svg b/breeze-icons-5.21.0/icons/actions/16/new-audio-alarm.svg new file mode 100644 index 0000000..38992f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/new-audio-alarm.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/newer.svg b/breeze-icons-5.21.0/icons/actions/16/newer.svg new file mode 120000 index 0000000..580fe6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/newer.svg @@ -0,0 +1 @@ +package-upgrade.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/news-subscribe.svg b/breeze-icons-5.21.0/icons/actions/16/news-subscribe.svg new file mode 100644 index 0000000..b059c28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/news-subscribe.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/news-unsubscribe.svg b/breeze-icons-5.21.0/icons/actions/16/news-unsubscribe.svg new file mode 100644 index 0000000..a447f97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/news-unsubscribe.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/nocover.svg b/breeze-icons-5.21.0/icons/actions/16/nocover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-add.svg b/breeze-icons-5.21.0/icons/actions/16/node-add.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-add.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-break.svg b/breeze-icons-5.21.0/icons/actions/16/node-break.svg new file mode 120000 index 0000000..c9d9a5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-break.svg @@ -0,0 +1 @@ +format-break-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-delete-segment.svg b/breeze-icons-5.21.0/icons/actions/16/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-delete.svg b/breeze-icons-5.21.0/icons/actions/16/node-delete.svg new file mode 120000 index 0000000..bd10261 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-delete.svg @@ -0,0 +1 @@ +format-remove-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-join-segment.svg b/breeze-icons-5.21.0/icons/actions/16/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-join.svg b/breeze-icons-5.21.0/icons/actions/16/node-join.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-join.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/node-segment-curve.svg b/breeze-icons-5.21.0/icons/actions/16/node-segment-curve.svg new file mode 100644 index 0000000..5f9a512 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-segment-curve.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node-segment-line.svg b/breeze-icons-5.21.0/icons/actions/16/node-segment-line.svg new file mode 100644 index 0000000..0810a76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-segment-line.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node-transform.svg b/breeze-icons-5.21.0/icons/actions/16/node-transform.svg new file mode 100644 index 0000000..e54986b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-transform.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node-type-auto-smooth.svg b/breeze-icons-5.21.0/icons/actions/16/node-type-auto-smooth.svg new file mode 100644 index 0000000..8e30cc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-type-auto-smooth.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node-type-cusp.svg b/breeze-icons-5.21.0/icons/actions/16/node-type-cusp.svg new file mode 100644 index 0000000..0697697 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-type-cusp.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node-type-smooth.svg b/breeze-icons-5.21.0/icons/actions/16/node-type-smooth.svg new file mode 100644 index 0000000..7090e94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-type-smooth.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node-type-symmetric.svg b/breeze-icons-5.21.0/icons/actions/16/node-type-symmetric.svg new file mode 100644 index 0000000..91bf27f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node-type-symmetric.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/node.svg b/breeze-icons-5.21.0/icons/actions/16/node.svg new file mode 100644 index 0000000..73e9bc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/node.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/noninstalled.svg b/breeze-icons-5.21.0/icons/actions/16/noninstalled.svg new file mode 120000 index 0000000..e4eddd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/noninstalled.svg @@ -0,0 +1 @@ +package-available.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/note.svg b/breeze-icons-5.21.0/icons/actions/16/note.svg new file mode 120000 index 0000000..4902174 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/note.svg @@ -0,0 +1 @@ +view-pim-notes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-center-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-center-calligra.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-left-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-left-calligra.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-right-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-right-calligra.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-bottom-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-bottom-calligra.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-bottom-top-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 0000000..18e5266 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-center-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-center-calligra.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-top-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-top-calligra.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-columns.svg b/breeze-icons-5.21.0/icons/actions/16/object-columns.svg new file mode 100644 index 0000000..43d3b9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-columns.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-fill.svg b/breeze-icons-5.21.0/icons/actions/16/object-fill.svg new file mode 100644 index 0000000..34a3fa1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-fill.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-flip-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/object-flip-horizontal.svg new file mode 100644 index 0000000..b7a5a2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-flip-horizontal.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-flip-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/object-flip-vertical.svg new file mode 100644 index 0000000..a76a396 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-flip-vertical.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-group-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-group-calligra.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-group.svg b/breeze-icons-5.21.0/icons/actions/16/object-group.svg new file mode 100644 index 0000000..4fd051b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-group.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-hidden.svg b/breeze-icons-5.21.0/icons/actions/16/object-hidden.svg new file mode 120000 index 0000000..01a8e77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-hidden.svg @@ -0,0 +1 @@ +layer-visible-off.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-locked.svg b/breeze-icons-5.21.0/icons/actions/16/object-locked.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-locked.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-back-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-back-calligra.svg new file mode 120000 index 0000000..485191c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-back-calligra.svg @@ -0,0 +1 @@ +object-order-back.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-back.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-back.svg new file mode 100644 index 0000000..c927df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-back.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-front-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-front-calligra.svg new file mode 120000 index 0000000..e810edf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-front-calligra.svg @@ -0,0 +1 @@ +object-order-front.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-front.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-front.svg new file mode 100644 index 0000000..8ad19ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-front.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-lower-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-lower-calligra.svg new file mode 120000 index 0000000..f6961b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-lower-calligra.svg @@ -0,0 +1 @@ +object-order-lower.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-lower.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-lower.svg new file mode 100644 index 0000000..9703a2f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-lower.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-raise-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-raise-calligra.svg new file mode 120000 index 0000000..deb91cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-raise-calligra.svg @@ -0,0 +1 @@ +object-order-raise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-order-raise.svg b/breeze-icons-5.21.0/icons/actions/16/object-order-raise.svg new file mode 100644 index 0000000..d42a161 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-order-raise.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-rotate-left.svg b/breeze-icons-5.21.0/icons/actions/16/object-rotate-left.svg new file mode 100644 index 0000000..cfc2b21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-rotate-left.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-rotate-right.svg b/breeze-icons-5.21.0/icons/actions/16/object-rotate-right.svg new file mode 100644 index 0000000..7949b0d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-rotate-right.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-rows.svg b/breeze-icons-5.21.0/icons/actions/16/object-rows.svg new file mode 100644 index 0000000..1650fbd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-rows.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-stroke-style.svg b/breeze-icons-5.21.0/icons/actions/16/object-stroke-style.svg new file mode 100644 index 0000000..b347308 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-stroke-style.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-stroke.svg b/breeze-icons-5.21.0/icons/actions/16/object-stroke.svg new file mode 100644 index 0000000..1163975 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-stroke.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-to-path.svg b/breeze-icons-5.21.0/icons/actions/16/object-to-path.svg new file mode 100644 index 0000000..4ed28ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-to-path.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-ungroup-calligra.svg b/breeze-icons-5.21.0/icons/actions/16/object-ungroup-calligra.svg new file mode 120000 index 0000000..a22f913 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-ungroup.svg b/breeze-icons-5.21.0/icons/actions/16/object-ungroup.svg new file mode 100644 index 0000000..b029a8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-ungroup.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/object-unlocked.svg b/breeze-icons-5.21.0/icons/actions/16/object-unlocked.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-unlocked.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object-visible.svg b/breeze-icons-5.21.0/icons/actions/16/object-visible.svg new file mode 120000 index 0000000..6253426 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object-visible.svg @@ -0,0 +1 @@ +layer-visible-on.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object.svg b/breeze-icons-5.21.0/icons/actions/16/object.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/object_node.svg b/breeze-icons-5.21.0/icons/actions/16/object_node.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/object_node.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-area-focus-peak-node.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-area-focus-peak-node.svg new file mode 100644 index 0000000..838d9a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-area-focus-peak-node.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-area-percentage.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-area-percentage.svg new file mode 100644 index 0000000..105bb74 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-area-percentage.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-area-stacked.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-area-stacked.svg new file mode 100644 index 0000000..15da8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-area-stacked.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-area.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-area.svg new file mode 100644 index 0000000..0e2dbfa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-area.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-bar-percentage.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-bar-percentage.svg new file mode 100644 index 0000000..9949f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-bar-percentage.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-bar-stacked.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-bar-stacked.svg new file mode 100644 index 0000000..0164360 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-bar-stacked.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-bar.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-bar.svg new file mode 100644 index 0000000..c4d04d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-bar.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-line-percentage.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-line-percentage.svg new file mode 100644 index 0000000..203b4de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-line-percentage.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-line-stacked.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-line-stacked.svg new file mode 100644 index 0000000..4f11c3a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-line-stacked.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-line.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-line.svg new file mode 100644 index 0000000..009b21f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-line.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-pie.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-pie.svg new file mode 100644 index 0000000..52e50c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-pie.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-polar-stacked.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-polar-stacked.svg new file mode 100644 index 0000000..eca31c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-polar-stacked.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-polar.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-polar.svg new file mode 100644 index 0000000..bf99844 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-polar.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-ring.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-ring.svg new file mode 100644 index 0000000..b0db08b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-ring.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/office-chart-scatter.svg b/breeze-icons-5.21.0/icons/actions/16/office-chart-scatter.svg new file mode 100644 index 0000000..08a0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/office-chart-scatter.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/offline-settings.svg b/breeze-icons-5.21.0/icons/actions/16/offline-settings.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/offline-settings.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/open-for-editing.svg b/breeze-icons-5.21.0/icons/actions/16/open-for-editing.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/open-for-editing.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/outdated.svg b/breeze-icons-5.21.0/icons/actions/16/outdated.svg new file mode 120000 index 0000000..76177cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/outdated.svg @@ -0,0 +1 @@ +package-installed-outdated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/package-available-locked.svg b/breeze-icons-5.21.0/icons/actions/16/package-available-locked.svg new file mode 100644 index 0000000..6a656d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-available-locked.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-available.svg b/breeze-icons-5.21.0/icons/actions/16/package-available.svg new file mode 100644 index 0000000..482912a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-available.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-broken.svg b/breeze-icons-5.21.0/icons/actions/16/package-broken.svg new file mode 100644 index 0000000..4fd2a10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-broken.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-downgrade.svg b/breeze-icons-5.21.0/icons/actions/16/package-downgrade.svg new file mode 100644 index 0000000..f52f52c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-downgrade.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-install.svg b/breeze-icons-5.21.0/icons/actions/16/package-install.svg new file mode 100644 index 0000000..9046940 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-install.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-installed-locked.svg b/breeze-icons-5.21.0/icons/actions/16/package-installed-locked.svg new file mode 100644 index 0000000..2a81b63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-installed-locked.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-installed-outdated.svg b/breeze-icons-5.21.0/icons/actions/16/package-installed-outdated.svg new file mode 100644 index 0000000..5feab76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-installed-outdated.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-installed-updated.svg b/breeze-icons-5.21.0/icons/actions/16/package-installed-updated.svg new file mode 100644 index 0000000..9488e08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-installed-updated.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-new.svg b/breeze-icons-5.21.0/icons/actions/16/package-new.svg new file mode 100644 index 0000000..097b026 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-new.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-purge.svg b/breeze-icons-5.21.0/icons/actions/16/package-purge.svg new file mode 100644 index 0000000..c7c26e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-purge.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-reinstall.svg b/breeze-icons-5.21.0/icons/actions/16/package-reinstall.svg new file mode 100644 index 0000000..9a98258 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-reinstall.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-remove.svg b/breeze-icons-5.21.0/icons/actions/16/package-remove.svg new file mode 100644 index 0000000..f94c045 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-remove.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package-upgrade.svg b/breeze-icons-5.21.0/icons/actions/16/package-upgrade.svg new file mode 100644 index 0000000..8d877dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package-upgrade.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/package.svg b/breeze-icons-5.21.0/icons/actions/16/package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/page-2sides.svg b/breeze-icons-5.21.0/icons/actions/16/page-2sides.svg new file mode 100644 index 0000000..8c92f91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/page-2sides.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/page-3sides.svg b/breeze-icons-5.21.0/icons/actions/16/page-3sides.svg new file mode 100644 index 0000000..0035d07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/page-3sides.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/page-4sides.svg b/breeze-icons-5.21.0/icons/actions/16/page-4sides.svg new file mode 100644 index 0000000..a5c9413 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/page-4sides.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/page-simple.svg b/breeze-icons-5.21.0/icons/actions/16/page-simple.svg new file mode 100644 index 0000000..7d84c7d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/page-simple.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/page-zoom.svg b/breeze-icons-5.21.0/icons/actions/16/page-zoom.svg new file mode 120000 index 0000000..67400f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/page-zoom.svg @@ -0,0 +1 @@ +./zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-gradient-linear.svg b/breeze-icons-5.21.0/icons/actions/16/paint-gradient-linear.svg new file mode 100644 index 0000000..4b78c6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-gradient-linear.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-gradient-radial.svg b/breeze-icons-5.21.0/icons/actions/16/paint-gradient-radial.svg new file mode 100644 index 0000000..9595593 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-gradient-radial.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-none.svg b/breeze-icons-5.21.0/icons/actions/16/paint-none.svg new file mode 100644 index 0000000..372d115 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-none.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-pattern.svg b/breeze-icons-5.21.0/icons/actions/16/paint-pattern.svg new file mode 100644 index 0000000..0b800d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-pattern.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-solid.svg b/breeze-icons-5.21.0/icons/actions/16/paint-solid.svg new file mode 100644 index 0000000..35bf4d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-solid.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-swatch.svg b/breeze-icons-5.21.0/icons/actions/16/paint-swatch.svg new file mode 100644 index 0000000..4a7d5cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-swatch.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/paint-unknown.svg b/breeze-icons-5.21.0/icons/actions/16/paint-unknown.svg new file mode 100644 index 0000000..ecf9030 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/paint-unknown.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/password-generate.svg b/breeze-icons-5.21.0/icons/actions/16/password-generate.svg new file mode 120000 index 0000000..d00a899 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/password-generate.svg @@ -0,0 +1 @@ +playlist-generator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/password-show-off.svg b/breeze-icons-5.21.0/icons/actions/16/password-show-off.svg new file mode 120000 index 0000000..5d72157 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/password-show-on.svg b/breeze-icons-5.21.0/icons/actions/16/password-show-on.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/password-show-on.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/path-break-apart.svg b/breeze-icons-5.21.0/icons/actions/16/path-break-apart.svg new file mode 100644 index 0000000..d87a524 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-break-apart.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-clip-edit.svg b/breeze-icons-5.21.0/icons/actions/16/path-clip-edit.svg new file mode 100644 index 0000000..3109899 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-clip-edit.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-combine.svg b/breeze-icons-5.21.0/icons/actions/16/path-combine.svg new file mode 100644 index 0000000..7a30783 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-combine.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-cut.svg b/breeze-icons-5.21.0/icons/actions/16/path-cut.svg new file mode 100644 index 0000000..33c5e40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-cut.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-difference.svg b/breeze-icons-5.21.0/icons/actions/16/path-difference.svg new file mode 100644 index 0000000..5cff30c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-difference.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-division.svg b/breeze-icons-5.21.0/icons/actions/16/path-division.svg new file mode 100644 index 0000000..c222a56 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-division.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-effect-parameter-next.svg b/breeze-icons-5.21.0/icons/actions/16/path-effect-parameter-next.svg new file mode 100644 index 0000000..0b3abdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-effect-parameter-next.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-exclusion.svg b/breeze-icons-5.21.0/icons/actions/16/path-exclusion.svg new file mode 100644 index 0000000..9e294e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-exclusion.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-inset.svg b/breeze-icons-5.21.0/icons/actions/16/path-inset.svg new file mode 100644 index 0000000..0492b24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-inset.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-intersection.svg b/breeze-icons-5.21.0/icons/actions/16/path-intersection.svg new file mode 100644 index 0000000..24af7bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-intersection.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-mask-edit.svg b/breeze-icons-5.21.0/icons/actions/16/path-mask-edit.svg new file mode 100644 index 0000000..d120c48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-mask-edit.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-mode-bezier.svg b/breeze-icons-5.21.0/icons/actions/16/path-mode-bezier.svg new file mode 120000 index 0000000..c47e3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-mode-bezier.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/path-mode-polyline-paraxial.svg b/breeze-icons-5.21.0/icons/actions/16/path-mode-polyline-paraxial.svg new file mode 100644 index 0000000..ddff018 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-mode-polyline-paraxial.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-mode-polyline.svg b/breeze-icons-5.21.0/icons/actions/16/path-mode-polyline.svg new file mode 100644 index 0000000..2f297d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-mode-polyline.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-mode-spiro.svg b/breeze-icons-5.21.0/icons/actions/16/path-mode-spiro.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-mode-spiro.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/path-offset-dynamic.svg b/breeze-icons-5.21.0/icons/actions/16/path-offset-dynamic.svg new file mode 100644 index 0000000..c2e84da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-offset-dynamic.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-offset-linked.svg b/breeze-icons-5.21.0/icons/actions/16/path-offset-linked.svg new file mode 100644 index 0000000..2f52263 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-offset-linked.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-outset.svg b/breeze-icons-5.21.0/icons/actions/16/path-outset.svg new file mode 100644 index 0000000..8e8aca6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-outset.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-reverse.svg b/breeze-icons-5.21.0/icons/actions/16/path-reverse.svg new file mode 100644 index 0000000..a93593e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-reverse.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-simplify.svg b/breeze-icons-5.21.0/icons/actions/16/path-simplify.svg new file mode 100644 index 0000000..8f1574f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-simplify.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/path-union.svg b/breeze-icons-5.21.0/icons/actions/16/path-union.svg new file mode 100644 index 0000000..4995122 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/path-union.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/pdf-annotations.svg b/breeze-icons-5.21.0/icons/actions/16/pdf-annotations.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/photo.svg b/breeze-icons-5.21.0/icons/actions/16/photo.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/photos-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/photos-amarok.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/pin.svg b/breeze-icons-5.21.0/icons/actions/16/pin.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/pin.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/pixelart-trace.svg b/breeze-icons-5.21.0/icons/actions/16/pixelart-trace.svg new file mode 100644 index 0000000..f683f7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/pixelart-trace.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/player-time.svg b/breeze-icons-5.21.0/icons/actions/16/player-time.svg new file mode 100644 index 0000000..fd79783 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/player-time.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/player-volume-muted.svg b/breeze-icons-5.21.0/icons/actions/16/player-volume-muted.svg new file mode 100644 index 0000000..570e312 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/player-volume-muted.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/player-volume.svg b/breeze-icons-5.21.0/icons/actions/16/player-volume.svg new file mode 100644 index 0000000..a45191b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/player-volume.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/playlist-generator.svg b/breeze-icons-5.21.0/icons/actions/16/playlist-generator.svg new file mode 100644 index 0000000..501783a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/playlist-generator.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/playlist-sort.svg b/breeze-icons-5.21.0/icons/actions/16/playlist-sort.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/plugins.svg b/breeze-icons-5.21.0/icons/actions/16/plugins.svg new file mode 100644 index 0000000..26a0d21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/plugins.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/polygon-add-nodes.svg b/breeze-icons-5.21.0/icons/actions/16/polygon-add-nodes.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/polygon-merge-nodes.svg b/breeze-icons-5.21.0/icons/actions/16/polygon-merge-nodes.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/port.svg b/breeze-icons-5.21.0/icons/actions/16/port.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/port.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/postalcode.svg b/breeze-icons-5.21.0/icons/actions/16/postalcode.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/practice-setup.svg b/breeze-icons-5.21.0/icons/actions/16/practice-setup.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/practice-setup.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/practice-start.svg b/breeze-icons-5.21.0/icons/actions/16/practice-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/practice-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/practice-stop.svg b/breeze-icons-5.21.0/icons/actions/16/practice-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/practice-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/precondition.svg b/breeze-icons-5.21.0/icons/actions/16/precondition.svg new file mode 100644 index 0000000..87c670a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/precondition.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/preferences-activities.svg b/breeze-icons-5.21.0/icons/actions/16/preferences-activities.svg new file mode 100644 index 0000000..b9fc80e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/preferences-activities.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/preferences-indicator-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/preferences-indicator-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/preferences-media-playback-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/preferences-media-playback-amarok.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/preferences-other.svg b/breeze-icons-5.21.0/icons/actions/16/preferences-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/preferences-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/primarykey_constraint.svg b/breeze-icons-5.21.0/icons/actions/16/primarykey_constraint.svg new file mode 100644 index 0000000..9498a31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/primarykey_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/process-stop.svg b/breeze-icons-5.21.0/icons/actions/16/process-stop.svg new file mode 100644 index 0000000..f1e10ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/process-stop.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/project-development-close-all.svg b/breeze-icons-5.21.0/icons/actions/16/project-development-close-all.svg new file mode 120000 index 0000000..5687007 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/project-development-close.svg b/breeze-icons-5.21.0/icons/actions/16/project-development-close.svg new file mode 100644 index 0000000..54cda1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/project-development-close.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/project-development-new-template.svg b/breeze-icons-5.21.0/icons/actions/16/project-development-new-template.svg new file mode 100644 index 0000000..5598372 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/project-development-new-template.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/project-development.svg b/breeze-icons-5.21.0/icons/actions/16/project-development.svg new file mode 100644 index 0000000..98d4831 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/project-development.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/project-open.svg b/breeze-icons-5.21.0/icons/actions/16/project-open.svg new file mode 100644 index 0000000..a2e8c50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/project-open.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/qa.svg b/breeze-icons-5.21.0/icons/actions/16/qa.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/qa.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/quickopen-class.svg b/breeze-icons-5.21.0/icons/actions/16/quickopen-class.svg new file mode 100644 index 0000000..8eaaacf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/quickopen-class.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/quickopen-file.svg b/breeze-icons-5.21.0/icons/actions/16/quickopen-file.svg new file mode 100644 index 0000000..88af11a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/quickopen-file.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/quickopen-function.svg b/breeze-icons-5.21.0/icons/actions/16/quickopen-function.svg new file mode 100644 index 0000000..bc6119b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/quickopen-function.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/quickopen.svg b/breeze-icons-5.21.0/icons/actions/16/quickopen.svg new file mode 100644 index 0000000..934af84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/quickopen.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/quickview.svg b/breeze-icons-5.21.0/icons/actions/16/quickview.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/quickview.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/randomize.svg b/breeze-icons-5.21.0/icons/actions/16/randomize.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/randomize.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/ratiocrop.svg b/breeze-icons-5.21.0/icons/actions/16/ratiocrop.svg new file mode 120000 index 0000000..686d9f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/realization.svg b/breeze-icons-5.21.0/icons/actions/16/realization.svg new file mode 100644 index 0000000..e6c3d00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/realization.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/rectangle-make-corners-sharp.svg b/breeze-icons-5.21.0/icons/actions/16/rectangle-make-corners-sharp.svg new file mode 100644 index 0000000..61f1920 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/rectangle-make-corners-sharp.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/redeyes.svg b/breeze-icons-5.21.0/icons/actions/16/redeyes.svg new file mode 100644 index 0000000..443c539 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/redeyes.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/refactor.svg b/breeze-icons-5.21.0/icons/actions/16/refactor.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/refactor.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/region.svg b/breeze-icons-5.21.0/icons/actions/16/region.svg new file mode 120000 index 0000000..6754181 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/relationship.svg b/breeze-icons-5.21.0/icons/actions/16/relationship.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/relationship.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/remove-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/remove-link.svg b/breeze-icons-5.21.0/icons/actions/16/remove-link.svg new file mode 100644 index 0000000..21170ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/remove-link.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/remove.svg b/breeze-icons-5.21.0/icons/actions/16/remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/repeat.svg b/breeze-icons-5.21.0/icons/actions/16/repeat.svg new file mode 100644 index 0000000..8d54dcb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/repeat.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/resource-calendar-child-insert.svg b/breeze-icons-5.21.0/icons/actions/16/resource-calendar-child-insert.svg new file mode 100644 index 0000000..d8759e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/resource-calendar-child-insert.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/resource-calendar-child.svg b/breeze-icons-5.21.0/icons/actions/16/resource-calendar-child.svg new file mode 100644 index 0000000..235ef8f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/resource-calendar-child.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/resource-calendar-insert.svg b/breeze-icons-5.21.0/icons/actions/16/resource-calendar-insert.svg new file mode 100644 index 0000000..3e27677 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/resource-calendar-insert.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/resource-group-new.svg b/breeze-icons-5.21.0/icons/actions/16/resource-group-new.svg new file mode 100644 index 0000000..7a77292 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/resource-group-new.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/resource-group.svg b/breeze-icons-5.21.0/icons/actions/16/resource-group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/resource-group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/retweet.svg b/breeze-icons-5.21.0/icons/actions/16/retweet.svg new file mode 100644 index 0000000..620622b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/retweet.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/reverse.svg b/breeze-icons-5.21.0/icons/actions/16/reverse.svg new file mode 100644 index 0000000..5f181a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/reverse.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/roll.svg b/breeze-icons-5.21.0/icons/actions/16/roll.svg new file mode 100644 index 0000000..3d9fa45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/roll.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/routeplanning.svg b/breeze-icons-5.21.0/icons/actions/16/routeplanning.svg new file mode 120000 index 0000000..d0e2df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build-clean.svg b/breeze-icons-5.21.0/icons/actions/16/run-build-clean.svg new file mode 100644 index 0000000..434f58e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build-clean.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build-configure.svg b/breeze-icons-5.21.0/icons/actions/16/run-build-configure.svg new file mode 100644 index 0000000..ef6c462 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build-configure.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build-file.svg b/breeze-icons-5.21.0/icons/actions/16/run-build-file.svg new file mode 100644 index 0000000..b40f5c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build-file.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build-install-root.svg b/breeze-icons-5.21.0/icons/actions/16/run-build-install-root.svg new file mode 100644 index 0000000..baaeb0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build-install-root.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build-install.svg b/breeze-icons-5.21.0/icons/actions/16/run-build-install.svg new file mode 100644 index 0000000..ed9f411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build-install.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build-prune.svg b/breeze-icons-5.21.0/icons/actions/16/run-build-prune.svg new file mode 100644 index 0000000..6e95974 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build-prune.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-build.svg b/breeze-icons-5.21.0/icons/actions/16/run-build.svg new file mode 100644 index 0000000..eded041 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-build.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/run-clean.svg b/breeze-icons-5.21.0/icons/actions/16/run-clean.svg new file mode 120000 index 0000000..2c899aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/run-install.svg b/breeze-icons-5.21.0/icons/actions/16/run-install.svg new file mode 120000 index 0000000..71034b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/search.svg b/breeze-icons-5.21.0/icons/actions/16/search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/select-rectangular.svg b/breeze-icons-5.21.0/icons/actions/16/select-rectangular.svg new file mode 100644 index 0000000..9a8bcd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/select-rectangular.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/selection-bottom.svg new file mode 120000 index 0000000..485191c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-bottom.svg @@ -0,0 +1 @@ +object-order-back.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-lower.svg b/breeze-icons-5.21.0/icons/actions/16/selection-lower.svg new file mode 120000 index 0000000..f6961b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-lower.svg @@ -0,0 +1 @@ +object-order-lower.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-make-bitmap-copy.svg b/breeze-icons-5.21.0/icons/actions/16/selection-make-bitmap-copy.svg new file mode 120000 index 0000000..204dc24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +fileview-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-move-to-layer-above.svg b/breeze-icons-5.21.0/icons/actions/16/selection-move-to-layer-above.svg new file mode 100644 index 0000000..f805d0a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-move-to-layer-above.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-move-to-layer-below.svg b/breeze-icons-5.21.0/icons/actions/16/selection-move-to-layer-below.svg new file mode 100644 index 0000000..6280e05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-move-to-layer-below.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-raise.svg b/breeze-icons-5.21.0/icons/actions/16/selection-raise.svg new file mode 120000 index 0000000..deb91cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-raise.svg @@ -0,0 +1 @@ +object-order-raise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/selection-top.svg b/breeze-icons-5.21.0/icons/actions/16/selection-top.svg new file mode 120000 index 0000000..e810edf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/selection-top.svg @@ -0,0 +1 @@ +object-order-front.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/send_signal.svg b/breeze-icons-5.21.0/icons/actions/16/send_signal.svg new file mode 100644 index 0000000..94e3aff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/send_signal.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/services.svg b/breeze-icons-5.21.0/icons/actions/16/services.svg new file mode 120000 index 0000000..4c2c5d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/services.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/set-language.svg b/breeze-icons-5.21.0/icons/actions/16/set-language.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/set-language.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/settings-configure.svg b/breeze-icons-5.21.0/icons/actions/16/settings-configure.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/settings-configure.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/shallow-history.svg b/breeze-icons-5.21.0/icons/actions/16/shallow-history.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/shallow-history.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/shape-choose.svg b/breeze-icons-5.21.0/icons/actions/16/shape-choose.svg new file mode 120000 index 0000000..ef9a196 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/shapes.svg b/breeze-icons-5.21.0/icons/actions/16/shapes.svg new file mode 100644 index 0000000..3f6121e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/shapes.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/sharpenimage.svg b/breeze-icons-5.21.0/icons/actions/16/sharpenimage.svg new file mode 100644 index 0000000..c570f41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/sharpenimage.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/shear.svg b/breeze-icons-5.21.0/icons/actions/16/shear.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/show-dialogs.svg b/breeze-icons-5.21.0/icons/actions/16/show-dialogs.svg new file mode 120000 index 0000000..ae70e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-dialogs.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/show-grid.svg b/breeze-icons-5.21.0/icons/actions/16/show-grid.svg new file mode 120000 index 0000000..793f5eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/show-guides.svg b/breeze-icons-5.21.0/icons/actions/16/show-guides.svg new file mode 100644 index 0000000..c498072 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-guides.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/show-menu.svg b/breeze-icons-5.21.0/icons/actions/16/show-menu.svg new file mode 100644 index 0000000..f7dd3c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-menu.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/show-node-handles.svg b/breeze-icons-5.21.0/icons/actions/16/show-node-handles.svg new file mode 100644 index 0000000..a9b38cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-node-handles.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/show-offline.svg b/breeze-icons-5.21.0/icons/actions/16/show-offline.svg new file mode 120000 index 0000000..5019195 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-offline.svg @@ -0,0 +1 @@ +meeting-attending-tentative.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/show-path-outline.svg b/breeze-icons-5.21.0/icons/actions/16/show-path-outline.svg new file mode 100644 index 0000000..d023bc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/show-path-outline.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/shuffle.svg b/breeze-icons-5.21.0/icons/actions/16/shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/similarartists-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/similarartists-amarok.svg new file mode 100644 index 0000000..346cbce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/similarartists-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/smallclock.svg b/breeze-icons-5.21.0/icons/actions/16/smallclock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/smallclock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-center.svg b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-center.svg new file mode 100644 index 0000000..82915e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-center.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-corners.svg b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-corners.svg new file mode 100644 index 0000000..4c0ad9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-corners.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-edges.svg b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-edges.svg new file mode 100644 index 0000000..b40f51d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-edges.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-midpoints.svg b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-midpoints.svg new file mode 100644 index 0000000..b8a42e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box-midpoints.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box.svg b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box.svg new file mode 120000 index 0000000..66a1472 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-bounding-box.svg @@ -0,0 +1 @@ +snap-bounding-box-edges.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-extension.svg b/breeze-icons-5.21.0/icons/actions/16/snap-extension.svg new file mode 100644 index 0000000..6b156ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-extension.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-grid-guide-intersections.svg b/breeze-icons-5.21.0/icons/actions/16/snap-grid-guide-intersections.svg new file mode 100644 index 0000000..1eee3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-grid-guide-intersections.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-guideline.svg b/breeze-icons-5.21.0/icons/actions/16/snap-guideline.svg new file mode 100644 index 0000000..7ee929f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-guideline.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-intersection.svg b/breeze-icons-5.21.0/icons/actions/16/snap-intersection.svg new file mode 100644 index 0000000..5329b65 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-intersection.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-node.svg b/breeze-icons-5.21.0/icons/actions/16/snap-node.svg new file mode 100644 index 0000000..88fc898 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-node.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-center.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-center.svg new file mode 100644 index 0000000..0147847 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-center.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-cusp.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-cusp.svg new file mode 100644 index 0000000..bf1680b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-cusp.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-intersection.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-intersection.svg new file mode 100644 index 0000000..75e5111 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-intersection.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-midpoint.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-midpoint.svg new file mode 100644 index 0000000..1fdb22e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-midpoint.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-path.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-path.svg new file mode 100644 index 0000000..bd79e7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-path.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-rotation-center.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..2ff53f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-rotation-center.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-nodes-smooth.svg b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-smooth.svg new file mode 100644 index 0000000..b6e7c4d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-nodes-smooth.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-orthogonal.svg b/breeze-icons-5.21.0/icons/actions/16/snap-orthogonal.svg new file mode 100644 index 0000000..2183b23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-orthogonal.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-page.svg b/breeze-icons-5.21.0/icons/actions/16/snap-page.svg new file mode 100644 index 0000000..35f730e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-page.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap-text-baseline.svg b/breeze-icons-5.21.0/icons/actions/16/snap-text-baseline.svg new file mode 100644 index 0000000..ef30bae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap-text-baseline.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/snap.svg b/breeze-icons-5.21.0/icons/actions/16/snap.svg new file mode 100644 index 0000000..a20f5c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/snap.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/social.svg b/breeze-icons-5.21.0/icons/actions/16/social.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/sort-name.svg b/breeze-icons-5.21.0/icons/actions/16/sort-name.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/sort-name.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/sort-presence.svg b/breeze-icons-5.21.0/icons/actions/16/sort-presence.svg new file mode 100644 index 0000000..8983b24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/sort-presence.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/sort_incr.svg b/breeze-icons-5.21.0/icons/actions/16/sort_incr.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/sort_incr.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/speaker.svg b/breeze-icons-5.21.0/icons/actions/16/speaker.svg new file mode 100644 index 0000000..ee64a46 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/speaker.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/specific-setup.svg b/breeze-icons-5.21.0/icons/actions/16/specific-setup.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/specific-setup.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/speedometer.svg b/breeze-icons-5.21.0/icons/actions/16/speedometer.svg new file mode 120000 index 0000000..e48dac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/speedometer.svg @@ -0,0 +1 @@ +filename-bpm-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/split.svg b/breeze-icons-5.21.0/icons/actions/16/split.svg new file mode 100644 index 0000000..3fdcec4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/split.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/standard-connector.svg b/breeze-icons-5.21.0/icons/actions/16/standard-connector.svg new file mode 100644 index 0000000..9173521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/standard-connector.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/start-over.svg b/breeze-icons-5.21.0/icons/actions/16/start-over.svg new file mode 120000 index 0000000..81a417a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/start-over.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/state-fork.svg b/breeze-icons-5.21.0/icons/actions/16/state-fork.svg new file mode 100644 index 0000000..c2316d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/state-fork.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/sticky_zoom.svg b/breeze-icons-5.21.0/icons/actions/16/sticky_zoom.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/sticky_zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/story-editor.svg b/breeze-icons-5.21.0/icons/actions/16/story-editor.svg new file mode 100644 index 0000000..1fdb6a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/story-editor.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/straight-connector.svg b/breeze-icons-5.21.0/icons/actions/16/straight-connector.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-cap-bevel.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-cap-butt.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-butt.svg new file mode 100644 index 0000000..fc8bd85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-butt.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-cap-miter.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-cap-round.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-round.svg new file mode 100644 index 0000000..ed0f661 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-round.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-cap-square.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-square.svg new file mode 100644 index 0000000..f6e4bf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-cap-square.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-join-bevel.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-join-bevel.svg new file mode 100644 index 0000000..91886b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-join-bevel.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-join-miter.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-join-miter.svg new file mode 100644 index 0000000..5a2857f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-join-miter.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-join-round.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-join-round.svg new file mode 100644 index 0000000..071401e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-join-round.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/stroke-to-path.svg b/breeze-icons-5.21.0/icons/actions/16/stroke-to-path.svg new file mode 100644 index 0000000..1e90e38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/stroke-to-path.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/subsystem.svg b/breeze-icons-5.21.0/icons/actions/16/subsystem.svg new file mode 120000 index 0000000..7563411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/subsystem.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/svn-commit.svg b/breeze-icons-5.21.0/icons/actions/16/svn-commit.svg new file mode 100644 index 0000000..0e26fe2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/svn-commit.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/svn-update.svg b/breeze-icons-5.21.0/icons/actions/16/svn-update.svg new file mode 100644 index 0000000..677f790 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/svn-update.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/symbols.svg b/breeze-icons-5.21.0/icons/actions/16/symbols.svg new file mode 100644 index 0000000..438ca64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/symbols.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/system-run.svg b/breeze-icons-5.21.0/icons/actions/16/system-run.svg new file mode 100644 index 0000000..81963c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/system-run.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/system-search.svg b/breeze-icons-5.21.0/icons/actions/16/system-search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/system-upgrade.svg b/breeze-icons-5.21.0/icons/actions/16/system-upgrade.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/system-upgrade.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tab-close-other.svg b/breeze-icons-5.21.0/icons/actions/16/tab-close-other.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tab-close-other.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tab-close.svg b/breeze-icons-5.21.0/icons/actions/16/tab-close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tab-close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tab-detach.svg b/breeze-icons-5.21.0/icons/actions/16/tab-detach.svg new file mode 100644 index 0000000..4c541f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tab-detach.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tab-duplicate.svg b/breeze-icons-5.21.0/icons/actions/16/tab-duplicate.svg new file mode 100644 index 0000000..b538b90 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tab-duplicate.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tab-new-background.svg b/breeze-icons-5.21.0/icons/actions/16/tab-new-background.svg new file mode 100644 index 0000000..c3dd7e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tab-new-background.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tab-new.svg b/breeze-icons-5.21.0/icons/actions/16/tab-new.svg new file mode 100644 index 0000000..8500184 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tab-new.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/table.svg b/breeze-icons-5.21.0/icons/actions/16/table.svg new file mode 100644 index 0000000..1aaed37 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/table.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-addressbook.svg b/breeze-icons-5.21.0/icons/actions/16/tag-addressbook.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-assigned.svg b/breeze-icons-5.21.0/icons/actions/16/tag-assigned.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-assigned.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-delete.svg b/breeze-icons-5.21.0/icons/actions/16/tag-delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-events.svg b/breeze-icons-5.21.0/icons/actions/16/tag-events.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-folder.svg b/breeze-icons-5.21.0/icons/actions/16/tag-folder.svg new file mode 120000 index 0000000..f927800 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-new.svg b/breeze-icons-5.21.0/icons/actions/16/tag-new.svg new file mode 100644 index 0000000..21712b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-new.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-people.svg b/breeze-icons-5.21.0/icons/actions/16/tag-people.svg new file mode 120000 index 0000000..0d9b8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-people.svg @@ -0,0 +1 @@ +edit-image-face-show.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-places.svg b/breeze-icons-5.21.0/icons/actions/16/tag-places.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-places.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-properties.svg b/breeze-icons-5.21.0/icons/actions/16/tag-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-recents.svg b/breeze-icons-5.21.0/icons/actions/16/tag-recents.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-recents.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag-reset.svg b/breeze-icons-5.21.0/icons/actions/16/tag-reset.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tag.svg b/breeze-icons-5.21.0/icons/actions/16/tag.svg new file mode 100644 index 0000000..af1b239 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tag.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/task-new.svg b/breeze-icons-5.21.0/icons/actions/16/task-new.svg new file mode 100644 index 0000000..d02ce45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/task-new.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/taxes-finances.svg b/breeze-icons-5.21.0/icons/actions/16/taxes-finances.svg new file mode 100644 index 0000000..ff07fce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/taxes-finances.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/template.svg b/breeze-icons-5.21.0/icons/actions/16/template.svg new file mode 120000 index 0000000..911d559 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/template.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/text-convert-to-regular.svg b/breeze-icons-5.21.0/icons/actions/16/text-convert-to-regular.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-convert-to-regular.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/text-field.svg b/breeze-icons-5.21.0/icons/actions/16/text-field.svg new file mode 100644 index 0000000..90dc7c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-field.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-flow-into-frame.svg b/breeze-icons-5.21.0/icons/actions/16/text-flow-into-frame.svg new file mode 100644 index 0000000..ba4ea59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-flow-into-frame.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-frame-link.svg b/breeze-icons-5.21.0/icons/actions/16/text-frame-link.svg new file mode 100644 index 0000000..41a516e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-frame-link.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-frame-unlink.svg b/breeze-icons-5.21.0/icons/actions/16/text-frame-unlink.svg new file mode 100644 index 0000000..d750eb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-frame-unlink.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-put-on-path.svg b/breeze-icons-5.21.0/icons/actions/16/text-put-on-path.svg new file mode 100644 index 0000000..8ba7f25 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-put-on-path.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-remove-from-path.svg b/breeze-icons-5.21.0/icons/actions/16/text-remove-from-path.svg new file mode 100644 index 0000000..cdb5c08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-remove-from-path.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-speak.svg b/breeze-icons-5.21.0/icons/actions/16/text-speak.svg new file mode 100644 index 0000000..7324d7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-speak.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-unflow.svg b/breeze-icons-5.21.0/icons/actions/16/text-unflow.svg new file mode 100644 index 0000000..72fb968 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-unflow.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-unkern.svg b/breeze-icons-5.21.0/icons/actions/16/text-unkern.svg new file mode 100644 index 0000000..47404a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-unkern.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text-wrap.svg b/breeze-icons-5.21.0/icons/actions/16/text-wrap.svg new file mode 100644 index 0000000..2c74ba9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text-wrap.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text.svg b/breeze-icons-5.21.0/icons/actions/16/text.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/text_horz_kern.svg b/breeze-icons-5.21.0/icons/actions/16/text_horz_kern.svg new file mode 100644 index 0000000..318315c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_horz_kern.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text_letter_spacing.svg b/breeze-icons-5.21.0/icons/actions/16/text_letter_spacing.svg new file mode 100644 index 0000000..e3af7e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_letter_spacing.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text_line_spacing.svg b/breeze-icons-5.21.0/icons/actions/16/text_line_spacing.svg new file mode 100644 index 0000000..e27bbd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_line_spacing.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text_rotation.svg b/breeze-icons-5.21.0/icons/actions/16/text_rotation.svg new file mode 100644 index 0000000..c9d1f67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_rotation.svg @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text_subscript.svg b/breeze-icons-5.21.0/icons/actions/16/text_subscript.svg new file mode 120000 index 0000000..6022bad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_subscript.svg @@ -0,0 +1 @@ +format-text-subscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/text_superscript.svg b/breeze-icons-5.21.0/icons/actions/16/text_superscript.svg new file mode 120000 index 0000000..ff7ed30 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_superscript.svg @@ -0,0 +1 @@ +format-text-superscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/text_vert_kern.svg b/breeze-icons-5.21.0/icons/actions/16/text_vert_kern.svg new file mode 100644 index 0000000..3c6390f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_vert_kern.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/text_word_spacing.svg b/breeze-icons-5.21.0/icons/actions/16/text_word_spacing.svg new file mode 100644 index 0000000..59e56eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/text_word_spacing.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tool-animator.svg b/breeze-icons-5.21.0/icons/actions/16/tool-animator.svg new file mode 100644 index 0000000..333ab16 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tool-animator.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tool-measure.svg b/breeze-icons-5.21.0/icons/actions/16/tool-measure.svg new file mode 120000 index 0000000..b31f3fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tool-measure.svg @@ -0,0 +1 @@ +measure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tool-node-editor.svg b/breeze-icons-5.21.0/icons/actions/16/tool-node-editor.svg new file mode 120000 index 0000000..9d57cb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tool-node-editor.svg @@ -0,0 +1 @@ +edit-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tool-pointer.svg b/breeze-icons-5.21.0/icons/actions/16/tool-pointer.svg new file mode 120000 index 0000000..7f408ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tool-pointer.svg @@ -0,0 +1 @@ +cursor-arrow.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/tool-tweak.svg b/breeze-icons-5.21.0/icons/actions/16/tool-tweak.svg new file mode 100644 index 0000000..f417898 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tool-tweak.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-check-spelling.svg b/breeze-icons-5.21.0/icons/actions/16/tools-check-spelling.svg new file mode 100644 index 0000000..3b94540 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-check-spelling.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-burn-image.svg b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-burn-image.svg new file mode 100644 index 0000000..30cef73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-burn-image.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-burn.svg b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-burn.svg new file mode 100644 index 0000000..fcf0d7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-burn.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-copy.svg b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-copy.svg new file mode 100644 index 0000000..9a2fea3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-copy.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-erase.svg b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-erase.svg new file mode 100644 index 0000000..11165f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-erase.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-format.svg b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-format.svg new file mode 100644 index 0000000..fddc026 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-media-optical-format.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-report-bug.svg b/breeze-icons-5.21.0/icons/actions/16/tools-report-bug.svg new file mode 100644 index 0000000..cd6a079 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-report-bug.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-rip-audio-cd.svg b/breeze-icons-5.21.0/icons/actions/16/tools-rip-audio-cd.svg new file mode 100644 index 0000000..919eb69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-rip-audio-cd.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-rip-video-cd.svg b/breeze-icons-5.21.0/icons/actions/16/tools-rip-video-cd.svg new file mode 100644 index 0000000..98bb0f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-rip-video-cd.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-rip-video-dvd.svg b/breeze-icons-5.21.0/icons/actions/16/tools-rip-video-dvd.svg new file mode 100644 index 0000000..8ca71d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-rip-video-dvd.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/tools-wizard.svg b/breeze-icons-5.21.0/icons/actions/16/tools-wizard.svg new file mode 100644 index 0000000..501783a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/tools-wizard.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-affect-gradient.svg b/breeze-icons-5.21.0/icons/actions/16/transform-affect-gradient.svg new file mode 100644 index 0000000..dbf8c3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-affect-gradient.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-affect-pattern.svg b/breeze-icons-5.21.0/icons/actions/16/transform-affect-pattern.svg new file mode 100644 index 0000000..0df68b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-affect-pattern.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-affect-rounded-corners.svg b/breeze-icons-5.21.0/icons/actions/16/transform-affect-rounded-corners.svg new file mode 100644 index 0000000..41412b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-affect-rounded-corners.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-affect-stroke.svg b/breeze-icons-5.21.0/icons/actions/16/transform-affect-stroke.svg new file mode 100644 index 0000000..71cb609 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-affect-stroke.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-crop-and-resize.svg b/breeze-icons-5.21.0/icons/actions/16/transform-crop-and-resize.svg new file mode 100644 index 0000000..1775c22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-crop-and-resize.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-crop.svg b/breeze-icons-5.21.0/icons/actions/16/transform-crop.svg new file mode 100644 index 0000000..2361de4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-crop.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-move-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/transform-move-horizontal.svg new file mode 100644 index 0000000..d55a159 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-move-horizontal.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-move-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/transform-move-vertical.svg new file mode 100644 index 0000000..0ade9f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-move-vertical.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-move.svg b/breeze-icons-5.21.0/icons/actions/16/transform-move.svg new file mode 100644 index 0000000..cdd51aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-move.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-rotate.svg b/breeze-icons-5.21.0/icons/actions/16/transform-rotate.svg new file mode 100644 index 0000000..ebdf523 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-rotate.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-scale-textbox-points.svg b/breeze-icons-5.21.0/icons/actions/16/transform-scale-textbox-points.svg new file mode 100644 index 0000000..e68a88c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-scale-textbox-points.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-scale.svg b/breeze-icons-5.21.0/icons/actions/16/transform-scale.svg new file mode 100644 index 0000000..b81005a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-scale.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-shear-down.svg b/breeze-icons-5.21.0/icons/actions/16/transform-shear-down.svg new file mode 100644 index 0000000..42778d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-shear-down.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-shear-left.svg b/breeze-icons-5.21.0/icons/actions/16/transform-shear-left.svg new file mode 100644 index 0000000..4dfd209 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-shear-left.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-shear-right.svg b/breeze-icons-5.21.0/icons/actions/16/transform-shear-right.svg new file mode 100644 index 0000000..b460445 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-shear-right.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-shear-up.svg b/breeze-icons-5.21.0/icons/actions/16/transform-shear-up.svg new file mode 100644 index 0000000..271f985 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-shear-up.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-skew-horizontal.svg b/breeze-icons-5.21.0/icons/actions/16/transform-skew-horizontal.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-skew-horizontal.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/transform-skew-vertical.svg b/breeze-icons-5.21.0/icons/actions/16/transform-skew-vertical.svg new file mode 120000 index 0000000..294c4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transform-skew-vertical.svg @@ -0,0 +1 @@ +transform-shear-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/transsearch.svg b/breeze-icons-5.21.0/icons/actions/16/transsearch.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/transsearch.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/trash-empty.svg b/breeze-icons-5.21.0/icons/actions/16/trash-empty.svg new file mode 100644 index 0000000..2ba0494 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/trash-empty.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/umbr-coll-message-asynchronous.svg b/breeze-icons-5.21.0/icons/actions/16/umbr-coll-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbr-coll-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbr-coll-message-synchronous.svg b/breeze-icons-5.21.0/icons/actions/16/umbr-coll-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbr-coll-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbr-message-asynchronous.svg b/breeze-icons-5.21.0/icons/actions/16/umbr-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbr-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbr-message-found.svg b/breeze-icons-5.21.0/icons/actions/16/umbr-message-found.svg new file mode 120000 index 0000000..3bab14e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbr-message-found.svg @@ -0,0 +1 @@ +mail-mark-notjunk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbr-message-lost.svg b/breeze-icons-5.21.0/icons/actions/16/umbr-message-lost.svg new file mode 120000 index 0000000..c423740 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbr-message-lost.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbr-message-synchronous.svg b/breeze-icons-5.21.0/icons/actions/16/umbr-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbr-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_activity.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_activity.svg new file mode 120000 index 0000000..7954379 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_activity.svg @@ -0,0 +1 @@ +preferences-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_class.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_collaboration.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_collaboration.svg new file mode 120000 index 0000000..255b712 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_collaboration.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_component.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_deployment.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_deployment.svg new file mode 100644 index 0000000..bfe066c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_deployment.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_entityrelationship.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_entityrelationship.svg new file mode 120000 index 0000000..057bb99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_entityrelationship.svg @@ -0,0 +1 @@ +edit-clone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_sequence.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_sequence.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_sequence.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_state.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_state.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_state.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_usecase.svg b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_usecase.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/umbrello_diagram_usecase.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/uniassociation.svg b/breeze-icons-5.21.0/icons/actions/16/uniassociation.svg new file mode 100644 index 0000000..42e8573 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/uniassociation.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/unique_constraint.svg b/breeze-icons-5.21.0/icons/actions/16/unique_constraint.svg new file mode 100644 index 0000000..428cc57 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/unique_constraint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/unlock.svg b/breeze-icons-5.21.0/icons/actions/16/unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/unmarkasblank.svg b/breeze-icons-5.21.0/icons/actions/16/unmarkasblank.svg new file mode 100644 index 0000000..0c12817 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/unmarkasblank.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/unrequired.svg b/breeze-icons-5.21.0/icons/actions/16/unrequired.svg new file mode 120000 index 0000000..3814b6e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/unrequired.svg @@ -0,0 +1 @@ +package-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/upcomingevents-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/upcomingevents-amarok.svg new file mode 120000 index 0000000..7022652 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/upindicator.svg b/breeze-icons-5.21.0/icons/actions/16/upindicator.svg new file mode 100644 index 0000000..280c3e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/upindicator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/upload-media.svg b/breeze-icons-5.21.0/icons/actions/16/upload-media.svg new file mode 100644 index 0000000..0e52559 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/upload-media.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/usecase.svg b/breeze-icons-5.21.0/icons/actions/16/usecase.svg new file mode 120000 index 0000000..81af32b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/usecase.svg @@ -0,0 +1 @@ +draw-ellipse.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/user-group-delete.svg b/breeze-icons-5.21.0/icons/actions/16/user-group-delete.svg new file mode 100644 index 0000000..f5cb028 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/user-group-delete.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/user-group-new.svg b/breeze-icons-5.21.0/icons/actions/16/user-group-new.svg new file mode 100644 index 0000000..b76ebb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/user-group-new.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/user-group-properties.svg b/breeze-icons-5.21.0/icons/actions/16/user-group-properties.svg new file mode 100644 index 0000000..2f0ba23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/user-group-properties.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/user-identity.svg b/breeze-icons-5.21.0/icons/actions/16/user-identity.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/user-identity.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/user-properties.svg b/breeze-icons-5.21.0/icons/actions/16/user-properties.svg new file mode 120000 index 0000000..ad3742c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/user-properties.svg @@ -0,0 +1 @@ +user-group-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/videoclip-amarok.svg b/breeze-icons-5.21.0/icons/actions/16/videoclip-amarok.svg new file mode 120000 index 0000000..0d1faec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-barcode-add.svg b/breeze-icons-5.21.0/icons/actions/16/view-barcode-add.svg new file mode 100644 index 0000000..8e43f6e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-barcode-add.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-barcode.svg b/breeze-icons-5.21.0/icons/actions/16/view-barcode.svg new file mode 100644 index 0000000..7a34d00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-barcode.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-agenda.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-agenda.svg new file mode 100644 index 0000000..320dc85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-agenda.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-birthday.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-birthday.svg new file mode 100644 index 0000000..ec802fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-birthday.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-day.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-day.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-day.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-holiday.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-holiday.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-holiday.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-journal.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-journal.svg new file mode 100644 index 0000000..3e47964 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-journal.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-list.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-list.svg new file mode 100644 index 0000000..4408d9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-list.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-month.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-month.svg new file mode 100644 index 0000000..e674868 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-month.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-special-occasion.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-special-occasion.svg new file mode 100644 index 0000000..e697eab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-special-occasion.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-tasks.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-tasks.svg new file mode 100644 index 0000000..6533eb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-tasks.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-time-spent.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-time-spent.svg new file mode 100644 index 0000000..4abcf4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-time-spent.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-timeline.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-timeline.svg new file mode 100644 index 0000000..7eb9a12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-timeline.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-upcoming-days.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-upcoming-days.svg new file mode 100644 index 0000000..e065527 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-upcoming-days.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-upcoming-events.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-upcoming-events.svg new file mode 100644 index 0000000..3be1c3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-upcoming-events.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-wedding-anniversary.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-wedding-anniversary.svg new file mode 100644 index 0000000..ad2c4c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-wedding-anniversary.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-week.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-week.svg new file mode 100644 index 0000000..4209951 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-week.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-whatsnext.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-whatsnext.svg new file mode 100644 index 0000000..0efa62c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-whatsnext.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar-workweek.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar-workweek.svg new file mode 120000 index 0000000..9b59502 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar-workweek.svg @@ -0,0 +1 @@ +view-calendar-week.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-calendar.svg b/breeze-icons-5.21.0/icons/actions/16/view-calendar.svg new file mode 100644 index 0000000..bdb03fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-calendar.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-choose.svg b/breeze-icons-5.21.0/icons/actions/16/view-choose.svg new file mode 100644 index 0000000..f70475f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-choose.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-close.svg b/breeze-icons-5.21.0/icons/actions/16/view-close.svg new file mode 100644 index 0000000..06904e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-close.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-file-columns.svg b/breeze-icons-5.21.0/icons/actions/16/view-file-columns.svg new file mode 100644 index 0000000..62ac316 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-file-columns.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-filter.svg b/breeze-icons-5.21.0/icons/actions/16/view-filter.svg new file mode 100644 index 0000000..c3121b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-filter.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-form-action.svg b/breeze-icons-5.21.0/icons/actions/16/view-form-action.svg new file mode 100644 index 0000000..48abfa1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-form-action.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-form.svg b/breeze-icons-5.21.0/icons/actions/16/view-form.svg new file mode 100644 index 0000000..279ec37 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-form.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-fullscreen.svg b/breeze-icons-5.21.0/icons/actions/16/view-fullscreen.svg new file mode 100644 index 0000000..ce698da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-fullscreen.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-grid.svg b/breeze-icons-5.21.0/icons/actions/16/view-grid.svg new file mode 100644 index 0000000..23ce3be --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-grid.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-group.svg b/breeze-icons-5.21.0/icons/actions/16/view-group.svg new file mode 100644 index 0000000..99a0592 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-group.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-history.svg b/breeze-icons-5.21.0/icons/actions/16/view-history.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-history.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-left-close.svg b/breeze-icons-5.21.0/icons/actions/16/view-left-close.svg new file mode 100644 index 0000000..456925f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-left-close.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-list-details.svg b/breeze-icons-5.21.0/icons/actions/16/view-list-details.svg new file mode 100644 index 0000000..7814135 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-list-details.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-list-icons.svg b/breeze-icons-5.21.0/icons/actions/16/view-list-icons.svg new file mode 100644 index 0000000..e5b6261 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-list-icons.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-list-text.svg b/breeze-icons-5.21.0/icons/actions/16/view-list-text.svg new file mode 100644 index 0000000..010fce6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-list-text.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-list-tree.svg b/breeze-icons-5.21.0/icons/actions/16/view-list-tree.svg new file mode 100644 index 0000000..cd39084 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-list-tree.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-media-artist.svg b/breeze-icons-5.21.0/icons/actions/16/view-media-artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-media-artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-media-equalizer.svg b/breeze-icons-5.21.0/icons/actions/16/view-media-equalizer.svg new file mode 100644 index 0000000..a0d2d32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-media-equalizer.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-media-lyrics.svg b/breeze-icons-5.21.0/icons/actions/16/view-media-lyrics.svg new file mode 100644 index 0000000..9cd5f18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-media-lyrics.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-media-playlist.svg b/breeze-icons-5.21.0/icons/actions/16/view-media-playlist.svg new file mode 100644 index 0000000..3304778 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-media-playlist.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-media-visualization.svg b/breeze-icons-5.21.0/icons/actions/16/view-media-visualization.svg new file mode 100644 index 0000000..ed5b345 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-media-visualization.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-multiple-objects.svg b/breeze-icons-5.21.0/icons/actions/16/view-multiple-objects.svg new file mode 100644 index 0000000..b52bf96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-multiple-objects.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-object-histogram-linear.svg b/breeze-icons-5.21.0/icons/actions/16/view-object-histogram-linear.svg new file mode 100644 index 0000000..7a10245 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-object-histogram-linear.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-object-histogram-logarithmic.svg b/breeze-icons-5.21.0/icons/actions/16/view-object-histogram-logarithmic.svg new file mode 100644 index 0000000..a86504a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-object-histogram-logarithmic.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-calendar.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-contacts.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-contacts.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-contacts.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-journal.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-journal.svg new file mode 120000 index 0000000..b830e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-journal.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-mail.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-mail.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-news.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-news.svg new file mode 120000 index 0000000..7387fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-news.svg @@ -0,0 +1 @@ +news-subscribe.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-notes.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-notes.svg new file mode 100644 index 0000000..3ab5606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-notes.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-tasks-pending.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-tasks-pending.svg new file mode 100644 index 0000000..a5db60d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-tasks-pending.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-pim-tasks.svg b/breeze-icons-5.21.0/icons/actions/16/view-pim-tasks.svg new file mode 120000 index 0000000..f6ae45c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-pim-tasks.svg @@ -0,0 +1 @@ +view-task.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-presentation.svg b/breeze-icons-5.21.0/icons/actions/16/view-presentation.svg new file mode 100644 index 0000000..533272a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-presentation.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-preview.svg b/breeze-icons-5.21.0/icons/actions/16/view-preview.svg new file mode 100644 index 0000000..8aeb3cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-preview.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-process-all-tree.svg b/breeze-icons-5.21.0/icons/actions/16/view-process-all-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-process-all-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-process-all.svg b/breeze-icons-5.21.0/icons/actions/16/view-process-all.svg new file mode 120000 index 0000000..a379444 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-process-all.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-process-own.svg b/breeze-icons-5.21.0/icons/actions/16/view-process-own.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-process-system.svg b/breeze-icons-5.21.0/icons/actions/16/view-process-system.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-process-tree.svg b/breeze-icons-5.21.0/icons/actions/16/view-process-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-process-users.svg b/breeze-icons-5.21.0/icons/actions/16/view-process-users.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-process-users.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-readermode-active.svg b/breeze-icons-5.21.0/icons/actions/16/view-readermode-active.svg new file mode 100644 index 0000000..2c79085 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-readermode-active.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-readermode.svg b/breeze-icons-5.21.0/icons/actions/16/view-readermode.svg new file mode 100644 index 0000000..ad82c6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-readermode.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-refresh.svg b/breeze-icons-5.21.0/icons/actions/16/view-refresh.svg new file mode 100644 index 0000000..d3cb116 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-refresh.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-resource-calendar.svg b/breeze-icons-5.21.0/icons/actions/16/view-resource-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-restore.svg b/breeze-icons-5.21.0/icons/actions/16/view-restore.svg new file mode 100644 index 0000000..e15a7de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-restore.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-right-close.svg b/breeze-icons-5.21.0/icons/actions/16/view-right-close.svg new file mode 100644 index 0000000..54fecb8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-right-close.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-right-new.svg b/breeze-icons-5.21.0/icons/actions/16/view-right-new.svg new file mode 100644 index 0000000..a7334a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-right-new.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-sidetree.svg b/breeze-icons-5.21.0/icons/actions/16/view-sidetree.svg new file mode 100644 index 0000000..48d1585 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-sidetree.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-sort-ascending.svg b/breeze-icons-5.21.0/icons/actions/16/view-sort-ascending.svg new file mode 100644 index 0000000..c2fab12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-sort-ascending.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-sort-descending.svg b/breeze-icons-5.21.0/icons/actions/16/view-sort-descending.svg new file mode 100644 index 0000000..aa31ad0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-sort-descending.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-split-left-right.svg b/breeze-icons-5.21.0/icons/actions/16/view-split-left-right.svg new file mode 100644 index 0000000..de6cbf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-split-left-right.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-split-top-bottom.svg b/breeze-icons-5.21.0/icons/actions/16/view-split-top-bottom.svg new file mode 100644 index 0000000..360fa23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-split-top-bottom.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-statistics.svg b/breeze-icons-5.21.0/icons/actions/16/view-statistics.svg new file mode 100644 index 0000000..763407a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-statistics.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-table-of-contents-ltr.svg b/breeze-icons-5.21.0/icons/actions/16/view-table-of-contents-ltr.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-table-of-contents-ltr.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-table-of-contents-rtl.svg b/breeze-icons-5.21.0/icons/actions/16/view-table-of-contents-rtl.svg new file mode 100644 index 0000000..2df28c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-table-of-contents-rtl.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-task-add.svg b/breeze-icons-5.21.0/icons/actions/16/view-task-add.svg new file mode 120000 index 0000000..072782f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-task-add.svg @@ -0,0 +1 @@ +task-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-task-child-add.svg b/breeze-icons-5.21.0/icons/actions/16/view-task-child-add.svg new file mode 120000 index 0000000..4226a53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-task-child.svg b/breeze-icons-5.21.0/icons/actions/16/view-task-child.svg new file mode 100644 index 0000000..380fd55 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-task-child.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-task.svg b/breeze-icons-5.21.0/icons/actions/16/view-task.svg new file mode 100644 index 0000000..112851f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-task.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined-add.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined-add.svg new file mode 120000 index 0000000..33efb3f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined-add.svg @@ -0,0 +1 @@ +view-time-schedule-baselined.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined-remove.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined-remove.svg new file mode 100644 index 0000000..6a2e39b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined-remove.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined.svg new file mode 100644 index 0000000..9fe81ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-baselined.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-calculus.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-calculus.svg new file mode 100644 index 0000000..b0c3eb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-calculus.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-child-insert.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-child-insert.svg new file mode 100644 index 0000000..0c65e42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-child-insert.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-edit.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-edit.svg new file mode 100644 index 0000000..661d4cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-edit.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-insert.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-insert.svg new file mode 100644 index 0000000..0188189 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule-insert.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/view-time-schedule.svg b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/view-web-browser-dom-tree.svg b/breeze-icons-5.21.0/icons/actions/16/view-web-browser-dom-tree.svg new file mode 100644 index 0000000..440088a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/view-web-browser-dom-tree.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/viewimage.svg b/breeze-icons-5.21.0/icons/actions/16/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/visibility.svg b/breeze-icons-5.21.0/icons/actions/16/visibility.svg new file mode 100644 index 0000000..22f3bc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/visibility.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/window-close.svg b/breeze-icons-5.21.0/icons/actions/16/window-close.svg new file mode 100644 index 0000000..24ea94e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/window-close.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/window-duplicate.svg b/breeze-icons-5.21.0/icons/actions/16/window-duplicate.svg new file mode 100644 index 0000000..51af336 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/window-duplicate.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/window-new.svg b/breeze-icons-5.21.0/icons/actions/16/window-new.svg new file mode 100644 index 0000000..ddf563c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/window-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/window-next.svg b/breeze-icons-5.21.0/icons/actions/16/window-next.svg new file mode 100644 index 0000000..8760b86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/window-next.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/window-previous.svg b/breeze-icons-5.21.0/icons/actions/16/window-previous.svg new file mode 100644 index 0000000..1310366 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/window-previous.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/window.svg b/breeze-icons-5.21.0/icons/actions/16/window.svg new file mode 100644 index 0000000..6ae56a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/window.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/x-clementine-artist.svg b/breeze-icons-5.21.0/icons/actions/16/x-clementine-artist.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-clementine-artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-clementine-shuffle.svg b/breeze-icons-5.21.0/icons/actions/16/x-clementine-shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-shape-connection.svg b/breeze-icons-5.21.0/icons/actions/16/x-shape-connection.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-shape-formula.svg b/breeze-icons-5.21.0/icons/actions/16/x-shape-formula.svg new file mode 120000 index 0000000..76cf815 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-shape-image.svg b/breeze-icons-5.21.0/icons/actions/16/x-shape-image.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-shape-text.svg b/breeze-icons-5.21.0/icons/actions/16/x-shape-text.svg new file mode 120000 index 0000000..ab11536 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-zoom-in.svg b/breeze-icons-5.21.0/icons/actions/16/x-zoom-in.svg new file mode 120000 index 0000000..608b539 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-zoom-in.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/x-zoom-out.svg b/breeze-icons-5.21.0/icons/actions/16/x-zoom-out.svg new file mode 120000 index 0000000..fc310d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/x-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/xml-attribute-delete.svg b/breeze-icons-5.21.0/icons/actions/16/xml-attribute-delete.svg new file mode 100644 index 0000000..52f2976 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/xml-attribute-delete.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/xml-element-new.svg b/breeze-icons-5.21.0/icons/actions/16/xml-element-new.svg new file mode 100644 index 0000000..7f03df2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/xml-element-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/xml-node-delete.svg b/breeze-icons-5.21.0/icons/actions/16/xml-node-delete.svg new file mode 100644 index 0000000..bbd52e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/xml-node-delete.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/xml-node-duplicate.svg b/breeze-icons-5.21.0/icons/actions/16/xml-node-duplicate.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/xml-node-duplicate.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/xml-text-new.svg b/breeze-icons-5.21.0/icons/actions/16/xml-text-new.svg new file mode 100644 index 0000000..f1334e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/xml-text-new.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/y-zoom-in.svg b/breeze-icons-5.21.0/icons/actions/16/y-zoom-in.svg new file mode 100644 index 0000000..5990267 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/y-zoom-in.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/y-zoom-out.svg b/breeze-icons-5.21.0/icons/actions/16/y-zoom-out.svg new file mode 120000 index 0000000..0f72a05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/y-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-1-to-2.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-1-to-2.svg new file mode 100644 index 0000000..6702d86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-1-to-2.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-2-to-1.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-2-to-1.svg new file mode 100644 index 0000000..27765d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-2-to-1.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-double-size.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-double-size.svg new file mode 120000 index 0000000..79ae67b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-double-size.svg @@ -0,0 +1 @@ +zoom-1-to-2.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-draw.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-draw.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-fit-best.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-best.svg new file mode 100644 index 0000000..7bf5112 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-best.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-fit-drawing.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-drawing.svg new file mode 120000 index 0000000..fce292c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-drawing.svg @@ -0,0 +1 @@ +zoom-draw.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-fit-height.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-height.svg new file mode 100644 index 0000000..f14912d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-height.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-fit-page.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-page.svg new file mode 120000 index 0000000..93167c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-page.svg @@ -0,0 +1 @@ +page-zoom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-fit-selection.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-selection.svg new file mode 120000 index 0000000..037a51b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-selection.svg @@ -0,0 +1 @@ +zoom-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-fit-width.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-width.svg new file mode 100644 index 0000000..10eef25 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-fit-width.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-half-size.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-half-size.svg new file mode 120000 index 0000000..b5036e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-half-size.svg @@ -0,0 +1 @@ +zoom-2-to-1.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-in-large.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-in-large.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-in-x.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-in-x.svg new file mode 100644 index 0000000..fbae6b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-in-x.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-in-y.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-in-y.svg new file mode 120000 index 0000000..65f9aa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-in.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-in.svg new file mode 100644 index 0000000..e1a1895 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-in.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-next.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-next.svg new file mode 100644 index 0000000..52e0919 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-next.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-original.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-original.svg new file mode 100644 index 0000000..9234579 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-original.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-out-x.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-out-x.svg new file mode 100644 index 0000000..ac8cede --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-out-x.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-out-y.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-out-y.svg new file mode 100644 index 0000000..9efda00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-out-y.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-out.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-out.svg new file mode 100644 index 0000000..185742b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-out.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-previous.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-previous.svg new file mode 100644 index 0000000..98a706b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-previous.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-select-fit.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-select-fit.svg new file mode 120000 index 0000000..cc77c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-select-x.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-select-y.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom-select.svg b/breeze-icons-5.21.0/icons/actions/16/zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/16/zoom.svg b/breeze-icons-5.21.0/icons/actions/16/zoom.svg new file mode 100644 index 0000000..b49f838 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/16/zoom.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/CVnamespace.svg b/breeze-icons-5.21.0/icons/actions/22/CVnamespace.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/CVnamespace.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/Info-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/Info-amarok.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/PrePostCondition.svg b/breeze-icons-5.21.0/icons/actions/22/PrePostCondition.svg new file mode 100644 index 0000000..7392ca1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/PrePostCondition.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/accept_signal.svg b/breeze-icons-5.21.0/icons/actions/22/accept_signal.svg new file mode 100644 index 0000000..f30fd11 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/accept_signal.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/accept_time_event.svg b/breeze-icons-5.21.0/icons/actions/22/accept_time_event.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/accept_time_event.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/acrobat.svg b/breeze-icons-5.21.0/icons/actions/22/acrobat.svg new file mode 100644 index 0000000..381b171 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/acrobat.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/action-albumfolder-importdir2.svg b/breeze-icons-5.21.0/icons/actions/22/action-albumfolder-importdir2.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/action-rss_tag.svg b/breeze-icons-5.21.0/icons/actions/22/action-rss_tag.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/activity-fork.svg b/breeze-icons-5.21.0/icons/actions/22/activity-fork.svg new file mode 120000 index 0000000..d6e2182 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/activity-fork.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/actor.svg b/breeze-icons-5.21.0/icons/actions/22/actor.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/actor.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/add-placemark.svg b/breeze-icons-5.21.0/icons/actions/22/add-placemark.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/add-placemark.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/address-book-new.svg b/breeze-icons-5.21.0/icons/actions/22/address-book-new.svg new file mode 100644 index 0000000..f34df9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/address-book-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/addressbook-details.svg b/breeze-icons-5.21.0/icons/actions/22/addressbook-details.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/adjustcurves.svg b/breeze-icons-5.21.0/icons/actions/22/adjustcurves.svg new file mode 100644 index 0000000..6735a8d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/adjustcurves.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/adjusthsl.svg b/breeze-icons-5.21.0/icons/actions/22/adjusthsl.svg new file mode 100644 index 0000000..a349067 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/adjusthsl.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/adjustlevels.svg b/breeze-icons-5.21.0/icons/actions/22/adjustlevels.svg new file mode 100644 index 0000000..733e94d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/adjustlevels.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/adjustrgb.svg b/breeze-icons-5.21.0/icons/actions/22/adjustrgb.svg new file mode 100644 index 0000000..098facb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/adjustrgb.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/aggregation.svg b/breeze-icons-5.21.0/icons/actions/22/aggregation.svg new file mode 100644 index 0000000..c1e70a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/aggregation.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/akonadiconsole.svg b/breeze-icons-5.21.0/icons/actions/22/akonadiconsole.svg new file mode 100644 index 0000000..2c5c480 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/akonadiconsole.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/albumfolder-importdir.svg b/breeze-icons-5.21.0/icons/actions/22/albumfolder-importdir.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/albumfolder-importimages.svg b/breeze-icons-5.21.0/icons/actions/22/albumfolder-importimages.svg new file mode 120000 index 0000000..c7116c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/albumfolder-new.svg b/breeze-icons-5.21.0/icons/actions/22/albumfolder-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/albumfolder-properties.svg b/breeze-icons-5.21.0/icons/actions/22/albumfolder-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/albumfolder-user-trash.svg b/breeze-icons-5.21.0/icons/actions/22/albumfolder-user-trash.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/albumfolder-user-trash.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-baseline.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-baseline.svg new file mode 100644 index 0000000..46152ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-baseline.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..9a8fed9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-bottom-out.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-center.svg new file mode 100644 index 0000000..5d9fcf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-center.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left-out.svg new file mode 100644 index 0000000..5c8c3bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left-out.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..9b3c915 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left-to-anchor.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left.svg new file mode 100644 index 0000000..84630cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-left.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right-out.svg new file mode 100644 index 0000000..8be943d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right-out.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..5e381bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right-to-anchor.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right.svg new file mode 100644 index 0000000..560d185 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-right.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-top-out.svg new file mode 100644 index 0000000..1e41c6e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-horizontal-top-out.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-baseline.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-baseline.svg new file mode 100644 index 0000000..e459c41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-baseline.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom-out.svg new file mode 100644 index 0000000..4d83fd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom-out.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..75c7a19 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom.svg new file mode 100644 index 0000000..86394d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-bottom.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-center.svg new file mode 100644 index 0000000..3a23edd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-center.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-top-out.svg new file mode 100644 index 0000000..786162c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-top-out.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..81eb5d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-top-to-anchor.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/align-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/22/align-vertical-top.svg new file mode 100644 index 0000000..5126f6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/align-vertical-top.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_artist.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_artist.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_cart_add.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_cart_add.svg new file mode 100644 index 0000000..5a6f22a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_cart_add.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_cart_remove.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_cart_remove.svg new file mode 100644 index 0000000..fca1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_cart_remove.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_cart_view.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_cart_view.svg new file mode 100644 index 0000000..d4556cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_cart_view.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_change_language.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_change_language.svg new file mode 100644 index 0000000..37dc6c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_change_language.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_clock.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_lyrics.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_lyrics.svg new file mode 120000 index 0000000..2dd7676 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_playcount.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_playcount.svg new file mode 120000 index 0000000..c615601 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_playlist.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_playlist.svg new file mode 120000 index 0000000..e988559 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_playlist_refresh.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_playlist_refresh.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/amarok_scripts.svg b/breeze-icons-5.21.0/icons/actions/22/amarok_scripts.svg new file mode 100644 index 0000000..7858957 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/amarok_scripts.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/anchor.svg b/breeze-icons-5.21.0/icons/actions/22/anchor.svg new file mode 100644 index 0000000..4349c5b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/anchor.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/answer-correct.svg b/breeze-icons-5.21.0/icons/actions/22/answer-correct.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/answer-correct.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/answer.svg b/breeze-icons-5.21.0/icons/actions/22/answer.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/answer.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/antivignetting.svg b/breeze-icons-5.21.0/icons/actions/22/antivignetting.svg new file mode 100644 index 0000000..c52d3e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/antivignetting.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/application-exit.svg b/breeze-icons-5.21.0/icons/actions/22/application-exit.svg new file mode 100644 index 0000000..bf610fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/application-exit.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/application-menu.svg b/breeze-icons-5.21.0/icons/actions/22/application-menu.svg new file mode 100644 index 0000000..329fc5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/application-menu.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/applications-internet.svg b/breeze-icons-5.21.0/icons/actions/22/applications-internet.svg new file mode 120000 index 0000000..494cb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/applications-internet.svg @@ -0,0 +1 @@ +../../places/22/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/applications-other.svg b/breeze-icons-5.21.0/icons/actions/22/applications-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/applications-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/applications-system.svg b/breeze-icons-5.21.0/icons/actions/22/applications-system.svg new file mode 100644 index 0000000..de00d6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/applications-system.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/appointment-new.svg b/breeze-icons-5.21.0/icons/actions/22/appointment-new.svg new file mode 100644 index 0000000..ac88b72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/appointment-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/approved.svg b/breeze-icons-5.21.0/icons/actions/22/approved.svg new file mode 120000 index 0000000..bcc3b74 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/approved.svg @@ -0,0 +1 @@ +games-achievements.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/archive-extract.svg b/breeze-icons-5.21.0/icons/actions/22/archive-extract.svg new file mode 100644 index 0000000..f7088b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/archive-extract.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/archive-insert-directory.svg b/breeze-icons-5.21.0/icons/actions/22/archive-insert-directory.svg new file mode 100644 index 0000000..81d9969 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/archive-insert-directory.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/archive-insert.svg b/breeze-icons-5.21.0/icons/actions/22/archive-insert.svg new file mode 100644 index 0000000..c2c6fa3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/archive-insert.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/archive-remove.svg b/breeze-icons-5.21.0/icons/actions/22/archive-remove.svg new file mode 100644 index 0000000..3f24628 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/archive-remove.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-down-double.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-down-double.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-down-double.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-down.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-left-double.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-left-double.svg new file mode 100644 index 0000000..3ba3487 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-left-double.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-left.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-left.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-left.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-right-double.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-right-double.svg new file mode 100644 index 0000000..e35e9f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-right-double.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-right.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-right.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-right.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-up-double.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-up-double.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-up-double.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow-up.svg b/breeze-icons-5.21.0/icons/actions/22/arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/arrow.svg b/breeze-icons-5.21.0/icons/actions/22/arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/artifact.svg b/breeze-icons-5.21.0/icons/actions/22/artifact.svg new file mode 100644 index 0000000..cd3e787 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/artifact.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/association.svg b/breeze-icons-5.21.0/icons/actions/22/association.svg new file mode 100644 index 0000000..7cb892e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/association.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/atmosphere.svg b/breeze-icons-5.21.0/icons/actions/22/atmosphere.svg new file mode 100644 index 0000000..9828d20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/atmosphere.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/auto-type.svg b/breeze-icons-5.21.0/icons/actions/22/auto-type.svg new file mode 100644 index 0000000..0d3935c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/auto-type.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/autocorrection.svg b/breeze-icons-5.21.0/icons/actions/22/autocorrection.svg new file mode 100644 index 0000000..8379191 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/autocorrection.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/blurfx.svg b/breeze-icons-5.21.0/icons/actions/22/blurfx.svg new file mode 100644 index 0000000..cbbac1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/blurfx.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/blurimage.svg b/breeze-icons-5.21.0/icons/actions/22/blurimage.svg new file mode 100644 index 0000000..02ec433 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/blurimage.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmark-add-folder.svg b/breeze-icons-5.21.0/icons/actions/22/bookmark-add-folder.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmark-add-folder.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmark-edit.svg b/breeze-icons-5.21.0/icons/actions/22/bookmark-edit.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmark-edit.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmark-new-list.svg b/breeze-icons-5.21.0/icons/actions/22/bookmark-new-list.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmark-new-list.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmark-new.svg b/breeze-icons-5.21.0/icons/actions/22/bookmark-new.svg new file mode 100644 index 0000000..fb0368e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmark-new.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmark-remove.svg b/breeze-icons-5.21.0/icons/actions/22/bookmark-remove.svg new file mode 100644 index 0000000..ee689ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmark-remove.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmark-toolbar.svg b/breeze-icons-5.21.0/icons/actions/22/bookmark-toolbar.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmark-toolbar.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmarks-organize.svg b/breeze-icons-5.21.0/icons/actions/22/bookmarks-organize.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmarks-organize.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bookmarks.svg b/breeze-icons-5.21.0/icons/actions/22/bookmarks.svg new file mode 120000 index 0000000..a5f7d89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bookmarks.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bordertool.svg b/breeze-icons-5.21.0/icons/actions/22/bordertool.svg new file mode 100644 index 0000000..51fe453 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bordertool.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/box.svg b/breeze-icons-5.21.0/icons/actions/22/box.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/box.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bqm-diff.svg b/breeze-icons-5.21.0/icons/actions/22/bqm-diff.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bqm-remove.svg b/breeze-icons-5.21.0/icons/actions/22/bqm-remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bqm-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bqm-rmqueue.svg b/breeze-icons-5.21.0/icons/actions/22/bqm-rmqueue.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bqm-rmqueue.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/branch.svg b/breeze-icons-5.21.0/icons/actions/22/branch.svg new file mode 120000 index 0000000..0d405d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/branch.svg @@ -0,0 +1 @@ +choice-rhomb.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/bwtonal.svg b/breeze-icons-5.21.0/icons/actions/22/bwtonal.svg new file mode 100644 index 0000000..84b9191 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/bwtonal.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/call-start.svg b/breeze-icons-5.21.0/icons/actions/22/call-start.svg new file mode 100644 index 0000000..4c28a91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/call-start.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/call-stop.svg b/breeze-icons-5.21.0/icons/actions/22/call-stop.svg new file mode 100644 index 0000000..4d406cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/call-stop.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/cards-block.svg b/breeze-icons-5.21.0/icons/actions/22/cards-block.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/cards-block.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/category.svg b/breeze-icons-5.21.0/icons/actions/22/category.svg new file mode 100644 index 0000000..6a9fe29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/category.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/category2parent.svg b/breeze-icons-5.21.0/icons/actions/22/category2parent.svg new file mode 100644 index 0000000..d7d1a07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/category2parent.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/channelmixer.svg b/breeze-icons-5.21.0/icons/actions/22/channelmixer.svg new file mode 100644 index 0000000..62b63a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/channelmixer.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/character-set.svg b/breeze-icons-5.21.0/icons/actions/22/character-set.svg new file mode 100644 index 0000000..ad41117 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/character-set.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/charcoaltool.svg b/breeze-icons-5.21.0/icons/actions/22/charcoaltool.svg new file mode 100644 index 0000000..88b78ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/charcoaltool.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/check_constraint.svg b/breeze-icons-5.21.0/icons/actions/22/check_constraint.svg new file mode 100644 index 0000000..32baebe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/check_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/checkbox.svg b/breeze-icons-5.21.0/icons/actions/22/checkbox.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/checkbox.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/checkmark.svg b/breeze-icons-5.21.0/icons/actions/22/checkmark.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/checkmark.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/child2category.svg b/breeze-icons-5.21.0/icons/actions/22/child2category.svg new file mode 100644 index 0000000..27c4047 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/child2category.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/choice-rhomb.svg b/breeze-icons-5.21.0/icons/actions/22/choice-rhomb.svg new file mode 100644 index 0000000..89dd819 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/choice-rhomb.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/choice-round.svg b/breeze-icons-5.21.0/icons/actions/22/choice-round.svg new file mode 100644 index 0000000..80fa0f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/choice-round.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/chronometer-lap.svg b/breeze-icons-5.21.0/icons/actions/22/chronometer-lap.svg new file mode 120000 index 0000000..2c84dca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/chronometer-lap.svg @@ -0,0 +1 @@ +chronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/chronometer-pause.svg b/breeze-icons-5.21.0/icons/actions/22/chronometer-pause.svg new file mode 100644 index 0000000..a24276a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/chronometer-pause.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/chronometer-reset.svg b/breeze-icons-5.21.0/icons/actions/22/chronometer-reset.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/chronometer-start.svg b/breeze-icons-5.21.0/icons/actions/22/chronometer-start.svg new file mode 120000 index 0000000..678250a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/chronometer-start.svg @@ -0,0 +1 @@ +player-time.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/chronometer.svg b/breeze-icons-5.21.0/icons/actions/22/chronometer.svg new file mode 100644 index 0000000..e926e2a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/chronometer.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/class-or-package.svg b/breeze-icons-5.21.0/icons/actions/22/class-or-package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/class-or-package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/class.svg b/breeze-icons-5.21.0/icons/actions/22/class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/clock-large.svg b/breeze-icons-5.21.0/icons/actions/22/clock-large.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/clock-large.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/clock.svg b/breeze-icons-5.21.0/icons/actions/22/clock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/clock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/cloud-download.svg b/breeze-icons-5.21.0/icons/actions/22/cloud-download.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/cloud-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/cloud-upload.svg b/breeze-icons-5.21.0/icons/actions/22/cloud-upload.svg new file mode 120000 index 0000000..d34e922 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/cloud-upload.svg @@ -0,0 +1 @@ +kt-set-max-upload-speed.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/code-block.svg b/breeze-icons-5.21.0/icons/actions/22/code-block.svg new file mode 100644 index 0000000..5ff38f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/code-block.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/code-class.svg b/breeze-icons-5.21.0/icons/actions/22/code-class.svg new file mode 100644 index 0000000..2f164ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/code-class.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/code-context.svg b/breeze-icons-5.21.0/icons/actions/22/code-context.svg new file mode 100644 index 0000000..b502917 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/code-context.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/code-function.svg b/breeze-icons-5.21.0/icons/actions/22/code-function.svg new file mode 100644 index 0000000..01a9fe7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/code-function.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/code-typedef.svg b/breeze-icons-5.21.0/icons/actions/22/code-typedef.svg new file mode 100644 index 0000000..6d8de27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/code-typedef.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/code-variable.svg b/breeze-icons-5.21.0/icons/actions/22/code-variable.svg new file mode 100644 index 0000000..08032b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/code-variable.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/collection-rescan-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/collection-rescan-amarok.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/color-fill.svg b/breeze-icons-5.21.0/icons/actions/22/color-fill.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-fill.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/color-gradient.svg b/breeze-icons-5.21.0/icons/actions/22/color-gradient.svg new file mode 100644 index 0000000..683ef77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-gradient.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/color-management.svg b/breeze-icons-5.21.0/icons/actions/22/color-management.svg new file mode 100644 index 0000000..314da1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-management.svg @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/color-picker-black.svg b/breeze-icons-5.21.0/icons/actions/22/color-picker-black.svg new file mode 100644 index 0000000..72e647d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-picker-black.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/color-picker-grey.svg b/breeze-icons-5.21.0/icons/actions/22/color-picker-grey.svg new file mode 100644 index 0000000..fb045b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-picker-grey.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/color-picker-white.svg b/breeze-icons-5.21.0/icons/actions/22/color-picker-white.svg new file mode 100644 index 0000000..6436c2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-picker-white.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/color-picker.svg b/breeze-icons-5.21.0/icons/actions/22/color-picker.svg new file mode 100644 index 0000000..2ad45f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/color-picker.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/colorfx.svg b/breeze-icons-5.21.0/icons/actions/22/colorfx.svg new file mode 100644 index 0000000..94c358d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colorfx.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/colormanagement.svg b/breeze-icons-5.21.0/icons/actions/22/colormanagement.svg new file mode 120000 index 0000000..21e4611 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/colorneg.svg b/breeze-icons-5.21.0/icons/actions/22/colorneg.svg new file mode 100644 index 0000000..b8c51e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colorneg.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/colors-chromablue.svg b/breeze-icons-5.21.0/icons/actions/22/colors-chromablue.svg new file mode 100644 index 0000000..6b97c61 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colors-chromablue.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/colors-chromagreen.svg b/breeze-icons-5.21.0/icons/actions/22/colors-chromagreen.svg new file mode 100644 index 0000000..57354d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colors-chromagreen.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/colors-chromared.svg b/breeze-icons-5.21.0/icons/actions/22/colors-chromared.svg new file mode 100644 index 0000000..5a295fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colors-chromared.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/colors-luma.svg b/breeze-icons-5.21.0/icons/actions/22/colors-luma.svg new file mode 100644 index 0000000..027b09b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/colors-luma.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/combined_fragment.svg b/breeze-icons-5.21.0/icons/actions/22/combined_fragment.svg new file mode 100644 index 0000000..4ad2795 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/combined_fragment.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/compass.svg b/breeze-icons-5.21.0/icons/actions/22/compass.svg new file mode 100644 index 0000000..af288b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/compass.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/component.svg b/breeze-icons-5.21.0/icons/actions/22/component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/composition.svg b/breeze-icons-5.21.0/icons/actions/22/composition.svg new file mode 100644 index 0000000..237b482 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/composition.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/configure-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/22/configure-shortcuts.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/configure-shortcuts.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/configure-toolbars.svg b/breeze-icons-5.21.0/icons/actions/22/configure-toolbars.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/configure-toolbars.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/configure.svg b/breeze-icons-5.21.0/icons/actions/22/configure.svg new file mode 100644 index 0000000..bed700d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/configure.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/contact-new.svg b/breeze-icons-5.21.0/icons/actions/22/contact-new.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/contact-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/containment.svg b/breeze-icons-5.21.0/icons/actions/22/containment.svg new file mode 100644 index 0000000..b4a9ecb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/containment.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/contrast.svg b/breeze-icons-5.21.0/icons/actions/22/contrast.svg new file mode 100644 index 0000000..41baeb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/contrast.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/coordinate.svg b/breeze-icons-5.21.0/icons/actions/22/coordinate.svg new file mode 100644 index 0000000..03a5cce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/coordinate.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/copy-coordinates.svg b/breeze-icons-5.21.0/icons/actions/22/copy-coordinates.svg new file mode 100644 index 0000000..6521867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/copy-coordinates.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/crosshairs.svg b/breeze-icons-5.21.0/icons/actions/22/crosshairs.svg new file mode 100644 index 0000000..ec864de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/crosshairs.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/cursor-arrow.svg b/breeze-icons-5.21.0/icons/actions/22/cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/curve-connector.svg b/breeze-icons-5.21.0/icons/actions/22/curve-connector.svg new file mode 100644 index 0000000..30c9ce6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/curve-connector.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/dashboard-show.svg b/breeze-icons-5.21.0/icons/actions/22/dashboard-show.svg new file mode 100644 index 0000000..d97bf08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dashboard-show.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/database-change-key.svg b/breeze-icons-5.21.0/icons/actions/22/database-change-key.svg new file mode 100644 index 0000000..5837896 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/database-change-key.svg @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/database-index.svg b/breeze-icons-5.21.0/icons/actions/22/database-index.svg new file mode 100644 index 0000000..8e65ad5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/database-index.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/datatype.svg b/breeze-icons-5.21.0/icons/actions/22/datatype.svg new file mode 120000 index 0000000..1b0dabf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/datatype.svg @@ -0,0 +1 @@ +code-typedef.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-execute-from-cursor.svg b/breeze-icons-5.21.0/icons/actions/22/debug-execute-from-cursor.svg new file mode 100644 index 0000000..40b99bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-execute-from-cursor.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-execute-to-cursor.svg b/breeze-icons-5.21.0/icons/actions/22/debug-execute-to-cursor.svg new file mode 100644 index 0000000..5e4b0e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-execute-to-cursor.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-run-cursor.svg b/breeze-icons-5.21.0/icons/actions/22/debug-run-cursor.svg new file mode 100644 index 0000000..85d0ed2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-run-cursor.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-run.svg b/breeze-icons-5.21.0/icons/actions/22/debug-run.svg new file mode 100644 index 0000000..6e8cee4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-run.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-step-instruction.svg b/breeze-icons-5.21.0/icons/actions/22/debug-step-instruction.svg new file mode 100644 index 0000000..79f89cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-step-instruction.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-step-into-instruction.svg b/breeze-icons-5.21.0/icons/actions/22/debug-step-into-instruction.svg new file mode 100644 index 0000000..bdf77fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-step-into-instruction.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-step-into.svg b/breeze-icons-5.21.0/icons/actions/22/debug-step-into.svg new file mode 100644 index 0000000..cbb5f74 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-step-into.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-step-out.svg b/breeze-icons-5.21.0/icons/actions/22/debug-step-out.svg new file mode 100644 index 0000000..e60f9b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-step-out.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/debug-step-over.svg b/breeze-icons-5.21.0/icons/actions/22/debug-step-over.svg new file mode 100644 index 0000000..56d541f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/debug-step-over.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/deep-history.svg b/breeze-icons-5.21.0/icons/actions/22/deep-history.svg new file mode 100644 index 0000000..914360c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/deep-history.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/delete-comment.svg b/breeze-icons-5.21.0/icons/actions/22/delete-comment.svg new file mode 100644 index 0000000..5111e62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/delete-comment.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/delete-table-row.svg b/breeze-icons-5.21.0/icons/actions/22/delete-table-row.svg new file mode 120000 index 0000000..01bb020 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/delete-table-row.svg @@ -0,0 +1 @@ +edit-table-delete-row.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/dependency.svg b/breeze-icons-5.21.0/icons/actions/22/dependency.svg new file mode 100644 index 0000000..1c668a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dependency.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/depth16to8.svg b/breeze-icons-5.21.0/icons/actions/22/depth16to8.svg new file mode 100644 index 0000000..3916418 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/depth16to8.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/depth8to16.svg b/breeze-icons-5.21.0/icons/actions/22/depth8to16.svg new file mode 100644 index 0000000..6fa7c16 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/depth8to16.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/diag_activity.svg b/breeze-icons-5.21.0/icons/actions/22/diag_activity.svg new file mode 120000 index 0000000..7954379 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/diag_activity.svg @@ -0,0 +1 @@ +preferences-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/diag_class.svg b/breeze-icons-5.21.0/icons/actions/22/diag_class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/diag_class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/diag_component.svg b/breeze-icons-5.21.0/icons/actions/22/diag_component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/diag_component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/dialog-cancel.svg b/breeze-icons-5.21.0/icons/actions/22/dialog-cancel.svg new file mode 100644 index 0000000..3046a24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dialog-cancel.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/dialog-close.svg b/breeze-icons-5.21.0/icons/actions/22/dialog-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/dialog-messages.svg b/breeze-icons-5.21.0/icons/actions/22/dialog-messages.svg new file mode 100644 index 0000000..f80c88c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dialog-messages.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons/actions/22/dialog-ok-apply.svg new file mode 100644 index 0000000..f895f86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dialog-ok-apply.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/dialog-ok.svg b/breeze-icons-5.21.0/icons/actions/22/dialog-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/dialog-xml-editor.svg b/breeze-icons-5.21.0/icons/actions/22/dialog-xml-editor.svg new file mode 100644 index 0000000..e8b24ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dialog-xml-editor.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/dirsync.svg b/breeze-icons-5.21.0/icons/actions/22/dirsync.svg new file mode 120000 index 0000000..0e0e5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/distortionfx.svg b/breeze-icons-5.21.0/icons/actions/22/distortionfx.svg new file mode 120000 index 0000000..f24705e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distortionfx.svg @@ -0,0 +1 @@ +draw-spiral.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-graph-directed.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-graph-directed.svg new file mode 100644 index 0000000..e539e21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-graph-directed.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-graph.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-graph.svg new file mode 100644 index 0000000..7f0e5e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-graph.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-baseline.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-baseline.svg new file mode 100644 index 0000000..e935c53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-baseline.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-center.svg new file mode 100644 index 0000000..41d97c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-center.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-equal.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-equal.svg new file mode 100644 index 0000000..55f2a7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-equal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-gaps.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-gaps.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-gaps.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-left.svg new file mode 100644 index 0000000..d498e84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-left.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-margin.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-margin.svg new file mode 100644 index 0000000..4278c34 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-margin.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-page.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-page.svg new file mode 100644 index 0000000..bd69d42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-page.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-right.svg new file mode 100644 index 0000000..301b176 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-right.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-x.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-x.svg new file mode 120000 index 0000000..ce90e1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal-x.svg @@ -0,0 +1 @@ +distribute-horizontal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal.svg new file mode 100644 index 0000000..6ad65bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-horizontal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-randomize.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-randomize.svg new file mode 100644 index 0000000..46e0bdd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-randomize.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-remove-overlaps.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-remove-overlaps.svg new file mode 100644 index 0000000..49fc8c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-remove-overlaps.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-unclump.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-unclump.svg new file mode 100644 index 0000000..d37c583 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-unclump.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-baseline.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-baseline.svg new file mode 100644 index 0000000..e75ac7f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-baseline.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-bottom.svg new file mode 100644 index 0000000..429c9d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-bottom.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-center.svg new file mode 100644 index 0000000..15d049d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-center.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-equal.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-equal.svg new file mode 100644 index 0000000..b20fe81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-equal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-gaps.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-gaps.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-gaps.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-margin.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-margin.svg new file mode 100644 index 0000000..4e4ecba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-margin.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-page.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-page.svg new file mode 100644 index 0000000..b0a68f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-page.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-top.svg new file mode 100644 index 0000000..ddab80e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-top.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-y.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-y.svg new file mode 120000 index 0000000..88e8208 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical-y.svg @@ -0,0 +1 @@ +distribute-vertical.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/distribute-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical.svg new file mode 100644 index 0000000..53ffdea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/distribute-vertical.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-close.svg b/breeze-icons-5.21.0/icons/actions/22/document-close.svg new file mode 100644 index 0000000..340af01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-close.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-decrypt.svg b/breeze-icons-5.21.0/icons/actions/22/document-decrypt.svg new file mode 100644 index 0000000..b31db72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-decrypt.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..d9c2749 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit-decrypt-verify.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit-decrypt.svg new file mode 100644 index 0000000..012c026 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit-decrypt.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit-encrypt.svg new file mode 100644 index 0000000..c0a24e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit-encrypt.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..850858c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit-sign-encrypt.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit-sign.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit-sign.svg new file mode 100644 index 0000000..6053495 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit-sign.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit-verify.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit-verify.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit-verify.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-edit.svg b/breeze-icons-5.21.0/icons/actions/22/document-edit.svg new file mode 100644 index 0000000..a179573 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-edit.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-encrypt.svg b/breeze-icons-5.21.0/icons/actions/22/document-encrypt.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-encrypted.svg b/breeze-icons-5.21.0/icons/actions/22/document-encrypted.svg new file mode 100644 index 0000000..8795525 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-encrypted.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-export-table.svg b/breeze-icons-5.21.0/icons/actions/22/document-export-table.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-export.svg b/breeze-icons-5.21.0/icons/actions/22/document-export.svg new file mode 100644 index 0000000..959e384 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-export.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-import.svg b/breeze-icons-5.21.0/icons/actions/22/document-import.svg new file mode 100644 index 0000000..319a4ab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-import.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-multiple.svg b/breeze-icons-5.21.0/icons/actions/22/document-multiple.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-new-from-template.svg b/breeze-icons-5.21.0/icons/actions/22/document-new-from-template.svg new file mode 100644 index 0000000..3b662f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-new-from-template.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-new.svg b/breeze-icons-5.21.0/icons/actions/22/document-new.svg new file mode 100644 index 0000000..2a46e85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-new.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-open-data.svg b/breeze-icons-5.21.0/icons/actions/22/document-open-data.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-open-folder.svg b/breeze-icons-5.21.0/icons/actions/22/document-open-folder.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-open-folder.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-open-recent.svg b/breeze-icons-5.21.0/icons/actions/22/document-open-recent.svg new file mode 100644 index 0000000..412a1af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-open-recent.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-open-remote.svg b/breeze-icons-5.21.0/icons/actions/22/document-open-remote.svg new file mode 100644 index 0000000..8962662 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-open-remote.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-open.svg b/breeze-icons-5.21.0/icons/actions/22/document-open.svg new file mode 100644 index 0000000..58101a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-open.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-preview-archive.svg b/breeze-icons-5.21.0/icons/actions/22/document-preview-archive.svg new file mode 100644 index 0000000..a29cb35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-preview-archive.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-preview.svg b/breeze-icons-5.21.0/icons/actions/22/document-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-print-direct.svg b/breeze-icons-5.21.0/icons/actions/22/document-print-direct.svg new file mode 100644 index 0000000..c254fbd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-print-direct.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-print-frame.svg b/breeze-icons-5.21.0/icons/actions/22/document-print-frame.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-print-preview.svg b/breeze-icons-5.21.0/icons/actions/22/document-print-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-print-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-print.svg b/breeze-icons-5.21.0/icons/actions/22/document-print.svg new file mode 100644 index 0000000..de757e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-print.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-properties.svg b/breeze-icons-5.21.0/icons/actions/22/document-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-revert.svg b/breeze-icons-5.21.0/icons/actions/22/document-revert.svg new file mode 100644 index 0000000..d569134 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-revert.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-save-all.svg b/breeze-icons-5.21.0/icons/actions/22/document-save-all.svg new file mode 100644 index 0000000..4782856 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-save-all.svg @@ -0,0 +1,80 @@ + + + + I REALLY hate this icon + + + + + + + + + + + + + + + + + image/svg+xml + + I REALLY hate this icon + November 20th 2014 + + + Uri Herrera + + + + + + + + English + Migh as well use Tango... for crying out loud. This damn icon has to die, but no because obviously we're still using floppies therefore it is still relevant in 2014. + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-save-as-template.svg b/breeze-icons-5.21.0/icons/actions/22/document-save-as-template.svg new file mode 100644 index 0000000..be311e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-save-as-template.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2015-12-16 + + + TesX + + + + + + + + English + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-save-as.svg b/breeze-icons-5.21.0/icons/actions/22/document-save-as.svg new file mode 100644 index 0000000..7b7b7a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-save-as.svg @@ -0,0 +1,80 @@ + + + + I REALLY hate this icon + + + + + + + + + + + + + + + + + image/svg+xml + + I REALLY hate this icon + November 20th 2014 + + + Uri Herrera + + + + + + + + English + Migh as well use Tango... for crying out loud. This damn icon has to die, but no because obviously we're still using floppies therefore it is still relevant in 2014. + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-save.svg b/breeze-icons-5.21.0/icons/actions/22/document-save.svg new file mode 100644 index 0000000..a725304 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-save.svg @@ -0,0 +1,83 @@ + + + + I REALLY hate this icon + + + + + + + + + + + + + + + + + + image/svg+xml + + I REALLY hate this icon + Migh as well use Tango... for crying out loud. This damn icon has to die, but no because obviously we're still using floppies therefore it is still relevant in 2014. + English + + + + + + + + Uri Herrera + + + November 20th 2014 + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-share.svg b/breeze-icons-5.21.0/icons/actions/22/document-share.svg new file mode 100644 index 0000000..4e448f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-share.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/document-sign.svg b/breeze-icons-5.21.0/icons/actions/22/document-sign.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-sign.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/document-swap.svg b/breeze-icons-5.21.0/icons/actions/22/document-swap.svg new file mode 100644 index 0000000..52ca2f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/document-swap.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/documentation.svg b/breeze-icons-5.21.0/icons/actions/22/documentation.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/documentation.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/documentinfo.svg b/breeze-icons-5.21.0/icons/actions/22/documentinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/dontknow.svg b/breeze-icons-5.21.0/icons/actions/22/dontknow.svg new file mode 100644 index 0000000..fa1ff59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dontknow.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/download-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/download-amarok.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/download-amarok.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/download-later.svg b/breeze-icons-5.21.0/icons/actions/22/download-later.svg new file mode 100644 index 0000000..d3318b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/download-later.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/download.svg b/breeze-icons-5.21.0/icons/actions/22/download.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/download.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-arrow-back.svg b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-back.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-back.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-arrow-down.svg b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-arrow-forward.svg b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-forward.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-forward.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-arrow-up.svg b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-bezier-curves.svg b/breeze-icons-5.21.0/icons/actions/22/draw-bezier-curves.svg new file mode 100644 index 0000000..0a47fab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-bezier-curves.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-brush.svg b/breeze-icons-5.21.0/icons/actions/22/draw-brush.svg new file mode 100644 index 0000000..49f5d17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-brush.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-calligraphic.svg b/breeze-icons-5.21.0/icons/actions/22/draw-calligraphic.svg new file mode 100644 index 0000000..e6a63c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-calligraphic.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-circle.svg b/breeze-icons-5.21.0/icons/actions/22/draw-circle.svg new file mode 100644 index 0000000..7580a11 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-circle.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-connector.svg b/breeze-icons-5.21.0/icons/actions/22/draw-connector.svg new file mode 100644 index 0000000..96382cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-connector.svg @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-cross.svg b/breeze-icons-5.21.0/icons/actions/22/draw-cross.svg new file mode 100644 index 0000000..e0d23a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-cross.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-cuboid.svg b/breeze-icons-5.21.0/icons/actions/22/draw-cuboid.svg new file mode 100644 index 0000000..3409e3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-cuboid.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-donut.svg b/breeze-icons-5.21.0/icons/actions/22/draw-donut.svg new file mode 100644 index 0000000..1666489 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-donut.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-ellipse.svg b/breeze-icons-5.21.0/icons/actions/22/draw-ellipse.svg new file mode 100644 index 0000000..822defd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-ellipse.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-eraser.svg b/breeze-icons-5.21.0/icons/actions/22/draw-eraser.svg new file mode 100644 index 0000000..17e1ac2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-eraser.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-freehand.svg b/breeze-icons-5.21.0/icons/actions/22/draw-freehand.svg new file mode 100644 index 0000000..5956ff9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-freehand.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle1.svg b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle1.svg new file mode 100644 index 0000000..068a21f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle1.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle2.svg b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle2.svg new file mode 100644 index 0000000..49df16b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle2.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle3.svg b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle3.svg new file mode 100644 index 0000000..b4e1714 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle3.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle4.svg b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle4.svg new file mode 100644 index 0000000..c44de47 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-halfcircle4.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-line.svg b/breeze-icons-5.21.0/icons/actions/22/draw-line.svg new file mode 100644 index 0000000..ee4060f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-line.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-path.svg b/breeze-icons-5.21.0/icons/actions/22/draw-path.svg new file mode 100644 index 0000000..955bfcf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-path.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-polygon-star.svg b/breeze-icons-5.21.0/icons/actions/22/draw-polygon-star.svg new file mode 100644 index 0000000..1c4b4a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-polygon-star.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-polygon.svg b/breeze-icons-5.21.0/icons/actions/22/draw-polygon.svg new file mode 100644 index 0000000..6443f24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-polygon.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-polyline.svg b/breeze-icons-5.21.0/icons/actions/22/draw-polyline.svg new file mode 100644 index 0000000..09f16ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-polyline.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-rectangle.svg b/breeze-icons-5.21.0/icons/actions/22/draw-rectangle.svg new file mode 100644 index 0000000..504a6b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-rectangle.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-spiral.svg b/breeze-icons-5.21.0/icons/actions/22/draw-spiral.svg new file mode 100644 index 0000000..68fad35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-spiral.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-square-inverted-corners.svg b/breeze-icons-5.21.0/icons/actions/22/draw-square-inverted-corners.svg new file mode 100644 index 0000000..fda845f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-square-inverted-corners.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-star.svg b/breeze-icons-5.21.0/icons/actions/22/draw-star.svg new file mode 100644 index 0000000..cc809d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-star.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-text.svg b/breeze-icons-5.21.0/icons/actions/22/draw-text.svg new file mode 100644 index 0000000..d7a9d12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-text.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-triangle.svg b/breeze-icons-5.21.0/icons/actions/22/draw-triangle.svg new file mode 100644 index 0000000..4475bfe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-triangle.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-triangle1.svg b/breeze-icons-5.21.0/icons/actions/22/draw-triangle1.svg new file mode 100644 index 0000000..14c2f5d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-triangle1.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-triangle2.svg b/breeze-icons-5.21.0/icons/actions/22/draw-triangle2.svg new file mode 100644 index 0000000..8a18331 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-triangle2.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-triangle3.svg b/breeze-icons-5.21.0/icons/actions/22/draw-triangle3.svg new file mode 100644 index 0000000..c9788c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-triangle3.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-triangle4.svg b/breeze-icons-5.21.0/icons/actions/22/draw-triangle4.svg new file mode 100644 index 0000000..20e01d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-triangle4.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/draw-watercolor.svg b/breeze-icons-5.21.0/icons/actions/22/draw-watercolor.svg new file mode 100644 index 0000000..29b883e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/draw-watercolor.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/dynamic-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/dynamic-amarok.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/earthquake.svg b/breeze-icons-5.21.0/icons/actions/22/earthquake.svg new file mode 100644 index 0000000..c073065 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/earthquake.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-bomb.svg b/breeze-icons-5.21.0/icons/actions/22/edit-bomb.svg new file mode 100644 index 0000000..0b9c332 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-bomb.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-clear-history.svg b/breeze-icons-5.21.0/icons/actions/22/edit-clear-history.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-clear-history.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-clear-list.svg b/breeze-icons-5.21.0/icons/actions/22/edit-clear-list.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-clear-list.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-clear-locationbar-ltr.svg b/breeze-icons-5.21.0/icons/actions/22/edit-clear-locationbar-ltr.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-clear-locationbar-rtl.svg b/breeze-icons-5.21.0/icons/actions/22/edit-clear-locationbar-rtl.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-clear.svg b/breeze-icons-5.21.0/icons/actions/22/edit-clear.svg new file mode 100644 index 0000000..5bbeaa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-clear.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-clone.svg b/breeze-icons-5.21.0/icons/actions/22/edit-clone.svg new file mode 100644 index 0000000..6a5c7bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-clone.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-comment.svg b/breeze-icons-5.21.0/icons/actions/22/edit-comment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-copy.svg b/breeze-icons-5.21.0/icons/actions/22/edit-copy.svg new file mode 100644 index 0000000..6edb057 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-copy.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-cut.svg b/breeze-icons-5.21.0/icons/actions/22/edit-cut.svg new file mode 100644 index 0000000..1f77c26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-cut.svg @@ -0,0 +1,84 @@ + + + + I hate this icon + + + + + + + + + + + + + + + + + + image/svg+xml + + I hate this icon + October 19th 2014 + + + Uri Herrera + + + + + + + + English + An icon I absolutely don't like, and that represents exactly the kind of things why I choose CC licenses. + + + Everyone + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-delete-shred.svg b/breeze-icons-5.21.0/icons/actions/22/edit-delete-shred.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-delete-shred.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-delete.svg b/breeze-icons-5.21.0/icons/actions/22/edit-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-download.svg b/breeze-icons-5.21.0/icons/actions/22/edit-download.svg new file mode 100644 index 0000000..f5b9bfa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-download.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-entry.svg b/breeze-icons-5.21.0/icons/actions/22/edit-entry.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-entry.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-find-mail.svg b/breeze-icons-5.21.0/icons/actions/22/edit-find-mail.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-find-project.svg b/breeze-icons-5.21.0/icons/actions/22/edit-find-project.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-find-replace.svg b/breeze-icons-5.21.0/icons/actions/22/edit-find-replace.svg new file mode 100644 index 0000000..507a8ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-find-replace.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-find-user.svg b/breeze-icons-5.21.0/icons/actions/22/edit-find-user.svg new file mode 120000 index 0000000..12af19e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-find-user.svg @@ -0,0 +1 @@ +./edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-find.svg b/breeze-icons-5.21.0/icons/actions/22/edit-find.svg new file mode 100644 index 0000000..7694d71 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-find.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-group.svg b/breeze-icons-5.21.0/icons/actions/22/edit-group.svg new file mode 100644 index 0000000..e81ec4d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-group.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-guides.svg b/breeze-icons-5.21.0/icons/actions/22/edit-guides.svg new file mode 100644 index 0000000..480bbd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-guides.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-image-face-add.svg b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-add.svg new file mode 100644 index 0000000..b6af5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-add.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-image-face-detect.svg b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-detect.svg new file mode 100644 index 0000000..8995a4f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-detect.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-image-face-recognize.svg b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-recognize.svg new file mode 100644 index 0000000..99a8eaa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-recognize.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-image-face-show.svg b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-show.svg new file mode 100644 index 0000000..c1a37bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-image-face-show.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-link.svg b/breeze-icons-5.21.0/icons/actions/22/edit-link.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-link.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-map.svg b/breeze-icons-5.21.0/icons/actions/22/edit-map.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-map.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-node.svg b/breeze-icons-5.21.0/icons/actions/22/edit-node.svg new file mode 100644 index 0000000..dfb5941 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-node.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-paste-in-place.svg b/breeze-icons-5.21.0/icons/actions/22/edit-paste-in-place.svg new file mode 100644 index 0000000..e2fec64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-paste-in-place.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-paste.svg b/breeze-icons-5.21.0/icons/actions/22/edit-paste.svg new file mode 100644 index 0000000..49233e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-paste.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-redo.svg b/breeze-icons-5.21.0/icons/actions/22/edit-redo.svg new file mode 100644 index 0000000..8f221de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-redo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-rename.svg b/breeze-icons-5.21.0/icons/actions/22/edit-rename.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-rename.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-select-all.svg b/breeze-icons-5.21.0/icons/actions/22/edit-select-all.svg new file mode 100644 index 0000000..4d71b07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-select-all.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-select-invert.svg b/breeze-icons-5.21.0/icons/actions/22/edit-select-invert.svg new file mode 100644 index 0000000..a95c0f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-select-invert.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-select-lasso.svg b/breeze-icons-5.21.0/icons/actions/22/edit-select-lasso.svg new file mode 100644 index 0000000..47ca540 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-select-lasso.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-select-none.svg b/breeze-icons-5.21.0/icons/actions/22/edit-select-none.svg new file mode 100644 index 0000000..94b597a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-select-none.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-select.svg b/breeze-icons-5.21.0/icons/actions/22/edit-select.svg new file mode 100644 index 0000000..0c54558 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-select.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-cell-merge.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-cell-merge.svg new file mode 100644 index 0000000..8794975 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-cell-merge.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-cell-split.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-cell-split.svg new file mode 100644 index 0000000..34af645 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-cell-split.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-delete-column.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-delete-column.svg new file mode 100644 index 0000000..488187e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-delete-column.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-delete-row.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-delete-row.svg new file mode 100644 index 0000000..1aa3607 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-delete-row.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-column-left.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-column-left.svg new file mode 100644 index 0000000..b867216 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-column-left.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-column-right.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-column-right.svg new file mode 100644 index 0000000..e746d8f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-column-right.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-above.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-above.svg new file mode 100644 index 0000000..d2ac6f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-above.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-below.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-below.svg new file mode 100644 index 0000000..26d4b75 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-below.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-under.svg b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-under.svg new file mode 100644 index 0000000..dddf7f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-table-insert-row-under.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-text-frame-update.svg b/breeze-icons-5.21.0/icons/actions/22/edit-text-frame-update.svg new file mode 100644 index 0000000..320558c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-text-frame-update.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/edit-undo.svg b/breeze-icons-5.21.0/icons/actions/22/edit-undo.svg new file mode 100644 index 0000000..67add4f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/edit-undo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/editimage.svg b/breeze-icons-5.21.0/icons/actions/22/editimage.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/editimage.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/editor.svg b/breeze-icons-5.21.0/icons/actions/22/editor.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/editor.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/embosstool.svg b/breeze-icons-5.21.0/icons/actions/22/embosstool.svg new file mode 100644 index 0000000..e47c941 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/embosstool.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/end_of_life.svg b/breeze-icons-5.21.0/icons/actions/22/end_of_life.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/end_of_life.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/end_state.svg b/breeze-icons-5.21.0/icons/actions/22/end_state.svg new file mode 100644 index 0000000..aa9b052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/end_state.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/entity.svg b/breeze-icons-5.21.0/icons/actions/22/entity.svg new file mode 100644 index 0000000..213e6ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/entity.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/entry-delete.svg b/breeze-icons-5.21.0/icons/actions/22/entry-delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/entry-delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/entry-edit.svg b/breeze-icons-5.21.0/icons/actions/22/entry-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/entry-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/entry-new.svg b/breeze-icons-5.21.0/icons/actions/22/entry-new.svg new file mode 100644 index 0000000..a4d15d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/entry-new.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/enum.svg b/breeze-icons-5.21.0/icons/actions/22/enum.svg new file mode 120000 index 0000000..7857e22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/enum.svg @@ -0,0 +1 @@ +code-variable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/error.svg b/breeze-icons-5.21.0/icons/actions/22/error.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/error.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-all.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-all.svg new file mode 100644 index 0000000..f20bbaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-all.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-down.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-down.svg new file mode 100644 index 0000000..fa7eabf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-down.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-horizontal.svg new file mode 100644 index 0000000..67e104f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-horizontal.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-left.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-left.svg new file mode 100644 index 0000000..59d45fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-left.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-right.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-right.svg new file mode 100644 index 0000000..937b6a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-right.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-up.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-up.svg new file mode 100644 index 0000000..d55bcdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-up.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/escape-direction-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/escape-direction-vertical.svg new file mode 100644 index 0000000..d5d34f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/escape-direction-vertical.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/exception.svg b/breeze-icons-5.21.0/icons/actions/22/exception.svg new file mode 100644 index 0000000..a455428 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/exception.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/exchange-positions-clockwise.svg b/breeze-icons-5.21.0/icons/actions/22/exchange-positions-clockwise.svg new file mode 100644 index 0000000..ef1c6da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/exchange-positions-clockwise.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/exchange-positions-zorder.svg b/breeze-icons-5.21.0/icons/actions/22/exchange-positions-zorder.svg new file mode 100644 index 0000000..3cc1817 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/exchange-positions-zorder.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/exchange-positions.svg b/breeze-icons-5.21.0/icons/actions/22/exchange-positions.svg new file mode 100644 index 0000000..cb6098b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/exchange-positions.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/exifinfo.svg b/breeze-icons-5.21.0/icons/actions/22/exifinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/favorite-genres-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/favorite-genres-amarok.svg new file mode 100644 index 0000000..e56e208 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/favorite-genres-amarok.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/feed-subscribe.svg b/breeze-icons-5.21.0/icons/actions/22/feed-subscribe.svg new file mode 100644 index 0000000..bf9eef6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/feed-subscribe.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/file-zoom-in.svg b/breeze-icons-5.21.0/icons/actions/22/file-zoom-in.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/file-zoom-out.svg b/breeze-icons-5.21.0/icons/actions/22/file-zoom-out.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-album-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-album-amarok.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-and-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-and-amarok.svg new file mode 100644 index 0000000..c1ba533 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-and-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-artist-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-artist-amarok.svg new file mode 120000 index 0000000..1606419 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-artist-amarok.svg @@ -0,0 +1 @@ +amarok_artist.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-bpm-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-bpm-amarok.svg new file mode 100644 index 0000000..648ef75 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-bpm-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-comment-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-comment-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-composer-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-composer-amarok.svg new file mode 120000 index 0000000..c2db299 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-dash-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-dash-amarok.svg new file mode 100644 index 0000000..a7846f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-dash-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-discnumber-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-discnumber-amarok.svg new file mode 100644 index 0000000..cb4fe2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-discnumber-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-divider.svg b/breeze-icons-5.21.0/icons/actions/22/filename-divider.svg new file mode 100644 index 0000000..c228fd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-divider.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-dot-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-dot-amarok.svg new file mode 100644 index 0000000..da93dce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-dot-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-filetype-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-filetype-amarok.svg new file mode 100644 index 0000000..6672991 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-filetype-amarok.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-genre-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-genre-amarok.svg new file mode 120000 index 0000000..597fac1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-group-length.svg b/breeze-icons-5.21.0/icons/actions/22/filename-group-length.svg new file mode 100644 index 0000000..00af190 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-group-length.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-group-tracks.svg b/breeze-icons-5.21.0/icons/actions/22/filename-group-tracks.svg new file mode 100644 index 0000000..69e29e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-group-tracks.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-ignore-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-ignore-amarok.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-ignore-amarok.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-initial-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-initial-amarok.svg new file mode 100644 index 0000000..2b022ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-initial-amarok.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-last-played.svg b/breeze-icons-5.21.0/icons/actions/22/filename-last-played.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-moodbar.svg b/breeze-icons-5.21.0/icons/actions/22/filename-moodbar.svg new file mode 100644 index 0000000..eca3123 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-moodbar.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-sample-rate.svg b/breeze-icons-5.21.0/icons/actions/22/filename-sample-rate.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-sample-rate.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-slash-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-slash-amarok.svg new file mode 100644 index 0000000..53dc675 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-slash-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-space-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-space-amarok.svg new file mode 100644 index 0000000..ccd4f76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-space-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-title-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-title-amarok.svg new file mode 100644 index 0000000..86f8603 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-title-amarok.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-track-amarok.svg new file mode 120000 index 0000000..324bd1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-underscore-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-underscore-amarok.svg new file mode 100644 index 0000000..448a3de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-underscore-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filename-year-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/filename-year-amarok.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/fileview-preview.svg b/breeze-icons-5.21.0/icons/actions/22/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/fill-color.svg b/breeze-icons-5.21.0/icons/actions/22/fill-color.svg new file mode 100644 index 0000000..7dd6560 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/fill-color.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/filmgrain.svg b/breeze-icons-5.21.0/icons/actions/22/filmgrain.svg new file mode 100644 index 0000000..22cc651 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/filmgrain.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/final_activity.svg b/breeze-icons-5.21.0/icons/actions/22/final_activity.svg new file mode 100644 index 0000000..2c6a854 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/final_activity.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flag-black.svg b/breeze-icons-5.21.0/icons/actions/22/flag-black.svg new file mode 100644 index 0000000..bd26724 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flag-black.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flag-blue.svg b/breeze-icons-5.21.0/icons/actions/22/flag-blue.svg new file mode 100644 index 0000000..a93f060 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flag-blue.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flag-green.svg b/breeze-icons-5.21.0/icons/actions/22/flag-green.svg new file mode 100644 index 0000000..3fbd9c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flag-green.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flag-red.svg b/breeze-icons-5.21.0/icons/actions/22/flag-red.svg new file mode 100644 index 0000000..990638a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flag-red.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flag-yellow.svg b/breeze-icons-5.21.0/icons/actions/22/flag-yellow.svg new file mode 100644 index 0000000..6fd9277 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flag-yellow.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flag.svg b/breeze-icons-5.21.0/icons/actions/22/flag.svg new file mode 100644 index 0000000..dfd57c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flag.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/flash.svg b/breeze-icons-5.21.0/icons/actions/22/flash.svg new file mode 100644 index 0000000..31f2069 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/flash.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/folder-new.svg b/breeze-icons-5.21.0/icons/actions/22/folder-new.svg new file mode 100644 index 0000000..28b3616 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/folder-new.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/folder-sync.svg b/breeze-icons-5.21.0/icons/actions/22/folder-sync.svg new file mode 100644 index 0000000..707c680 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/folder-sync.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/followmouse.svg b/breeze-icons-5.21.0/icons/actions/22/followmouse.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/foreignkey_constraint.svg b/breeze-icons-5.21.0/icons/actions/22/foreignkey_constraint.svg new file mode 100644 index 0000000..2bb3a3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/foreignkey_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/fork.svg b/breeze-icons-5.21.0/icons/actions/22/fork.svg new file mode 100644 index 0000000..d91f4b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/fork.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-add-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-add-node.svg new file mode 100644 index 0000000..c5a6a25 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-add-node.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-bottom.svg new file mode 100644 index 0000000..aec0a5e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-bottom.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-center.svg new file mode 100644 index 0000000..86a4ad6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-center.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-top.svg new file mode 100644 index 0000000..a8f6a3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-align-vertical-top.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-all.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-all.svg new file mode 100644 index 0000000..9c89c10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-all.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-bottom.svg new file mode 100644 index 0000000..010addf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-bottom.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-diagonal-bl-tr.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-diagonal-bl-tr.svg new file mode 100644 index 0000000..16101f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-diagonal-bl-tr.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-diagonal-tl-br.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-diagonal-tl-br.svg new file mode 100644 index 0000000..df50f13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-diagonal-tl-br.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-external.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-external.svg new file mode 100644 index 0000000..dcfab26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-external.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal-horizontal.svg new file mode 100644 index 0000000..0265923 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal-horizontal.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal-vertical.svg new file mode 100644 index 0000000..aacece2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal-vertical.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal.svg new file mode 100644 index 0000000..b5c4131 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-internal.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-left.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-left.svg new file mode 100644 index 0000000..04daff0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-left.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-none.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-none.svg new file mode 100644 index 0000000..d984145 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-none.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-right.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-right.svg new file mode 100644 index 0000000..4cabbae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-right.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-set-top.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-set-top.svg new file mode 100644 index 0000000..2f78b80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-set-top.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-border-style.svg b/breeze-icons-5.21.0/icons/actions/22/format-border-style.svg new file mode 100644 index 0000000..96bf41c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-border-style.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-break-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-break-node.svg new file mode 100644 index 0000000..3d80aec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-break-node.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-connect-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-connect-node.svg new file mode 100644 index 0000000..c8fb22c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-connect-node.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-convert-to-path.svg b/breeze-icons-5.21.0/icons/actions/22/format-convert-to-path.svg new file mode 100644 index 0000000..f4a56d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-convert-to-path.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-currency.svg b/breeze-icons-5.21.0/icons/actions/22/format-currency.svg new file mode 100644 index 0000000..bdee79a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-currency.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-disconnect-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-disconnect-node.svg new file mode 100644 index 0000000..8503ec4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-disconnect-node.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-fill-color.svg b/breeze-icons-5.21.0/icons/actions/22/format-fill-color.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-fill-color.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/format-font-size-less.svg b/breeze-icons-5.21.0/icons/actions/22/format-font-size-less.svg new file mode 100644 index 0000000..4265943 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-font-size-less.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-font-size-more.svg b/breeze-icons-5.21.0/icons/actions/22/format-font-size-more.svg new file mode 100644 index 0000000..6cc3331 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-font-size-more.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-indent-less.svg b/breeze-icons-5.21.0/icons/actions/22/format-indent-less.svg new file mode 100644 index 0000000..f5ae3cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-indent-less.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-indent-more.svg b/breeze-icons-5.21.0/icons/actions/22/format-indent-more.svg new file mode 100644 index 0000000..06fde06 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-indent-more.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-insert-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-insert-node.svg new file mode 100644 index 0000000..a5e49e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-insert-node.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-join-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-join-node.svg new file mode 100644 index 0000000..8fdac27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-join-node.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-justify-center.svg b/breeze-icons-5.21.0/icons/actions/22/format-justify-center.svg new file mode 100644 index 0000000..736b128 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-justify-center.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-justify-fill.svg b/breeze-icons-5.21.0/icons/actions/22/format-justify-fill.svg new file mode 100644 index 0000000..f4a2231 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-justify-fill.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-justify-left.svg b/breeze-icons-5.21.0/icons/actions/22/format-justify-left.svg new file mode 100644 index 0000000..7b7fa69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-justify-left.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-justify-right.svg b/breeze-icons-5.21.0/icons/actions/22/format-justify-right.svg new file mode 100644 index 0000000..bcf49ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-justify-right.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-double.svg b/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-double.svg new file mode 100644 index 0000000..b27fc0a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-double.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-normal.svg b/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-normal.svg new file mode 100644 index 0000000..d02ddb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-normal.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-triple.svg b/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-triple.svg new file mode 100644 index 0000000..d917aa5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-line-spacing-triple.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-list-ordered.svg b/breeze-icons-5.21.0/icons/actions/22/format-list-ordered.svg new file mode 100644 index 0000000..7841eab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-list-ordered.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-list-unordered.svg b/breeze-icons-5.21.0/icons/actions/22/format-list-unordered.svg new file mode 100644 index 0000000..dbc3739 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-list-unordered.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-node-corner.svg b/breeze-icons-5.21.0/icons/actions/22/format-node-corner.svg new file mode 100644 index 0000000..5269244 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-node-corner.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-node-curve.svg b/breeze-icons-5.21.0/icons/actions/22/format-node-curve.svg new file mode 100644 index 0000000..1c53f23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-node-curve.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-node-line.svg b/breeze-icons-5.21.0/icons/actions/22/format-node-line.svg new file mode 100644 index 0000000..35c752f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-node-line.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-node-smooth.svg b/breeze-icons-5.21.0/icons/actions/22/format-node-smooth.svg new file mode 100644 index 0000000..defd3b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-node-smooth.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-node-symmetric.svg b/breeze-icons-5.21.0/icons/actions/22/format-node-symmetric.svg new file mode 100644 index 0000000..828f39c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-node-symmetric.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-number-percent.svg b/breeze-icons-5.21.0/icons/actions/22/format-number-percent.svg new file mode 100644 index 0000000..bbc8b44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-number-percent.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-precision-less.svg b/breeze-icons-5.21.0/icons/actions/22/format-precision-less.svg new file mode 100644 index 0000000..fa593ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-precision-less.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-precision-more.svg b/breeze-icons-5.21.0/icons/actions/22/format-precision-more.svg new file mode 100644 index 0000000..1f01129 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-precision-more.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-remove-node.svg b/breeze-icons-5.21.0/icons/actions/22/format-remove-node.svg new file mode 100644 index 0000000..f55fc19 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-remove-node.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-segment-curve.svg b/breeze-icons-5.21.0/icons/actions/22/format-segment-curve.svg new file mode 100644 index 0000000..bafa313 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-segment-curve.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-segment-line.svg b/breeze-icons-5.21.0/icons/actions/22/format-segment-line.svg new file mode 100644 index 0000000..6a786e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-segment-line.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-stroke-color.svg b/breeze-icons-5.21.0/icons/actions/22/format-stroke-color.svg new file mode 100644 index 0000000..f0d9d2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-stroke-color.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-blockquote.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-blockquote.svg new file mode 100644 index 0000000..c394966 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-blockquote.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-bold.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-bold.svg new file mode 100644 index 0000000..4d2ec51 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-bold.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-capitalize.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-capitalize.svg new file mode 100644 index 0000000..ae4a25c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-capitalize.svg @@ -0,0 +1,795 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-code.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-code.svg new file mode 100644 index 0000000..55ef85a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-code.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-color.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-color.svg new file mode 100644 index 0000000..ae57cea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-color.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-direction-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-horizontal.svg new file mode 100644 index 0000000..26bd0b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-horizontal.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-direction-ltr.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-ltr.svg new file mode 100644 index 0000000..67cf916 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-ltr.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-direction-rtl.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-rtl.svg new file mode 100644 index 0000000..47a2cce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-rtl.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-direction-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-vertical.svg new file mode 100644 index 0000000..b5017c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-direction-vertical.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-italic.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-italic.svg new file mode 100644 index 0000000..868021f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-italic.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-lowercase.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-lowercase.svg new file mode 100644 index 0000000..79161d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-lowercase.svg @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-strikethrough.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-strikethrough.svg new file mode 100644 index 0000000..f032974 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-strikethrough.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-subscript.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-subscript.svg new file mode 100644 index 0000000..f6ea2b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-subscript.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-superscript.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-superscript.svg new file mode 100644 index 0000000..a25c69b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-superscript.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-symbol.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-symbol.svg new file mode 100644 index 0000000..808353a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-symbol.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-underline.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-underline.svg new file mode 100644 index 0000000..a19e32f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-underline.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/format-text-uppercase.svg b/breeze-icons-5.21.0/icons/actions/22/format-text-uppercase.svg new file mode 100644 index 0000000..0d4a99d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/format-text-uppercase.svg @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/formula.svg b/breeze-icons-5.21.0/icons/actions/22/formula.svg new file mode 100644 index 0000000..5f76723 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/formula.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/freerotation.svg b/breeze-icons-5.21.0/icons/actions/22/freerotation.svg new file mode 120000 index 0000000..ae703d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/freerotation.svg @@ -0,0 +1 @@ +transform-rotate.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/games-achievements.svg b/breeze-icons-5.21.0/icons/actions/22/games-achievements.svg new file mode 100644 index 0000000..9e08167 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-achievements.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/games-config-background.svg b/breeze-icons-5.21.0/icons/actions/22/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/games-config-board.svg b/breeze-icons-5.21.0/icons/actions/22/games-config-board.svg new file mode 100644 index 0000000..fa52174 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-config-board.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/games-config-custom.svg b/breeze-icons-5.21.0/icons/actions/22/games-config-custom.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-config-custom.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/games-config-options.svg b/breeze-icons-5.21.0/icons/actions/22/games-config-options.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-config-options.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/games-config-theme.svg b/breeze-icons-5.21.0/icons/actions/22/games-config-theme.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/games-config-tiles.svg b/breeze-icons-5.21.0/icons/actions/22/games-config-tiles.svg new file mode 100644 index 0000000..e1d15f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-config-tiles.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/games-difficult.svg b/breeze-icons-5.21.0/icons/actions/22/games-difficult.svg new file mode 100644 index 0000000..1a475fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-difficult.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/games-endturn.svg b/breeze-icons-5.21.0/icons/actions/22/games-endturn.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-endturn.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/games-highscores.svg b/breeze-icons-5.21.0/icons/actions/22/games-highscores.svg new file mode 100644 index 0000000..c72b507 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-highscores.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/games-hint.svg b/breeze-icons-5.21.0/icons/actions/22/games-hint.svg new file mode 100644 index 0000000..4eb17ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-hint.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/games-solve.svg b/breeze-icons-5.21.0/icons/actions/22/games-solve.svg new file mode 100644 index 0000000..0dbfcf5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/games-solve.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/geany-build.svg b/breeze-icons-5.21.0/icons/actions/22/geany-build.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/geany-close-all.svg b/breeze-icons-5.21.0/icons/actions/22/geany-close-all.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/geany-save-all.svg b/breeze-icons-5.21.0/icons/actions/22/geany-save-all.svg new file mode 120000 index 0000000..43e072f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/generalisation.svg b/breeze-icons-5.21.0/icons/actions/22/generalisation.svg new file mode 120000 index 0000000..0d7f524 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/generalisation.svg @@ -0,0 +1 @@ +generalise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/generalise.svg b/breeze-icons-5.21.0/icons/actions/22/generalise.svg new file mode 100644 index 0000000..58c3dc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/generalise.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/get-hot-new-stuff.svg b/breeze-icons-5.21.0/icons/actions/22/get-hot-new-stuff.svg new file mode 100644 index 0000000..ffbc20c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/get-hot-new-stuff.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/globe.svg b/breeze-icons-5.21.0/icons/actions/22/globe.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/globe.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/go-bottom.svg new file mode 100644 index 0000000..ffc1f5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-bottom.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-down-search.svg b/breeze-icons-5.21.0/icons/actions/22/go-down-search.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-down-search.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-down.svg b/breeze-icons-5.21.0/icons/actions/22/go-down.svg new file mode 100644 index 0000000..5224ea3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-down.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-first-view-page.svg b/breeze-icons-5.21.0/icons/actions/22/go-first-view-page.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-first-view.svg b/breeze-icons-5.21.0/icons/actions/22/go-first-view.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-first.svg b/breeze-icons-5.21.0/icons/actions/22/go-first.svg new file mode 100644 index 0000000..5155100 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-first.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-home-large.svg b/breeze-icons-5.21.0/icons/actions/22/go-home-large.svg new file mode 120000 index 0000000..5cbdae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-home.svg b/breeze-icons-5.21.0/icons/actions/22/go-home.svg new file mode 100644 index 0000000..fc523ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-home.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-jump-declaration.svg b/breeze-icons-5.21.0/icons/actions/22/go-jump-declaration.svg new file mode 100644 index 0000000..bd7c7ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-jump-declaration.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-jump-definition.svg b/breeze-icons-5.21.0/icons/actions/22/go-jump-definition.svg new file mode 100644 index 0000000..a442dd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-jump-definition.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-jump-locationbar.svg b/breeze-icons-5.21.0/icons/actions/22/go-jump-locationbar.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-jump-today.svg b/breeze-icons-5.21.0/icons/actions/22/go-jump-today.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-jump.svg b/breeze-icons-5.21.0/icons/actions/22/go-jump.svg new file mode 100644 index 0000000..e4f4145 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-jump.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-last-view-page.svg b/breeze-icons-5.21.0/icons/actions/22/go-last-view-page.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-last-view.svg b/breeze-icons-5.21.0/icons/actions/22/go-last-view.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-last.svg b/breeze-icons-5.21.0/icons/actions/22/go-last.svg new file mode 100644 index 0000000..72c11f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-last.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-next-context.svg b/breeze-icons-5.21.0/icons/actions/22/go-next-context.svg new file mode 100644 index 0000000..42d2938 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-next-context.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-next-use.svg b/breeze-icons-5.21.0/icons/actions/22/go-next-use.svg new file mode 100644 index 0000000..04c85bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-next-use.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-next-view-page.svg b/breeze-icons-5.21.0/icons/actions/22/go-next-view-page.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-next-view.svg b/breeze-icons-5.21.0/icons/actions/22/go-next-view.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-next.svg b/breeze-icons-5.21.0/icons/actions/22/go-next.svg new file mode 100644 index 0000000..2cf7b12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-next.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-parent-folder.svg b/breeze-icons-5.21.0/icons/actions/22/go-parent-folder.svg new file mode 100644 index 0000000..b8dd278 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-parent-folder.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-previous-context.svg b/breeze-icons-5.21.0/icons/actions/22/go-previous-context.svg new file mode 100644 index 0000000..ab35208 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-previous-context.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-previous-use.svg b/breeze-icons-5.21.0/icons/actions/22/go-previous-use.svg new file mode 100644 index 0000000..15facb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-previous-use.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-previous-view-page.svg b/breeze-icons-5.21.0/icons/actions/22/go-previous-view-page.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-previous-view.svg b/breeze-icons-5.21.0/icons/actions/22/go-previous-view.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-previous.svg b/breeze-icons-5.21.0/icons/actions/22/go-previous.svg new file mode 100644 index 0000000..ab02e31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-previous.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-top.svg b/breeze-icons-5.21.0/icons/actions/22/go-top.svg new file mode 100644 index 0000000..ddbab53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-top.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/go-up-search.svg b/breeze-icons-5.21.0/icons/actions/22/go-up-search.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-up-search.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/go-up.svg b/breeze-icons-5.21.0/icons/actions/22/go-up.svg new file mode 100644 index 0000000..a4dceb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/go-up.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/gpg.svg b/breeze-icons-5.21.0/icons/actions/22/gpg.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gpg.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gpgsm.svg b/breeze-icons-5.21.0/icons/actions/22/gpgsm.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gpgsm.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gps.svg b/breeze-icons-5.21.0/icons/actions/22/gps.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/grid-rectangular.svg b/breeze-icons-5.21.0/icons/actions/22/grid-rectangular.svg new file mode 100644 index 0000000..be133af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/grid-rectangular.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/group-delete.svg b/breeze-icons-5.21.0/icons/actions/22/group-delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/group-delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/group-edit.svg b/breeze-icons-5.21.0/icons/actions/22/group-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/group-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/group-new.svg b/breeze-icons-5.21.0/icons/actions/22/group-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/group-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/group.svg b/breeze-icons-5.21.0/icons/actions/22/group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-add.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-apply.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-apply.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-apply.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-authentication.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-authentication.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-authentication.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-bold.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-bold.svg new file mode 120000 index 0000000..3921884 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-cancel.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-cancel.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-cancel.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-cdrom.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-cdrom.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-clear.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-clear.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-close.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-color-picker.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-connect.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-connect.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-convert.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-convert.svg new file mode 100644 index 0000000..909e686 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-convert.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-disconnect.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-disconnect.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-edit.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-execute.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-execute.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-execute.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-floppy.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-floppy.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-index.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-index.svg new file mode 100644 index 0000000..ee56eb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-index.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-no.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-no.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-ok.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-preferences.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-preferences.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-preferences.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-properties.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-quit.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-quit.svg new file mode 120000 index 0000000..514fcfb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-quit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-select-color.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-select-color.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-select-font.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-select-font.svg new file mode 100644 index 0000000..2960a46 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-select-font.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-stop.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-stop.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-stop.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-undelete-ltr.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-undelete-ltr.svg new file mode 120000 index 0000000..88a18b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-undelete-rtl.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-undelete-rtl.svg new file mode 120000 index 0000000..a13a878 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/gtk-yes.svg b/breeze-icons-5.21.0/icons/actions/22/gtk-yes.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/gtk-yes.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/guides.svg b/breeze-icons-5.21.0/icons/actions/22/guides.svg new file mode 120000 index 0000000..520ecec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/guides.svg @@ -0,0 +1 @@ +snap-guideline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-about.svg b/breeze-icons-5.21.0/icons/actions/22/help-about.svg new file mode 100644 index 0000000..426606e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-about.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/help-contents.svg b/breeze-icons-5.21.0/icons/actions/22/help-contents.svg new file mode 120000 index 0000000..6aea6ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-contents.svg @@ -0,0 +1 @@ +../../apps/22/system-help.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-contextual.svg b/breeze-icons-5.21.0/icons/actions/22/help-contextual.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-contextual.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-donate.svg b/breeze-icons-5.21.0/icons/actions/22/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-feedback.svg b/breeze-icons-5.21.0/icons/actions/22/help-feedback.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-hint.svg b/breeze-icons-5.21.0/icons/actions/22/help-hint.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/22/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/help-whatsthis.svg b/breeze-icons-5.21.0/icons/actions/22/help-whatsthis.svg new file mode 100644 index 0000000..70d5e17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/help-whatsthis.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/hidemouse.svg b/breeze-icons-5.21.0/icons/actions/22/hidemouse.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/hint.svg b/breeze-icons-5.21.0/icons/actions/22/hint.svg new file mode 100644 index 0000000..628623f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/hint.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/hotpixels.svg b/breeze-icons-5.21.0/icons/actions/22/hotpixels.svg new file mode 100644 index 0000000..80fe888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/hotpixels.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/identity.svg b/breeze-icons-5.21.0/icons/actions/22/identity.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/im-aim.svg b/breeze-icons-5.21.0/icons/actions/22/im-aim.svg new file mode 100644 index 0000000..524537a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-aim.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-ban-kick-user.svg b/breeze-icons-5.21.0/icons/actions/22/im-ban-kick-user.svg new file mode 100644 index 0000000..23a41ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-ban-kick-user.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-ban-user.svg b/breeze-icons-5.21.0/icons/actions/22/im-ban-user.svg new file mode 120000 index 0000000..9861f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-ban-user.svg @@ -0,0 +1 @@ +./list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/im-facebook.svg b/breeze-icons-5.21.0/icons/actions/22/im-facebook.svg new file mode 100644 index 0000000..35732cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-facebook.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-gadugadu.svg b/breeze-icons-5.21.0/icons/actions/22/im-gadugadu.svg new file mode 100644 index 0000000..e5261dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-gadugadu.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-google-talk.svg b/breeze-icons-5.21.0/icons/actions/22/im-google-talk.svg new file mode 100644 index 0000000..d1b2c5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-google-talk.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-google.svg b/breeze-icons-5.21.0/icons/actions/22/im-google.svg new file mode 100644 index 0000000..3edac48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-google.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-icq.svg b/breeze-icons-5.21.0/icons/actions/22/im-icq.svg new file mode 100644 index 0000000..5e85cb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-icq.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-identi.ca.svg b/breeze-icons-5.21.0/icons/actions/22/im-identi.ca.svg new file mode 100644 index 0000000..9185553 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-identi.ca.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-invisible-user.svg b/breeze-icons-5.21.0/icons/actions/22/im-invisible-user.svg new file mode 100644 index 0000000..51d752b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-invisible-user.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-irc.svg b/breeze-icons-5.21.0/icons/actions/22/im-irc.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-irc.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/im-jabber.svg b/breeze-icons-5.21.0/icons/actions/22/im-jabber.svg new file mode 120000 index 0000000..d31bb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-jabber.svg @@ -0,0 +1 @@ +games-hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/im-kick-user.svg b/breeze-icons-5.21.0/icons/actions/22/im-kick-user.svg new file mode 100644 index 0000000..94f1040 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-kick-user.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-msn.svg b/breeze-icons-5.21.0/icons/actions/22/im-msn.svg new file mode 100644 index 0000000..555ee05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-msn.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-qq.svg b/breeze-icons-5.21.0/icons/actions/22/im-qq.svg new file mode 100644 index 0000000..a0733b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-qq.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-skype.svg b/breeze-icons-5.21.0/icons/actions/22/im-skype.svg new file mode 100644 index 0000000..9338554 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-skype.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-twitter.svg b/breeze-icons-5.21.0/icons/actions/22/im-twitter.svg new file mode 100644 index 0000000..2ba96bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-twitter.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-user-away.svg b/breeze-icons-5.21.0/icons/actions/22/im-user-away.svg new file mode 100644 index 0000000..a71cc46 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-user-away.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-user-busy.svg b/breeze-icons-5.21.0/icons/actions/22/im-user-busy.svg new file mode 100644 index 0000000..de0177f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-user-busy.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-user-offline.svg b/breeze-icons-5.21.0/icons/actions/22/im-user-offline.svg new file mode 100644 index 0000000..a1aca6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-user-offline.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-user-online.svg b/breeze-icons-5.21.0/icons/actions/22/im-user-online.svg new file mode 100644 index 0000000..126fd72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-user-online.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-user.svg b/breeze-icons-5.21.0/icons/actions/22/im-user.svg new file mode 100644 index 0000000..ccf6802 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-user.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/im-yahoo.svg b/breeze-icons-5.21.0/icons/actions/22/im-yahoo.svg new file mode 100644 index 0000000..5d5171f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/im-yahoo.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/imagecomment.svg b/breeze-icons-5.21.0/icons/actions/22/imagecomment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/initial_state.svg b/breeze-icons-5.21.0/icons/actions/22/initial_state.svg new file mode 100644 index 0000000..acea360 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/initial_state.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/inpainting.svg b/breeze-icons-5.21.0/icons/actions/22/inpainting.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/inpainting.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-button.svg b/breeze-icons-5.21.0/icons/actions/22/insert-button.svg new file mode 100644 index 0000000..a9a74cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-button.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-endnote.svg b/breeze-icons-5.21.0/icons/actions/22/insert-endnote.svg new file mode 100644 index 0000000..0d2c5ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-endnote.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-footnote.svg b/breeze-icons-5.21.0/icons/actions/22/insert-footnote.svg new file mode 100644 index 0000000..419aaec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-footnote.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-horizontal-rule.svg b/breeze-icons-5.21.0/icons/actions/22/insert-horizontal-rule.svg new file mode 100644 index 0000000..916b292 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-horizontal-rule.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-image.svg b/breeze-icons-5.21.0/icons/actions/22/insert-image.svg new file mode 100644 index 0000000..d010bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-image.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-link.svg b/breeze-icons-5.21.0/icons/actions/22/insert-link.svg new file mode 100644 index 0000000..2da817e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-link.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-math-expression.svg b/breeze-icons-5.21.0/icons/actions/22/insert-math-expression.svg new file mode 100644 index 0000000..f64999c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-math-expression.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-more-mark.svg b/breeze-icons-5.21.0/icons/actions/22/insert-more-mark.svg new file mode 100644 index 0000000..5bf2f7d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-more-mark.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-page-break.svg b/breeze-icons-5.21.0/icons/actions/22/insert-page-break.svg new file mode 100644 index 0000000..1333ba2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-page-break.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-table-of-contents.svg b/breeze-icons-5.21.0/icons/actions/22/insert-table-of-contents.svg new file mode 100644 index 0000000..47d54f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-table-of-contents.svg @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-table-row.svg b/breeze-icons-5.21.0/icons/actions/22/insert-table-row.svg new file mode 120000 index 0000000..ff3e28d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-table-row.svg @@ -0,0 +1 @@ +edit-table-insert-row-above.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-table.svg b/breeze-icons-5.21.0/icons/actions/22/insert-table.svg new file mode 100644 index 0000000..dcb2b80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-table.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-tableofcontents.svg b/breeze-icons-5.21.0/icons/actions/22/insert-tableofcontents.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-tableofcontents.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-text-frame.svg b/breeze-icons-5.21.0/icons/actions/22/insert-text-frame.svg new file mode 100644 index 0000000..5f45573 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-text-frame.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/insert-text.svg b/breeze-icons-5.21.0/icons/actions/22/insert-text.svg new file mode 100644 index 0000000..3880718 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/insert-text.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/interface.svg b/breeze-icons-5.21.0/icons/actions/22/interface.svg new file mode 120000 index 0000000..4b00663 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/interface.svg @@ -0,0 +1 @@ +edit-guides.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/internet-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/internet-amarok.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/internet-amarok.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/invertimage.svg b/breeze-icons-5.21.0/icons/actions/22/invertimage.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-channel-active.svg b/breeze-icons-5.21.0/icons/actions/22/irc-channel-active.svg new file mode 100644 index 0000000..f03328b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-channel-active.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-channel-inactive.svg b/breeze-icons-5.21.0/icons/actions/22/irc-channel-inactive.svg new file mode 100644 index 0000000..67bb121 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-channel-inactive.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-close-channel.svg b/breeze-icons-5.21.0/icons/actions/22/irc-close-channel.svg new file mode 120000 index 0000000..d96b05d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-close-channel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-join-channel.svg b/breeze-icons-5.21.0/icons/actions/22/irc-join-channel.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-join-channel.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-operator.svg b/breeze-icons-5.21.0/icons/actions/22/irc-operator.svg new file mode 100644 index 0000000..c40a6fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-operator.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-remove-operator.svg b/breeze-icons-5.21.0/icons/actions/22/irc-remove-operator.svg new file mode 100644 index 0000000..a898d2c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-remove-operator.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-unvoice.svg b/breeze-icons-5.21.0/icons/actions/22/irc-unvoice.svg new file mode 100644 index 0000000..9ab1848 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-unvoice.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/irc-voice.svg b/breeze-icons-5.21.0/icons/actions/22/irc-voice.svg new file mode 100644 index 0000000..fa81874 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/irc-voice.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/join.svg b/breeze-icons-5.21.0/icons/actions/22/join.svg new file mode 100644 index 0000000..894f0b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/join.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/journal-new.svg b/breeze-icons-5.21.0/icons/actions/22/journal-new.svg new file mode 100644 index 0000000..8c5c1e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/journal-new.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/junction.svg b/breeze-icons-5.21.0/icons/actions/22/junction.svg new file mode 100644 index 0000000..d535ddd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/junction.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-clip.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-clip.svg new file mode 100644 index 0000000..3d67706 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-clip.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-color-clip.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-color-clip.svg new file mode 100644 index 0000000..e029b33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-color-clip.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-slide-clip.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-slide-clip.svg new file mode 120000 index 0000000..b9ac114 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +tool-animator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-text-clip.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-text-clip.svg new file mode 100644 index 0000000..239199f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-add-text-clip.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-bottom.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-hor.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-hor.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-hor.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-left.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-left.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-left.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-none.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-none.svg new file mode 100644 index 0000000..156951e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-none.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-right.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-right.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-right.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-top.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-top.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-top.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-vert.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-vert.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-align-vert.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-custom-effect.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-custom-effect.svg new file mode 100644 index 0000000..2a5d294 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-custom-effect.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-deleffect.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-deleffect.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-deleffect.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-down.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-down.svg new file mode 120000 index 0000000..a8eb1b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-hide-audio.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-hide-audio.svg new file mode 120000 index 0000000..80f1588 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-hide-audio.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-muted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-hide-video.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-hide-video.svg new file mode 100644 index 0000000..66f0d0e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-hide-video.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-edit.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-edit.svg new file mode 100644 index 0000000..ca34334 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-edit.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-rect.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-rect.svg new file mode 100644 index 0000000..4c12999 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-rect.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-unicode.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-unicode.svg new file mode 100644 index 0000000..2fd142b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-insert-unicode.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-lock.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-menu.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-menu.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-menu.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-normal-edit.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-normal-edit.svg new file mode 100644 index 0000000..1c0bd3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-normal-edit.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-object-height.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-object-height.svg new file mode 100644 index 0000000..a7d7a1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-object-height.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-object-width.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-object-width.svg new file mode 100644 index 0000000..b92516b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-object-width.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-overwrite-edit.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-overwrite-edit.svg new file mode 100644 index 0000000..62fef3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-overwrite-edit.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-all.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-all.svg new file mode 100644 index 0000000..e9125db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-all.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-images.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-images.svg new file mode 100644 index 0000000..64eaea3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-images.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-rects.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-rects.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-rects.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-texts.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-texts.svg new file mode 100644 index 0000000..67d2dac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-texts.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-tool.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-tool.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-select-tool.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-audio.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-audio.svg new file mode 120000 index 0000000..d09fca9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-audio.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-high.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-audiothumb.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-audiothumb.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-audiothumb.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-markers.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-markers.svg new file mode 100644 index 0000000..dfd57c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-markers.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-video.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-video.svg new file mode 100644 index 0000000..bed3ca4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-video.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-videothumb.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-videothumb.svg new file mode 120000 index 0000000..0d1faec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-show-videothumb.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-snap.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-snap.svg new file mode 120000 index 0000000..01df571 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-snap.svg @@ -0,0 +1 @@ +snap-extension.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-spacer-tool.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-spacer-tool.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-spacer-tool.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-split-audio.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-split-audio.svg new file mode 100644 index 0000000..16cc0a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-split-audio.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-track_has_effect.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-track_has_effect.svg new file mode 100644 index 0000000..a7aa103 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-track_has_effect.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-unlock.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-unselect-all.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-unselect-all.svg new file mode 100644 index 0000000..229c69f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-unselect-all.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-up.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-bottom.svg new file mode 100644 index 0000000..f9d2ea5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-bottom.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-down.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-down.svg new file mode 100644 index 0000000..0c61863 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-down.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-top.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-top.svg new file mode 100644 index 0000000..b148fb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-top.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-up.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-up.svg new file mode 100644 index 0000000..5a135c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zindex-up.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zone-end.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zone-end.svg new file mode 100644 index 0000000..1ae4f40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zone-end.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zone-start.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zone-start.svg new file mode 100644 index 0000000..ddd26a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zone-start.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zoom-large.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zoom-large.svg new file mode 120000 index 0000000..ff0b46f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zoom-large.svg @@ -0,0 +1 @@ +labplot-zoom-in-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kdenlive-zoom-small.svg b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zoom-small.svg new file mode 120000 index 0000000..40a5773 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kdenlive-zoom-small.svg @@ -0,0 +1 @@ +labplot-zoom-out-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/key-enter.svg b/breeze-icons-5.21.0/icons/actions/22/key-enter.svg new file mode 100644 index 0000000..2e03f15 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/key-enter.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kmousetool_off.svg b/breeze-icons-5.21.0/icons/actions/22/kmousetool_off.svg new file mode 120000 index 0000000..d4c7351 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kmousetool_off.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kmousetool_on.svg b/breeze-icons-5.21.0/icons/actions/22/kmousetool_on.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kmousetool_on.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kmouth-phrase-new.svg b/breeze-icons-5.21.0/icons/actions/22/kmouth-phrase-new.svg new file mode 100644 index 0000000..6229441 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kmouth-phrase-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kmouth-phrase.svg b/breeze-icons-5.21.0/icons/actions/22/kmouth-phrase.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kmouth-phrasebook.svg b/breeze-icons-5.21.0/icons/actions/22/kmouth-phrasebook.svg new file mode 100644 index 0000000..2cfb41e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kmouth-phrasebook.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kmouth-phresebook-new.svg b/breeze-icons-5.21.0/icons/actions/22/kmouth-phresebook-new.svg new file mode 100644 index 0000000..d98417f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kmouth-phresebook-new.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/knotes_alarm.svg b/breeze-icons-5.21.0/icons/actions/22/knotes_alarm.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/knotes_date.svg b/breeze-icons-5.21.0/icons/actions/22/knotes_date.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/knotes_delete.svg b/breeze-icons-5.21.0/icons/actions/22/knotes_delete.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/knotes_delete.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/know.svg b/breeze-icons-5.21.0/icons/actions/22/know.svg new file mode 100644 index 0000000..131096a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/know.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kontes_close.svg b/breeze-icons-5.21.0/icons/actions/22/kontes_close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kontes_close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_combine.svg b/breeze-icons-5.21.0/icons/actions/22/kr_combine.svg new file mode 100644 index 0000000..d821c35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_combine.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_comparedirs.svg b/breeze-icons-5.21.0/icons/actions/22/kr_comparedirs.svg new file mode 100644 index 0000000..217b06e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_comparedirs.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_diskusage.svg b/breeze-icons-5.21.0/icons/actions/22/kr_diskusage.svg new file mode 100644 index 0000000..b900083 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_diskusage.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_jumpback.svg b/breeze-icons-5.21.0/icons/actions/22/kr_jumpback.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_mountman.svg b/breeze-icons-5.21.0/icons/actions/22/kr_mountman.svg new file mode 100644 index 0000000..e4715c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_mountman.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_setjumpback.svg b/breeze-icons-5.21.0/icons/actions/22/kr_setjumpback.svg new file mode 120000 index 0000000..76b6809 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_syncbrowse_off.svg b/breeze-icons-5.21.0/icons/actions/22/kr_syncbrowse_off.svg new file mode 100644 index 0000000..5d5fda4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_syncbrowse_off.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_syncbrowse_on.svg b/breeze-icons-5.21.0/icons/actions/22/kr_syncbrowse_on.svg new file mode 100644 index 0000000..52e271c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_syncbrowse_on.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kr_unselect.svg b/breeze-icons-5.21.0/icons/actions/22/kr_unselect.svg new file mode 100644 index 0000000..e98be28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kr_unselect.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_advanced.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_advanced.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_advanced.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_catalog.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_catalog.svg new file mode 120000 index 0000000..0747769 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_catalog.svg @@ -0,0 +1 @@ +draw-star.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_cbound.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_cbound.svg new file mode 100644 index 0000000..7294df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_cbound.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_clines.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_clines.svg new file mode 100644 index 0000000..e187069 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_clines.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_cnames.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_cnames.svg new file mode 100644 index 0000000..67a3ee1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_cnames.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_colors.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_colors.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_colors.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_constellationart.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_constellationart.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_constellationart.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_deepsky.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_deepsky.svg new file mode 100644 index 0000000..9343f06 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_deepsky.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_ekos.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_ekos.svg new file mode 100644 index 0000000..40e5798 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_ekos.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_fitsviewer.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_fitsviewer.svg new file mode 100644 index 0000000..9ca392e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_fitsviewer.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_flag.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_flag.svg new file mode 120000 index 0000000..451d452 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_flag.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_grid.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_grid.svg new file mode 100644 index 0000000..6559bfd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_grid.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_guides.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_guides.svg new file mode 120000 index 0000000..793f5eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_guides.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_hgrid.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_hgrid.svg new file mode 100644 index 0000000..bca1b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_hgrid.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_horizon.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_horizon.svg new file mode 100644 index 0000000..958cf1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_horizon.svg @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_indi.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_indi.svg new file mode 100644 index 0000000..d39ecd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_indi.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_mw.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_mw.svg new file mode 100644 index 0000000..3179e38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_mw.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_planets.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_planets.svg new file mode 120000 index 0000000..494cb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_planets.svg @@ -0,0 +1 @@ +../../places/22/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_satellites.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_satellites.svg new file mode 100644 index 0000000..89e22e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_satellites.svg @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_solarsystem.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_solarsystem.svg new file mode 100644 index 0000000..744f1e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_solarsystem.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_stars.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_stars.svg new file mode 120000 index 0000000..0747769 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_stars.svg @@ -0,0 +1 @@ +draw-star.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_supernovae.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_supernovae.svg new file mode 100644 index 0000000..82570b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_supernovae.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kstars_xplanet.svg b/breeze-icons-5.21.0/icons/actions/22/kstars_xplanet.svg new file mode 120000 index 0000000..494cb31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kstars_xplanet.svg @@ -0,0 +1 @@ +../../places/22/folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-add-feeds.svg b/breeze-icons-5.21.0/icons/actions/22/kt-add-feeds.svg new file mode 100644 index 0000000..8878057 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-add-feeds.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-add-filters.svg b/breeze-icons-5.21.0/icons/actions/22/kt-add-filters.svg new file mode 100644 index 0000000..b256956 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-add-filters.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-bandwidth-scheduler.svg b/breeze-icons-5.21.0/icons/actions/22/kt-bandwidth-scheduler.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-change-tracker.svg b/breeze-icons-5.21.0/icons/actions/22/kt-change-tracker.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-check-data.svg b/breeze-icons-5.21.0/icons/actions/22/kt-check-data.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-check-data.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-chunks.svg b/breeze-icons-5.21.0/icons/actions/22/kt-chunks.svg new file mode 100644 index 0000000..c78647f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-chunks.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-encrypted.svg b/breeze-icons-5.21.0/icons/actions/22/kt-encrypted.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-encrypted.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-info-widget.svg b/breeze-icons-5.21.0/icons/actions/22/kt-info-widget.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-magnet.svg b/breeze-icons-5.21.0/icons/actions/22/kt-magnet.svg new file mode 100644 index 0000000..6a6729e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-magnet.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-pause.svg b/breeze-icons-5.21.0/icons/actions/22/kt-pause.svg new file mode 120000 index 0000000..020f415 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-plugins.svg b/breeze-icons-5.21.0/icons/actions/22/kt-plugins.svg new file mode 120000 index 0000000..7563411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-plugins.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-queue-manager.svg b/breeze-icons-5.21.0/icons/actions/22/kt-queue-manager.svg new file mode 100644 index 0000000..f0ca67c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-queue-manager.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-remove-feeds.svg b/breeze-icons-5.21.0/icons/actions/22/kt-remove-feeds.svg new file mode 100644 index 0000000..5f5c99e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-remove-feeds.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-remove-filters.svg b/breeze-icons-5.21.0/icons/actions/22/kt-remove-filters.svg new file mode 100644 index 0000000..9e279fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-remove-filters.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-remove.svg b/breeze-icons-5.21.0/icons/actions/22/kt-remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-restore-defaults.svg b/breeze-icons-5.21.0/icons/actions/22/kt-restore-defaults.svg new file mode 120000 index 0000000..c4692e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-restore-defaults.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-set-max-download-speed.svg b/breeze-icons-5.21.0/icons/actions/22/kt-set-max-download-speed.svg new file mode 120000 index 0000000..6aa652e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-set-max-upload-speed.svg b/breeze-icons-5.21.0/icons/actions/22/kt-set-max-upload-speed.svg new file mode 100644 index 0000000..cbc197b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-set-max-upload-speed.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-show-statusbar.svg b/breeze-icons-5.21.0/icons/actions/22/kt-show-statusbar.svg new file mode 120000 index 0000000..ae70e66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-speed-limits.svg b/breeze-icons-5.21.0/icons/actions/22/kt-speed-limits.svg new file mode 120000 index 0000000..e48dac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-speed-limits.svg @@ -0,0 +1 @@ +filename-bpm-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-start-all.svg b/breeze-icons-5.21.0/icons/actions/22/kt-start-all.svg new file mode 100644 index 0000000..4088beb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-start-all.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-start.svg b/breeze-icons-5.21.0/icons/actions/22/kt-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-stop-all.svg b/breeze-icons-5.21.0/icons/actions/22/kt-stop-all.svg new file mode 100644 index 0000000..a230e28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-stop-all.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/kt-stop.svg b/breeze-icons-5.21.0/icons/actions/22/kt-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/ktnef_extract_to.svg b/breeze-icons-5.21.0/icons/actions/22/ktnef_extract_to.svg new file mode 120000 index 0000000..da21a89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/ktnef_extract_to.svg @@ -0,0 +1 @@ +archive-extract.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/label-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/label-amarok.svg new file mode 120000 index 0000000..2bb4152 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-TeX-logo.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-TeX-logo.svg new file mode 100644 index 0000000..6e6d4f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-TeX-logo.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-all.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-x.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-y.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-axis-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-axis-horizontal.svg new file mode 100644 index 0000000..74dd57d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-axis-horizontal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-axis-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-axis-vertical.svg new file mode 100644 index 0000000..b120766 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-axis-vertical.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-cursor-arrow.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-format-text-symbol.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-format-text-symbol.svg new file mode 120000 index 0000000..5d66639 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-shift-down-y.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-down-y.svg new file mode 100644 index 0000000..7e2b2e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-down-y.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-shift-left-x.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-left-x.svg new file mode 100644 index 0000000..8dcd4eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-left-x.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-shift-right-x.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-right-x.svg new file mode 100644 index 0000000..ba8f1ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-right-x.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-shift-up-y.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-up-y.svg new file mode 100644 index 0000000..66da079 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-shift-up-y.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-transform-move.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-transform-move.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-curve.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-curve.svg new file mode 100644 index 0000000..1b98771 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-curve.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-equation-curve.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-equation-curve.svg new file mode 100644 index 0000000..abf4499 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-equation-curve.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-fit-curve.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-fit-curve.svg new file mode 100644 index 0000000..5a24c97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-fit-curve.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-four-axes.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-four-axes.svg new file mode 100644 index 0000000..52468ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-four-axes.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes-centered-origin.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes-centered-origin.svg new file mode 100644 index 0000000..bb1e84b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes-centered-origin.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes-centered.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes-centered.svg new file mode 100644 index 0000000..20dc598 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes-centered.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes.svg new file mode 100644 index 0000000..5e19308 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-xy-plot-two-axes.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-in-x.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-in-x.svg new file mode 100644 index 0000000..987da8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-in-x.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-in-y.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-in-y.svg new file mode 100644 index 0000000..31aeed2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-in-y.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-out-x.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-out-x.svg new file mode 100644 index 0000000..e83c3e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-out-x.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-out-y.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-out-y.svg new file mode 100644 index 0000000..a084dd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-out-y.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select-x.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select-y.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select.svg b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/labplot-zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/languages.svg b/breeze-icons-5.21.0/icons/actions/22/languages.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/languages.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/layer-visible-off.svg b/breeze-icons-5.21.0/icons/actions/22/layer-visible-off.svg new file mode 100644 index 0000000..71f0ca1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/layer-visible-off.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/layer-visible-on.svg b/breeze-icons-5.21.0/icons/actions/22/layer-visible-on.svg new file mode 100644 index 0000000..46e3896 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/layer-visible-on.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/lensautofix.svg b/breeze-icons-5.21.0/icons/actions/22/lensautofix.svg new file mode 100644 index 0000000..79b7be0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/lensautofix.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/lensdistortion.svg b/breeze-icons-5.21.0/icons/actions/22/lensdistortion.svg new file mode 100644 index 0000000..26ba8b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/lensdistortion.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/license.svg b/breeze-icons-5.21.0/icons/actions/22/license.svg new file mode 100644 index 0000000..e1e20b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/license.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/lighttable.svg b/breeze-icons-5.21.0/icons/actions/22/lighttable.svg new file mode 100644 index 0000000..e440381 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/lighttable.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/lighttableadd.svg b/breeze-icons-5.21.0/icons/actions/22/lighttableadd.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/lines-connector.svg b/breeze-icons-5.21.0/icons/actions/22/lines-connector.svg new file mode 100644 index 0000000..dc7e58e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/lines-connector.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/list-add-font.svg b/breeze-icons-5.21.0/icons/actions/22/list-add-font.svg new file mode 100644 index 0000000..a5765a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/list-add-font.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/list-add-user.svg b/breeze-icons-5.21.0/icons/actions/22/list-add-user.svg new file mode 100644 index 0000000..cb1af08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/list-add-user.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/list-add.svg b/breeze-icons-5.21.0/icons/actions/22/list-add.svg new file mode 100644 index 0000000..33ea59e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/list-add.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/list-remove-user.svg b/breeze-icons-5.21.0/icons/actions/22/list-remove-user.svg new file mode 100644 index 0000000..58e9630 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/list-remove-user.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/list-remove.svg b/breeze-icons-5.21.0/icons/actions/22/list-remove.svg new file mode 100644 index 0000000..ff22e82 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/list-remove.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/list-resource-add.svg b/breeze-icons-5.21.0/icons/actions/22/list-resource-add.svg new file mode 120000 index 0000000..ff7249b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/list-resource-add.svg @@ -0,0 +1 @@ +list-add-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/lock.svg b/breeze-icons-5.21.0/icons/actions/22/lock.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/lock.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/love-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/love-amarok.svg new file mode 100644 index 0000000..d1341b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/love-amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-attachment.svg b/breeze-icons-5.21.0/icons/actions/22/mail-attachment.svg new file mode 100644 index 0000000..e8db62b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-attachment.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-encrypted-full.svg b/breeze-icons-5.21.0/icons/actions/22/mail-encrypted-full.svg new file mode 100644 index 0000000..71d450d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-encrypted-full.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-encrypted-part.svg b/breeze-icons-5.21.0/icons/actions/22/mail-encrypted-part.svg new file mode 100644 index 0000000..a1a2178 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-encrypted-part.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-encrypted.svg b/breeze-icons-5.21.0/icons/actions/22/mail-encrypted.svg new file mode 120000 index 0000000..bab4595 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-flag.svg b/breeze-icons-5.21.0/icons/actions/22/mail-flag.svg new file mode 100644 index 0000000..5395d26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-flag.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-forward.svg b/breeze-icons-5.21.0/icons/actions/22/mail-forward.svg new file mode 100644 index 0000000..1ac26ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-forward.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-forwarded-replied.svg b/breeze-icons-5.21.0/icons/actions/22/mail-forwarded-replied.svg new file mode 100644 index 0000000..802d042 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-forwarded-replied.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-forwarded.svg b/breeze-icons-5.21.0/icons/actions/22/mail-forwarded.svg new file mode 100644 index 0000000..70f621e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-forwarded.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-invitation.svg b/breeze-icons-5.21.0/icons/actions/22/mail-invitation.svg new file mode 100644 index 0000000..3106890 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-invitation.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-important.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-important.svg new file mode 100644 index 0000000..1e030a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-important.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-junk.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-junk.svg new file mode 100644 index 0000000..f788d7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-junk.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-notjunk.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-notjunk.svg new file mode 100644 index 0000000..fd5070a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-notjunk.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-read.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-read.svg new file mode 100644 index 0000000..efa2ae0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-read.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-task.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-task.svg new file mode 100644 index 0000000..923d84d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-task.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-unread-new.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-unread-new.svg new file mode 100644 index 0000000..44c9969 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-unread-new.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-mark-unread.svg b/breeze-icons-5.21.0/icons/actions/22/mail-mark-unread.svg new file mode 100644 index 0000000..10c5952 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-mark-unread.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-meeting-request-reply.svg b/breeze-icons-5.21.0/icons/actions/22/mail-meeting-request-reply.svg new file mode 100644 index 0000000..db82647 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-meeting-request-reply.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-message-new-list.svg b/breeze-icons-5.21.0/icons/actions/22/mail-message-new-list.svg new file mode 100644 index 0000000..db6afa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-message-new-list.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-message-new.svg b/breeze-icons-5.21.0/icons/actions/22/mail-message-new.svg new file mode 100644 index 0000000..38ee4a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-message-new.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-queue.svg b/breeze-icons-5.21.0/icons/actions/22/mail-queue.svg new file mode 100644 index 0000000..a4c6f19 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-queue.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-receive.svg b/breeze-icons-5.21.0/icons/actions/22/mail-receive.svg new file mode 100644 index 0000000..f6b4b99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-receive.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-replied.svg b/breeze-icons-5.21.0/icons/actions/22/mail-replied.svg new file mode 100644 index 0000000..fa7b6b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-replied.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-reply-all.svg b/breeze-icons-5.21.0/icons/actions/22/mail-reply-all.svg new file mode 100644 index 0000000..5c5853e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-reply-all.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-reply-custom-all.svg b/breeze-icons-5.21.0/icons/actions/22/mail-reply-custom-all.svg new file mode 100644 index 0000000..66b626c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-reply-custom-all.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-reply-custom.svg b/breeze-icons-5.21.0/icons/actions/22/mail-reply-custom.svg new file mode 100644 index 0000000..fc14ec9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-reply-custom.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-reply-list.svg b/breeze-icons-5.21.0/icons/actions/22/mail-reply-list.svg new file mode 100644 index 0000000..1a62d83 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-reply-list.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-reply-sender.svg b/breeze-icons-5.21.0/icons/actions/22/mail-reply-sender.svg new file mode 100644 index 0000000..0c689e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-reply-sender.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-send.svg b/breeze-icons-5.21.0/icons/actions/22/mail-send.svg new file mode 100644 index 0000000..ceb2d29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-send.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-signature-unknown.svg b/breeze-icons-5.21.0/icons/actions/22/mail-signature-unknown.svg new file mode 100644 index 0000000..ace07a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-signature-unknown.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-signed-full.svg b/breeze-icons-5.21.0/icons/actions/22/mail-signed-full.svg new file mode 100644 index 0000000..ca1eb56 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-signed-full.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-signed-fully.svg b/breeze-icons-5.21.0/icons/actions/22/mail-signed-fully.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-signed-part.svg b/breeze-icons-5.21.0/icons/actions/22/mail-signed-part.svg new file mode 100644 index 0000000..263b56f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-signed-part.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-signed-verified.svg b/breeze-icons-5.21.0/icons/actions/22/mail-signed-verified.svg new file mode 100644 index 0000000..bec41ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-signed-verified.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-signed.svg b/breeze-icons-5.21.0/icons/actions/22/mail-signed.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/mail-tagged.svg b/breeze-icons-5.21.0/icons/actions/22/mail-tagged.svg new file mode 100644 index 0000000..55b5a6a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mail-tagged.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/map-flat.svg b/breeze-icons-5.21.0/icons/actions/22/map-flat.svg new file mode 100644 index 0000000..6bd5569 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/map-flat.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/map-globe.svg b/breeze-icons-5.21.0/icons/actions/22/map-globe.svg new file mode 100644 index 0000000..9317001 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/map-globe.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/map-gnomonic.svg b/breeze-icons-5.21.0/icons/actions/22/map-gnomonic.svg new file mode 100644 index 0000000..4d1b6be --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/map-gnomonic.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/map-mercator.svg b/breeze-icons-5.21.0/icons/actions/22/map-mercator.svg new file mode 100644 index 0000000..fc2ba6b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/map-mercator.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/markasblank.svg b/breeze-icons-5.21.0/icons/actions/22/markasblank.svg new file mode 100644 index 0000000..7e1b656 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/markasblank.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/measure.svg b/breeze-icons-5.21.0/icons/actions/22/measure.svg new file mode 100644 index 0000000..011f150 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/measure.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-album-cover-manager-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-album-cover-manager-amarok.svg new file mode 100644 index 0000000..df858b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-album-cover-manager-amarok.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-album-cover.svg b/breeze-icons-5.21.0/icons/actions/22/media-album-cover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/media-album-repeat-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-album-repeat-amarok.svg new file mode 120000 index 0000000..cf79da2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/media-album-track.svg b/breeze-icons-5.21.0/icons/actions/22/media-album-track.svg new file mode 100644 index 0000000..239fc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-album-track.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-eject.svg b/breeze-icons-5.21.0/icons/actions/22/media-eject.svg new file mode 100644 index 0000000..1b63b95 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-eject.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-mout.svg b/breeze-icons-5.21.0/icons/actions/22/media-mout.svg new file mode 100644 index 0000000..3798950 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-mout.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-playback-pause.svg b/breeze-icons-5.21.0/icons/actions/22/media-playback-pause.svg new file mode 100644 index 0000000..cfaac13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-playback-pause.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-playback-start.svg b/breeze-icons-5.21.0/icons/actions/22/media-playback-start.svg new file mode 100644 index 0000000..b71ba3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-playback-start.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-playback-stop.svg b/breeze-icons-5.21.0/icons/actions/22/media-playback-stop.svg new file mode 100644 index 0000000..1735bd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-playback-stop.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons/actions/22/media-playlist-repeat.svg new file mode 100644 index 0000000..f2017af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-playlist-repeat.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons/actions/22/media-playlist-shuffle.svg new file mode 100644 index 0000000..2589c79 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-playlist-shuffle.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-random-albums-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-random-albums-amarok.svg new file mode 100644 index 0000000..be38075 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-random-albums-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-random-tracks-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-random-tracks-amarok.svg new file mode 100644 index 0000000..b431ad5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-random-tracks-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-record.svg b/breeze-icons-5.21.0/icons/actions/22/media-record.svg new file mode 100644 index 0000000..e65ba3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-record.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-repeat-album-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-repeat-album-amarok.svg new file mode 100644 index 0000000..f7d3bdd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-repeat-album-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-repeat-playlist-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-repeat-playlist-amarok.svg new file mode 100644 index 0000000..ba1570b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-repeat-playlist-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-repeat-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-repeat-track-amarok.svg new file mode 100644 index 0000000..7c873d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-repeat-track-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-seek-backward.svg b/breeze-icons-5.21.0/icons/actions/22/media-seek-backward.svg new file mode 100644 index 0000000..34ce9d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-seek-backward.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-seek-forward.svg b/breeze-icons-5.21.0/icons/actions/22/media-seek-forward.svg new file mode 100644 index 0000000..6b04a8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-seek-forward.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-show-active-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-show-active-track-amarok.svg new file mode 100644 index 0000000..3e88471 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-show-active-track-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-skip-backward.svg b/breeze-icons-5.21.0/icons/actions/22/media-skip-backward.svg new file mode 100644 index 0000000..a9d6914 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-skip-backward.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-skip-forward.svg b/breeze-icons-5.21.0/icons/actions/22/media-skip-forward.svg new file mode 100644 index 0000000..dc97d32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-skip-forward.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-standard-track-progression-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-standard-track-progression-amarok.svg new file mode 120000 index 0000000..0c97893 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +format-list-ordered.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/media-track-add-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-track-add-amarok.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/media-track-edit-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-track-edit-amarok.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-track-edit-amarok.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/media-track-queue-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-track-queue-amarok.svg new file mode 100644 index 0000000..47d2250 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-track-queue-amarok.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/media-track-remove-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/media-track-remove-amarok.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/meeting-attending-tentative.svg b/breeze-icons-5.21.0/icons/actions/22/meeting-attending-tentative.svg new file mode 100644 index 0000000..f3df4ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/meeting-attending-tentative.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/meeting-attending.svg b/breeze-icons-5.21.0/icons/actions/22/meeting-attending.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/meeting-attending.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/meeting-participant-no-response.svg b/breeze-icons-5.21.0/icons/actions/22/meeting-participant-no-response.svg new file mode 100644 index 0000000..88b33c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/meeting-participant-no-response.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/meeting-participant-request-response.svg b/breeze-icons-5.21.0/icons/actions/22/meeting-participant-request-response.svg new file mode 100644 index 0000000..c0ed1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/meeting-participant-request-response.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/menu_new.svg b/breeze-icons-5.21.0/icons/actions/22/menu_new.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/menu_new.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/menu_new_sep.svg b/breeze-icons-5.21.0/icons/actions/22/menu_new_sep.svg new file mode 100644 index 0000000..31e2b25 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/menu_new_sep.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/merge.svg b/breeze-icons-5.21.0/icons/actions/22/merge.svg new file mode 100644 index 0000000..2d4d65e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/merge.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/messagebox_warning.svg b/breeze-icons-5.21.0/icons/actions/22/messagebox_warning.svg new file mode 100644 index 0000000..7248d0e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/messagebox_warning.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/milestone.svg b/breeze-icons-5.21.0/icons/actions/22/milestone.svg new file mode 100644 index 0000000..ebc053c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/milestone.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mode1.svg b/breeze-icons-5.21.0/icons/actions/22/mode1.svg new file mode 100644 index 0000000..2b55276 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mode1.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mode2.svg b/breeze-icons-5.21.0/icons/actions/22/mode2.svg new file mode 100644 index 0000000..20e8c24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mode2.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mode3.svg b/breeze-icons-5.21.0/icons/actions/22/mode3.svg new file mode 100644 index 0000000..c919105 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mode3.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mode4.svg b/breeze-icons-5.21.0/icons/actions/22/mode4.svg new file mode 100644 index 0000000..f19f128 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mode4.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/mode5.svg b/breeze-icons-5.21.0/icons/actions/22/mode5.svg new file mode 100644 index 0000000..1aa54a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/mode5.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/msgid2msgstr.svg b/breeze-icons-5.21.0/icons/actions/22/msgid2msgstr.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/msgid2msgstr.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/music-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/music-amarok.svg new file mode 120000 index 0000000..91b01fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/network-connect.svg b/breeze-icons-5.21.0/icons/actions/22/network-connect.svg new file mode 100644 index 0000000..5be02ab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/network-connect.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/network-disconnect.svg b/breeze-icons-5.21.0/icons/actions/22/network-disconnect.svg new file mode 100644 index 0000000..f697a6e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/network-disconnect.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/new-audio-alarm.svg b/breeze-icons-5.21.0/icons/actions/22/new-audio-alarm.svg new file mode 100644 index 0000000..f6ad542 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/new-audio-alarm.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/news-subscribe.svg b/breeze-icons-5.21.0/icons/actions/22/news-subscribe.svg new file mode 100644 index 0000000..fb58996 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/news-subscribe.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/news-unsubscribe.svg b/breeze-icons-5.21.0/icons/actions/22/news-unsubscribe.svg new file mode 100644 index 0000000..a89aac9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/news-unsubscribe.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/nextfuzzy.svg b/breeze-icons-5.21.0/icons/actions/22/nextfuzzy.svg new file mode 100644 index 0000000..42caede --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/nextfuzzy.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/nextfuzzyuntrans.svg b/breeze-icons-5.21.0/icons/actions/22/nextfuzzyuntrans.svg new file mode 100644 index 0000000..22345e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/nextfuzzyuntrans.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/nextuntranslated.svg b/breeze-icons-5.21.0/icons/actions/22/nextuntranslated.svg new file mode 100644 index 0000000..f77aab1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/nextuntranslated.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/nocover.svg b/breeze-icons-5.21.0/icons/actions/22/nocover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-add.svg b/breeze-icons-5.21.0/icons/actions/22/node-add.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-add.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-break.svg b/breeze-icons-5.21.0/icons/actions/22/node-break.svg new file mode 120000 index 0000000..c9d9a5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-break.svg @@ -0,0 +1 @@ +format-break-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-delete-segment.svg b/breeze-icons-5.21.0/icons/actions/22/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-delete.svg b/breeze-icons-5.21.0/icons/actions/22/node-delete.svg new file mode 120000 index 0000000..bd10261 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-delete.svg @@ -0,0 +1 @@ +format-remove-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-join-segment.svg b/breeze-icons-5.21.0/icons/actions/22/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-join.svg b/breeze-icons-5.21.0/icons/actions/22/node-join.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-join.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/node-segment-curve.svg b/breeze-icons-5.21.0/icons/actions/22/node-segment-curve.svg new file mode 100644 index 0000000..f38e66f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-segment-curve.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node-segment-line.svg b/breeze-icons-5.21.0/icons/actions/22/node-segment-line.svg new file mode 100644 index 0000000..75f68f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-segment-line.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node-transform.svg b/breeze-icons-5.21.0/icons/actions/22/node-transform.svg new file mode 100644 index 0000000..3633887 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-transform.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node-type-auto-smooth.svg b/breeze-icons-5.21.0/icons/actions/22/node-type-auto-smooth.svg new file mode 100644 index 0000000..8fa8c9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-type-auto-smooth.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node-type-cusp.svg b/breeze-icons-5.21.0/icons/actions/22/node-type-cusp.svg new file mode 100644 index 0000000..a0b51f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-type-cusp.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node-type-smooth.svg b/breeze-icons-5.21.0/icons/actions/22/node-type-smooth.svg new file mode 100644 index 0000000..95b3f63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-type-smooth.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node-type-symmetric.svg b/breeze-icons-5.21.0/icons/actions/22/node-type-symmetric.svg new file mode 100644 index 0000000..455f691 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node-type-symmetric.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/node.svg b/breeze-icons-5.21.0/icons/actions/22/node.svg new file mode 100644 index 0000000..58afbe9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/node.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/noisereduction.svg b/breeze-icons-5.21.0/icons/actions/22/noisereduction.svg new file mode 100644 index 0000000..752b4d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/noisereduction.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/note.svg b/breeze-icons-5.21.0/icons/actions/22/note.svg new file mode 120000 index 0000000..4902174 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/note.svg @@ -0,0 +1 @@ +view-pim-notes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-center-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-center-calligra.svg new file mode 120000 index 0000000..82a31af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-left-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-left-calligra.svg new file mode 120000 index 0000000..e2cdcc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-right-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-right-calligra.svg new file mode 120000 index 0000000..3caab05 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-bottom-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-bottom-calligra.svg new file mode 120000 index 0000000..ad9f7a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-bottom-top-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 0000000..18e5266 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-center-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-center-calligra.svg new file mode 120000 index 0000000..61759b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-top-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-top-calligra.svg new file mode 120000 index 0000000..06dfc8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-columns.svg b/breeze-icons-5.21.0/icons/actions/22/object-columns.svg new file mode 100644 index 0000000..b48890b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-columns.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-flip-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/object-flip-horizontal.svg new file mode 100644 index 0000000..558fa49 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-flip-horizontal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-flip-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/object-flip-vertical.svg new file mode 100644 index 0000000..2848c8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-flip-vertical.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-group-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-group-calligra.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-group.svg b/breeze-icons-5.21.0/icons/actions/22/object-group.svg new file mode 100644 index 0000000..f4af604 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-group.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-locked.svg b/breeze-icons-5.21.0/icons/actions/22/object-locked.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-locked.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-back-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-back-calligra.svg new file mode 120000 index 0000000..485191c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-back-calligra.svg @@ -0,0 +1 @@ +object-order-back.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-back.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-back.svg new file mode 100644 index 0000000..d87a2a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-back.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-front-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-front-calligra.svg new file mode 120000 index 0000000..e810edf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-front-calligra.svg @@ -0,0 +1 @@ +object-order-front.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-front.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-front.svg new file mode 100644 index 0000000..770b669 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-front.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-lower-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-lower-calligra.svg new file mode 120000 index 0000000..f6961b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-lower-calligra.svg @@ -0,0 +1 @@ +object-order-lower.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-lower.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-lower.svg new file mode 100644 index 0000000..7747ef5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-lower.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-raise-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-raise-calligra.svg new file mode 120000 index 0000000..deb91cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-raise-calligra.svg @@ -0,0 +1 @@ +object-order-raise.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-order-raise.svg b/breeze-icons-5.21.0/icons/actions/22/object-order-raise.svg new file mode 100644 index 0000000..1d7946c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-order-raise.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-rotate-left.svg b/breeze-icons-5.21.0/icons/actions/22/object-rotate-left.svg new file mode 100644 index 0000000..22c6405 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-rotate-left.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-rotate-right.svg b/breeze-icons-5.21.0/icons/actions/22/object-rotate-right.svg new file mode 100644 index 0000000..1869bc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-rotate-right.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-rows.svg b/breeze-icons-5.21.0/icons/actions/22/object-rows.svg new file mode 100644 index 0000000..f43e826 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-rows.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-to-path.svg b/breeze-icons-5.21.0/icons/actions/22/object-to-path.svg new file mode 100644 index 0000000..6c36790 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-to-path.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-ungroup-calligra.svg b/breeze-icons-5.21.0/icons/actions/22/object-ungroup-calligra.svg new file mode 120000 index 0000000..a22f913 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object-ungroup.svg b/breeze-icons-5.21.0/icons/actions/22/object-ungroup.svg new file mode 100644 index 0000000..c91d5ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-ungroup.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/object-unlocked.svg b/breeze-icons-5.21.0/icons/actions/22/object-unlocked.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object-unlocked.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object.svg b/breeze-icons-5.21.0/icons/actions/22/object.svg new file mode 120000 index 0000000..de24cc7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/object_node.svg b/breeze-icons-5.21.0/icons/actions/22/object_node.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/object_node.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-area-focus-peak-node.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-area-focus-peak-node.svg new file mode 100644 index 0000000..02ff259 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-area-focus-peak-node.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-area-percentage.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-area-percentage.svg new file mode 100644 index 0000000..4128d10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-area-percentage.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-area-stacked.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-area-stacked.svg new file mode 100644 index 0000000..108b732 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-area-stacked.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-area.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-area.svg new file mode 100644 index 0000000..35ab5da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-area.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-bar-percentage.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-bar-percentage.svg new file mode 100644 index 0000000..3baa4aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-bar-percentage.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-bar-stacked.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-bar-stacked.svg new file mode 100644 index 0000000..c3d28ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-bar-stacked.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-bar.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-bar.svg new file mode 100644 index 0000000..db4fd3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-bar.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-line-percentage.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-line-percentage.svg new file mode 100644 index 0000000..fad3e07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-line-percentage.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-line-stacked.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-line-stacked.svg new file mode 100644 index 0000000..2facde0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-line-stacked.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-line.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-line.svg new file mode 100644 index 0000000..9b3fb35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-line.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-pie.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-pie.svg new file mode 100644 index 0000000..e5129c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-pie.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-polar-stacked.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-polar-stacked.svg new file mode 100644 index 0000000..ac7f5ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-polar-stacked.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-polar.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-polar.svg new file mode 100644 index 0000000..06701cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-polar.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-ring.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-ring.svg new file mode 100644 index 0000000..92577bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-ring.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/office-chart-scatter.svg b/breeze-icons-5.21.0/icons/actions/22/office-chart-scatter.svg new file mode 100644 index 0000000..e03ac91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/office-chart-scatter.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/offline-settings.svg b/breeze-icons-5.21.0/icons/actions/22/offline-settings.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/offline-settings.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/offline.svg b/breeze-icons-5.21.0/icons/actions/22/offline.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/offline.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/oilpaint.svg b/breeze-icons-5.21.0/icons/actions/22/oilpaint.svg new file mode 100644 index 0000000..786a1b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/oilpaint.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/online.svg b/breeze-icons-5.21.0/icons/actions/22/online.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/online.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/open-for-editing.svg b/breeze-icons-5.21.0/icons/actions/22/open-for-editing.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/open-for-editing.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/overexposure.svg b/breeze-icons-5.21.0/icons/actions/22/overexposure.svg new file mode 100644 index 0000000..c978a38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/overexposure.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/package.svg b/breeze-icons-5.21.0/icons/actions/22/package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/page-2sides.svg b/breeze-icons-5.21.0/icons/actions/22/page-2sides.svg new file mode 100644 index 0000000..8508d94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/page-2sides.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/page-3sides.svg b/breeze-icons-5.21.0/icons/actions/22/page-3sides.svg new file mode 100644 index 0000000..8577a66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/page-3sides.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/page-4sides.svg b/breeze-icons-5.21.0/icons/actions/22/page-4sides.svg new file mode 100644 index 0000000..04a42eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/page-4sides.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/page-simple.svg b/breeze-icons-5.21.0/icons/actions/22/page-simple.svg new file mode 100644 index 0000000..b48df71 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/page-simple.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/page-zoom.svg b/breeze-icons-5.21.0/icons/actions/22/page-zoom.svg new file mode 120000 index 0000000..67400f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/page-zoom.svg @@ -0,0 +1 @@ +./zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/password-copy.svg b/breeze-icons-5.21.0/icons/actions/22/password-copy.svg new file mode 100644 index 0000000..68779ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/password-copy.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/password-generate.svg b/breeze-icons-5.21.0/icons/actions/22/password-generate.svg new file mode 120000 index 0000000..d00a899 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/password-generate.svg @@ -0,0 +1 @@ +playlist-generator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/password-show-off.svg b/breeze-icons-5.21.0/icons/actions/22/password-show-off.svg new file mode 120000 index 0000000..5d72157 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/password-show-on.svg b/breeze-icons-5.21.0/icons/actions/22/password-show-on.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/password-show-on.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/path-clip-edit.svg b/breeze-icons-5.21.0/icons/actions/22/path-clip-edit.svg new file mode 100644 index 0000000..9c5cb32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-clip-edit.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/path-effect-parameter-next.svg b/breeze-icons-5.21.0/icons/actions/22/path-effect-parameter-next.svg new file mode 100644 index 0000000..67baa17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-effect-parameter-next.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/path-mask-edit.svg b/breeze-icons-5.21.0/icons/actions/22/path-mask-edit.svg new file mode 100644 index 0000000..e13928d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-mask-edit.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/path-mode-bezier.svg b/breeze-icons-5.21.0/icons/actions/22/path-mode-bezier.svg new file mode 120000 index 0000000..c47e3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-mode-bezier.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/path-mode-polyline-paraxial.svg b/breeze-icons-5.21.0/icons/actions/22/path-mode-polyline-paraxial.svg new file mode 100644 index 0000000..7f7511c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-mode-polyline-paraxial.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/path-mode-polyline.svg b/breeze-icons-5.21.0/icons/actions/22/path-mode-polyline.svg new file mode 100644 index 0000000..8d79e06 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-mode-polyline.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/path-mode-spiro.svg b/breeze-icons-5.21.0/icons/actions/22/path-mode-spiro.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-mode-spiro.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/path-reverse.svg b/breeze-icons-5.21.0/icons/actions/22/path-reverse.svg new file mode 100644 index 0000000..3032b61 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-reverse.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/path-simplify.svg b/breeze-icons-5.21.0/icons/actions/22/path-simplify.svg new file mode 100644 index 0000000..cd71000 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/path-simplify.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/pdf-annotations.svg b/breeze-icons-5.21.0/icons/actions/22/pdf-annotations.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/perspective.svg b/breeze-icons-5.21.0/icons/actions/22/perspective.svg new file mode 100644 index 0000000..2a265f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/perspective.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/photo.svg b/breeze-icons-5.21.0/icons/actions/22/photo.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/photos-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/photos-amarok.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/pin.svg b/breeze-icons-5.21.0/icons/actions/22/pin.svg new file mode 120000 index 0000000..940ccf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/pin.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/player-time.svg b/breeze-icons-5.21.0/icons/actions/22/player-time.svg new file mode 100644 index 0000000..7664cb9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/player-time.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/player-volume-muted.svg b/breeze-icons-5.21.0/icons/actions/22/player-volume-muted.svg new file mode 120000 index 0000000..80f1588 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/player-volume-muted.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-muted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/player-volume.svg b/breeze-icons-5.21.0/icons/actions/22/player-volume.svg new file mode 120000 index 0000000..d09fca9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/player-volume.svg @@ -0,0 +1 @@ +../../status/22/audio-volume-high.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/playlist-generator.svg b/breeze-icons-5.21.0/icons/actions/22/playlist-generator.svg new file mode 100644 index 0000000..f27edbd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/playlist-generator.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/playlist-sort.svg b/breeze-icons-5.21.0/icons/actions/22/playlist-sort.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/plugins.svg b/breeze-icons-5.21.0/icons/actions/22/plugins.svg new file mode 100644 index 0000000..cb040c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/plugins.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/podcast-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/podcast-amarok.svg new file mode 100644 index 0000000..d267777 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/podcast-amarok.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/pointer.svg b/breeze-icons-5.21.0/icons/actions/22/pointer.svg new file mode 120000 index 0000000..2c4ee5c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/pointer.svg @@ -0,0 +1 @@ +tool-pointer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/polygon-add-nodes.svg b/breeze-icons-5.21.0/icons/actions/22/polygon-add-nodes.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/polygon-merge-nodes.svg b/breeze-icons-5.21.0/icons/actions/22/polygon-merge-nodes.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/port.svg b/breeze-icons-5.21.0/icons/actions/22/port.svg new file mode 100644 index 0000000..fb208e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/port.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/postalcode.svg b/breeze-icons-5.21.0/icons/actions/22/postalcode.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/practice-setup.svg b/breeze-icons-5.21.0/icons/actions/22/practice-setup.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/practice-setup.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/practice-start.svg b/breeze-icons-5.21.0/icons/actions/22/practice-start.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/practice-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/practice-stop.svg b/breeze-icons-5.21.0/icons/actions/22/practice-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/practice-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/precondition.svg b/breeze-icons-5.21.0/icons/actions/22/precondition.svg new file mode 100644 index 0000000..1444d27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/precondition.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/preferences-activities.svg b/breeze-icons-5.21.0/icons/actions/22/preferences-activities.svg new file mode 100644 index 0000000..92ca1fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/preferences-activities.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/preferences-indicator-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/preferences-indicator-amarok.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/preferences-media-playback-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/preferences-media-playback-amarok.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/preferences-other.svg b/breeze-icons-5.21.0/icons/actions/22/preferences-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/preferences-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/preflight-verifier.svg b/breeze-icons-5.21.0/icons/actions/22/preflight-verifier.svg new file mode 100644 index 0000000..32cc30b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/preflight-verifier.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/prevfuzzy.svg b/breeze-icons-5.21.0/icons/actions/22/prevfuzzy.svg new file mode 100644 index 0000000..39e02a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/prevfuzzy.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/prevfuzzyuntrans.svg b/breeze-icons-5.21.0/icons/actions/22/prevfuzzyuntrans.svg new file mode 100644 index 0000000..c469c62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/prevfuzzyuntrans.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/prevuntranslated.svg b/breeze-icons-5.21.0/icons/actions/22/prevuntranslated.svg new file mode 100644 index 0000000..835e218 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/prevuntranslated.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/primarykey_constraint.svg b/breeze-icons-5.21.0/icons/actions/22/primarykey_constraint.svg new file mode 100644 index 0000000..241951f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/primarykey_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/process-stop.svg b/breeze-icons-5.21.0/icons/actions/22/process-stop.svg new file mode 100644 index 0000000..e46ebc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/process-stop.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/project-development-close-all.svg b/breeze-icons-5.21.0/icons/actions/22/project-development-close-all.svg new file mode 120000 index 0000000..5687007 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/project-development-close.svg b/breeze-icons-5.21.0/icons/actions/22/project-development-close.svg new file mode 100644 index 0000000..6c467ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/project-development-close.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/project-development-new-template.svg b/breeze-icons-5.21.0/icons/actions/22/project-development-new-template.svg new file mode 100644 index 0000000..e6d3bd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/project-development-new-template.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/project-development.svg b/breeze-icons-5.21.0/icons/actions/22/project-development.svg new file mode 100644 index 0000000..31f44fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/project-development.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/project-open.svg b/breeze-icons-5.21.0/icons/actions/22/project-open.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/project-open.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/qa.svg b/breeze-icons-5.21.0/icons/actions/22/qa.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/qa.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/question.svg b/breeze-icons-5.21.0/icons/actions/22/question.svg new file mode 100644 index 0000000..573fbd5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/question.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/quickopen-class.svg b/breeze-icons-5.21.0/icons/actions/22/quickopen-class.svg new file mode 100644 index 0000000..e8d3ac2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/quickopen-class.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/quickopen-file.svg b/breeze-icons-5.21.0/icons/actions/22/quickopen-file.svg new file mode 100644 index 0000000..1bcdda4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/quickopen-file.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/quickopen-function.svg b/breeze-icons-5.21.0/icons/actions/22/quickopen-function.svg new file mode 100644 index 0000000..15e17f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/quickopen-function.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/quickopen.svg b/breeze-icons-5.21.0/icons/actions/22/quickopen.svg new file mode 100644 index 0000000..71af08a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/quickopen.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/quickview.svg b/breeze-icons-5.21.0/icons/actions/22/quickview.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/quickview.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/raindrop.svg b/breeze-icons-5.21.0/icons/actions/22/raindrop.svg new file mode 100644 index 0000000..27c5157 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/raindrop.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/randomize.svg b/breeze-icons-5.21.0/icons/actions/22/randomize.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/randomize.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/ratiocrop.svg b/breeze-icons-5.21.0/icons/actions/22/ratiocrop.svg new file mode 120000 index 0000000..686d9f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/realization.svg b/breeze-icons-5.21.0/icons/actions/22/realization.svg new file mode 100644 index 0000000..81be814 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/realization.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/redeyes.svg b/breeze-icons-5.21.0/icons/actions/22/redeyes.svg new file mode 100644 index 0000000..84054a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/redeyes.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/refactor.svg b/breeze-icons-5.21.0/icons/actions/22/refactor.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/refactor.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/region.svg b/breeze-icons-5.21.0/icons/actions/22/region.svg new file mode 120000 index 0000000..6754181 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/relationship.svg b/breeze-icons-5.21.0/icons/actions/22/relationship.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/relationship.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/remove-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/remove-amarok.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/remove-amarok.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/remove-link.svg b/breeze-icons-5.21.0/icons/actions/22/remove-link.svg new file mode 100644 index 0000000..aee2cd4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/remove-link.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/remove.svg b/breeze-icons-5.21.0/icons/actions/22/remove.svg new file mode 120000 index 0000000..2094832 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/repeat.svg b/breeze-icons-5.21.0/icons/actions/22/repeat.svg new file mode 100644 index 0000000..6dd6f8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/repeat.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/resource-calendar-child-insert.svg b/breeze-icons-5.21.0/icons/actions/22/resource-calendar-child-insert.svg new file mode 100644 index 0000000..06a6457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/resource-calendar-child-insert.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/resource-calendar-child.svg b/breeze-icons-5.21.0/icons/actions/22/resource-calendar-child.svg new file mode 100644 index 0000000..e6da564 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/resource-calendar-child.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/resource-calendar-insert.svg b/breeze-icons-5.21.0/icons/actions/22/resource-calendar-insert.svg new file mode 100644 index 0000000..16e869c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/resource-calendar-insert.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/resource-group-new.svg b/breeze-icons-5.21.0/icons/actions/22/resource-group-new.svg new file mode 100644 index 0000000..0f99194 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/resource-group-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/resource-group.svg b/breeze-icons-5.21.0/icons/actions/22/resource-group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/resource-group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/restoration.svg b/breeze-icons-5.21.0/icons/actions/22/restoration.svg new file mode 100644 index 0000000..775fcc5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/restoration.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/reverse.svg b/breeze-icons-5.21.0/icons/actions/22/reverse.svg new file mode 100644 index 0000000..677cfe6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/reverse.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/roll.svg b/breeze-icons-5.21.0/icons/actions/22/roll.svg new file mode 100644 index 0000000..dc6255c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/roll.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/routeplanning.svg b/breeze-icons-5.21.0/icons/actions/22/routeplanning.svg new file mode 120000 index 0000000..d0e2df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build-clean.svg b/breeze-icons-5.21.0/icons/actions/22/run-build-clean.svg new file mode 100644 index 0000000..8cae0f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build-clean.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build-configure.svg b/breeze-icons-5.21.0/icons/actions/22/run-build-configure.svg new file mode 100644 index 0000000..5b6b6f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build-configure.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build-file.svg b/breeze-icons-5.21.0/icons/actions/22/run-build-file.svg new file mode 100644 index 0000000..d47df54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build-file.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build-install-root.svg b/breeze-icons-5.21.0/icons/actions/22/run-build-install-root.svg new file mode 100644 index 0000000..812e0cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build-install-root.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build-install.svg b/breeze-icons-5.21.0/icons/actions/22/run-build-install.svg new file mode 100644 index 0000000..1af7466 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build-install.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build-prune.svg b/breeze-icons-5.21.0/icons/actions/22/run-build-prune.svg new file mode 100644 index 0000000..2126aad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build-prune.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-build.svg b/breeze-icons-5.21.0/icons/actions/22/run-build.svg new file mode 100644 index 0000000..5f61644 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-build.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/run-clean.svg b/breeze-icons-5.21.0/icons/actions/22/run-clean.svg new file mode 120000 index 0000000..2c899aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/run-install.svg b/breeze-icons-5.21.0/icons/actions/22/run-install.svg new file mode 120000 index 0000000..71034b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/select-rectangular.svg b/breeze-icons-5.21.0/icons/actions/22/select-rectangular.svg new file mode 100644 index 0000000..a8af1b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/select-rectangular.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/send_signal.svg b/breeze-icons-5.21.0/icons/actions/22/send_signal.svg new file mode 100644 index 0000000..9060752 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/send_signal.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/services.svg b/breeze-icons-5.21.0/icons/actions/22/services.svg new file mode 120000 index 0000000..4c2c5d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/services.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/set-language.svg b/breeze-icons-5.21.0/icons/actions/22/set-language.svg new file mode 120000 index 0000000..46fd00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/set-language.svg @@ -0,0 +1 @@ +amarok_change_language.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/settings-configure.svg b/breeze-icons-5.21.0/icons/actions/22/settings-configure.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/settings-configure.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/shallow-history.svg b/breeze-icons-5.21.0/icons/actions/22/shallow-history.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/shallow-history.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/shape-choose.svg b/breeze-icons-5.21.0/icons/actions/22/shape-choose.svg new file mode 120000 index 0000000..ef9a196 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/shapes.svg b/breeze-icons-5.21.0/icons/actions/22/shapes.svg new file mode 100644 index 0000000..6c38e5c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/shapes.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/sharpenimage.svg b/breeze-icons-5.21.0/icons/actions/22/sharpenimage.svg new file mode 100644 index 0000000..345b4bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/sharpenimage.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/shear.svg b/breeze-icons-5.21.0/icons/actions/22/shear.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/show-menu.svg b/breeze-icons-5.21.0/icons/actions/22/show-menu.svg new file mode 100644 index 0000000..0e3e353 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/show-menu.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/show-node-handles.svg b/breeze-icons-5.21.0/icons/actions/22/show-node-handles.svg new file mode 100644 index 0000000..7e6fe7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/show-node-handles.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/show-offline.svg b/breeze-icons-5.21.0/icons/actions/22/show-offline.svg new file mode 100644 index 0000000..f2c969f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/show-offline.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/show-path-outline.svg b/breeze-icons-5.21.0/icons/actions/22/show-path-outline.svg new file mode 100644 index 0000000..dc33e02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/show-path-outline.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/shuffle.svg b/breeze-icons-5.21.0/icons/actions/22/shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/similarartists-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/similarartists-amarok.svg new file mode 100644 index 0000000..d536d30 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/similarartists-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skg-chart-bubble.svg b/breeze-icons-5.21.0/icons/actions/22/skg-chart-bubble.svg new file mode 100644 index 0000000..ce7591d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skg-chart-bubble.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skrooge_credit_card.svg b/breeze-icons-5.21.0/icons/actions/22/skrooge_credit_card.svg new file mode 100644 index 0000000..bb1b926 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skrooge_credit_card.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skrooge_less.svg b/breeze-icons-5.21.0/icons/actions/22/skrooge_less.svg new file mode 100644 index 0000000..fab0585 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skrooge_less.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skrooge_more.svg b/breeze-icons-5.21.0/icons/actions/22/skrooge_more.svg new file mode 100644 index 0000000..8524349 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skrooge_more.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skrooge_much_less.svg b/breeze-icons-5.21.0/icons/actions/22/skrooge_much_less.svg new file mode 100644 index 0000000..97c65b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skrooge_much_less.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skrooge_much_more.svg b/breeze-icons-5.21.0/icons/actions/22/skrooge_much_more.svg new file mode 100644 index 0000000..f62e489 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skrooge_much_more.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/skrooge_type.svg b/breeze-icons-5.21.0/icons/actions/22/skrooge_type.svg new file mode 100644 index 0000000..2f7362d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/skrooge_type.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/smallclock.svg b/breeze-icons-5.21.0/icons/actions/22/smallclock.svg new file mode 120000 index 0000000..4ec77c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/smallclock.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-center.svg b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-center.svg new file mode 100644 index 0000000..a01d0b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-center.svg @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-corners.svg b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-corners.svg new file mode 100644 index 0000000..fe4cd1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-corners.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-edges.svg b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-edges.svg new file mode 100644 index 0000000..bada836 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-edges.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-midpoints.svg b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-midpoints.svg new file mode 100644 index 0000000..6d75ab4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box-midpoints.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box.svg b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box.svg new file mode 120000 index 0000000..66a1472 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-bounding-box.svg @@ -0,0 +1 @@ +snap-bounding-box-edges.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-extension.svg b/breeze-icons-5.21.0/icons/actions/22/snap-extension.svg new file mode 100644 index 0000000..cb04bde --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-extension.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-grid-guide-intersections.svg b/breeze-icons-5.21.0/icons/actions/22/snap-grid-guide-intersections.svg new file mode 100644 index 0000000..2657006 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-grid-guide-intersections.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-guideline.svg b/breeze-icons-5.21.0/icons/actions/22/snap-guideline.svg new file mode 100644 index 0000000..ffe840e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-guideline.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-intersection.svg b/breeze-icons-5.21.0/icons/actions/22/snap-intersection.svg new file mode 100644 index 0000000..4e4147f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-intersection.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-node.svg b/breeze-icons-5.21.0/icons/actions/22/snap-node.svg new file mode 100644 index 0000000..e531daf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-node.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-nodes-center.svg b/breeze-icons-5.21.0/icons/actions/22/snap-nodes-center.svg new file mode 100644 index 0000000..53c1dde --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-nodes-center.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-nodes-intersection.svg b/breeze-icons-5.21.0/icons/actions/22/snap-nodes-intersection.svg new file mode 100644 index 0000000..9ad8494 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-nodes-intersection.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-nodes-rotation-center.svg b/breeze-icons-5.21.0/icons/actions/22/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..0cab7ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-nodes-rotation-center.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-orthogonal.svg b/breeze-icons-5.21.0/icons/actions/22/snap-orthogonal.svg new file mode 100644 index 0000000..e8c8903 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-orthogonal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-page.svg b/breeze-icons-5.21.0/icons/actions/22/snap-page.svg new file mode 100644 index 0000000..fcf0cad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-page.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap-text-baseline.svg b/breeze-icons-5.21.0/icons/actions/22/snap-text-baseline.svg new file mode 100644 index 0000000..6b3e3e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap-text-baseline.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/snap.svg b/breeze-icons-5.21.0/icons/actions/22/snap.svg new file mode 100644 index 0000000..6732035 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/snap.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/social.svg b/breeze-icons-5.21.0/icons/actions/22/social.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/sort-name.svg b/breeze-icons-5.21.0/icons/actions/22/sort-name.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/sort-name.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/sort-presence.svg b/breeze-icons-5.21.0/icons/actions/22/sort-presence.svg new file mode 100644 index 0000000..930b878 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/sort-presence.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/sort_incr.svg b/breeze-icons-5.21.0/icons/actions/22/sort_incr.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/sort_incr.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/speaker.svg b/breeze-icons-5.21.0/icons/actions/22/speaker.svg new file mode 100644 index 0000000..224cd94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/speaker.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/specific-setup.svg b/breeze-icons-5.21.0/icons/actions/22/specific-setup.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/specific-setup.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/speedometer.svg b/breeze-icons-5.21.0/icons/actions/22/speedometer.svg new file mode 120000 index 0000000..e48dac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/speedometer.svg @@ -0,0 +1 @@ +filename-bpm-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/split.svg b/breeze-icons-5.21.0/icons/actions/22/split.svg new file mode 100644 index 0000000..587fb29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/split.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/standard-connector.svg b/breeze-icons-5.21.0/icons/actions/22/standard-connector.svg new file mode 100644 index 0000000..55bf011 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/standard-connector.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/start-over.svg b/breeze-icons-5.21.0/icons/actions/22/start-over.svg new file mode 120000 index 0000000..81a417a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/start-over.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/state-fork.svg b/breeze-icons-5.21.0/icons/actions/22/state-fork.svg new file mode 100644 index 0000000..58dc27a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/state-fork.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Anchor.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Anchor.svg new file mode 120000 index 0000000..870928c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Anchor.svg @@ -0,0 +1 @@ +anchor.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Box.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Box.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Box.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_ChargedParticle.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_ChargedParticle.svg new file mode 100644 index 0000000..dd4f870 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_ChargedParticle.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_CircularMotor.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_CircularMotor.svg new file mode 100644 index 0000000..4fd3964 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_CircularMotor.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Controller.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Controller.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Controller.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_CoulombForce.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_CoulombForce.svg new file mode 100644 index 0000000..4e612e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_CoulombForce.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Disk.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Disk.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Disk.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Gas.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Gas.svg new file mode 120000 index 0000000..b32b12a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Gas.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_GasParticle.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_GasParticle.svg new file mode 120000 index 0000000..b32b12a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_GasParticle.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Graph.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Graph.svg new file mode 120000 index 0000000..e9a7f63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Graph.svg @@ -0,0 +1 @@ +office-chart-line.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_GravitationForce.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_GravitationForce.svg new file mode 100644 index 0000000..95da5fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_GravitationForce.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_LinearMotor.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_LinearMotor.svg new file mode 100644 index 0000000..6efb146 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_LinearMotor.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Meter.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Meter.svg new file mode 120000 index 0000000..3f1ca0a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Meter.svg @@ -0,0 +1 @@ +kdenlive-select-texts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Note.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Note.svg new file mode 120000 index 0000000..4902174 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Note.svg @@ -0,0 +1 @@ +view-pim-notes.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Particle.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Particle.svg new file mode 120000 index 0000000..db766e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Particle.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Pin.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Pin.svg new file mode 120000 index 0000000..c3a2f24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Pin.svg @@ -0,0 +1 @@ +port.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Polygon.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Polygon.svg new file mode 120000 index 0000000..1bc83ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Polygon.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Rope.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Rope.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Rope.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_SoftBody.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_SoftBody.svg new file mode 100644 index 0000000..d6fb442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_SoftBody.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Spring.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Spring.svg new file mode 100644 index 0000000..3424675 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Spring.svg @@ -0,0 +1,97 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Stick.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Stick.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Stick.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_Tracer.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_Tracer.svg new file mode 120000 index 0000000..c5d5192 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_Tracer.svg @@ -0,0 +1 @@ +overexposure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/step_object_WeightForce.svg b/breeze-icons-5.21.0/icons/actions/22/step_object_WeightForce.svg new file mode 100644 index 0000000..3a83d96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/step_object_WeightForce.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/story-editor.svg b/breeze-icons-5.21.0/icons/actions/22/story-editor.svg new file mode 100644 index 0000000..6f78324 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/story-editor.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/straight-connector.svg b/breeze-icons-5.21.0/icons/actions/22/straight-connector.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-cap-bevel.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-cap-butt.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-butt.svg new file mode 100644 index 0000000..0945fcb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-butt.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-cap-miter.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-cap-round.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-round.svg new file mode 100644 index 0000000..3bbb25a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-round.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-cap-square.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-square.svg new file mode 100644 index 0000000..c88fe07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-cap-square.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-join-bevel.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-join-bevel.svg new file mode 100644 index 0000000..637a385 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-join-bevel.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-join-miter.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-join-miter.svg new file mode 100644 index 0000000..b952f13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-join-miter.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-join-round.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-join-round.svg new file mode 100644 index 0000000..c79a271 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-join-round.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/stroke-to-path.svg b/breeze-icons-5.21.0/icons/actions/22/stroke-to-path.svg new file mode 100644 index 0000000..7c92bbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/stroke-to-path.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/subsystem.svg b/breeze-icons-5.21.0/icons/actions/22/subsystem.svg new file mode 120000 index 0000000..7563411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/subsystem.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/svn-commit.svg b/breeze-icons-5.21.0/icons/actions/22/svn-commit.svg new file mode 100644 index 0000000..aabffd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/svn-commit.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/svn-update.svg b/breeze-icons-5.21.0/icons/actions/22/svn-update.svg new file mode 100644 index 0000000..a010e32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/svn-update.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/system-run.svg b/breeze-icons-5.21.0/icons/actions/22/system-run.svg new file mode 100644 index 0000000..fdbce1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/system-run.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/system-search.svg b/breeze-icons-5.21.0/icons/actions/22/system-search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/system-upgrade.svg b/breeze-icons-5.21.0/icons/actions/22/system-upgrade.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/system-upgrade.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tab-close-other.svg b/breeze-icons-5.21.0/icons/actions/22/tab-close-other.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tab-close-other.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tab-close.svg b/breeze-icons-5.21.0/icons/actions/22/tab-close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tab-close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tab-detach.svg b/breeze-icons-5.21.0/icons/actions/22/tab-detach.svg new file mode 100644 index 0000000..f27cee7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tab-detach.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tab-duplicate.svg b/breeze-icons-5.21.0/icons/actions/22/tab-duplicate.svg new file mode 100644 index 0000000..a4bda62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tab-duplicate.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tab-new-background.svg b/breeze-icons-5.21.0/icons/actions/22/tab-new-background.svg new file mode 100644 index 0000000..b90d19f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tab-new-background.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tab-new.svg b/breeze-icons-5.21.0/icons/actions/22/tab-new.svg new file mode 100644 index 0000000..b6f6f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tab-new.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/table.svg b/breeze-icons-5.21.0/icons/actions/22/table.svg new file mode 100644 index 0000000..4f3c1fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/table.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-addressbook.svg b/breeze-icons-5.21.0/icons/actions/22/tag-addressbook.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-assigned.svg b/breeze-icons-5.21.0/icons/actions/22/tag-assigned.svg new file mode 120000 index 0000000..cc45b31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-assigned.svg @@ -0,0 +1 @@ +../../emblems/22/emblem-symbolic-link.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-delete.svg b/breeze-icons-5.21.0/icons/actions/22/tag-delete.svg new file mode 120000 index 0000000..9329cda --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-delete.svg @@ -0,0 +1 @@ +xml-attribute-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-events.svg b/breeze-icons-5.21.0/icons/actions/22/tag-events.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-folder.svg b/breeze-icons-5.21.0/icons/actions/22/tag-folder.svg new file mode 120000 index 0000000..f927800 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-new.svg b/breeze-icons-5.21.0/icons/actions/22/tag-new.svg new file mode 100644 index 0000000..9b60abb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-new.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-people.svg b/breeze-icons-5.21.0/icons/actions/22/tag-people.svg new file mode 120000 index 0000000..0d9b8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-people.svg @@ -0,0 +1 @@ +edit-image-face-show.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-places.svg b/breeze-icons-5.21.0/icons/actions/22/tag-places.svg new file mode 120000 index 0000000..d3439ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-places.svg @@ -0,0 +1 @@ +applications-internet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-properties.svg b/breeze-icons-5.21.0/icons/actions/22/tag-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-recents.svg b/breeze-icons-5.21.0/icons/actions/22/tag-recents.svg new file mode 100644 index 0000000..24b139b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-recents.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tag-reset.svg b/breeze-icons-5.21.0/icons/actions/22/tag-reset.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tag.svg b/breeze-icons-5.21.0/icons/actions/22/tag.svg new file mode 100644 index 0000000..d219669 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tag.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/task-new.svg b/breeze-icons-5.21.0/icons/actions/22/task-new.svg new file mode 100644 index 0000000..3576fea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/task-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/taxes-finances.svg b/breeze-icons-5.21.0/icons/actions/22/taxes-finances.svg new file mode 100644 index 0000000..65c9813 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/taxes-finances.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/template.svg b/breeze-icons-5.21.0/icons/actions/22/template.svg new file mode 120000 index 0000000..911d559 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/template.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/text-field.svg b/breeze-icons-5.21.0/icons/actions/22/text-field.svg new file mode 100644 index 0000000..f698ec0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-field.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text-flow-into-frame.svg b/breeze-icons-5.21.0/icons/actions/22/text-flow-into-frame.svg new file mode 100644 index 0000000..7945684 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-flow-into-frame.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text-frame-link.svg b/breeze-icons-5.21.0/icons/actions/22/text-frame-link.svg new file mode 100644 index 0000000..db0c4a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-frame-link.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text-frame-unlink.svg b/breeze-icons-5.21.0/icons/actions/22/text-frame-unlink.svg new file mode 100644 index 0000000..2a10ad1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-frame-unlink.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text-speak.svg b/breeze-icons-5.21.0/icons/actions/22/text-speak.svg new file mode 100644 index 0000000..5f5c54d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-speak.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text-unflow.svg b/breeze-icons-5.21.0/icons/actions/22/text-unflow.svg new file mode 100644 index 0000000..dc8bebb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-unflow.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text-wrap.svg b/breeze-icons-5.21.0/icons/actions/22/text-wrap.svg new file mode 100644 index 0000000..616c83c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text-wrap.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text.svg b/breeze-icons-5.21.0/icons/actions/22/text.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/text_horz_kern.svg b/breeze-icons-5.21.0/icons/actions/22/text_horz_kern.svg new file mode 100644 index 0000000..0bbe950 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_horz_kern.svg @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_letter_spacing.svg b/breeze-icons-5.21.0/icons/actions/22/text_letter_spacing.svg new file mode 100644 index 0000000..915bbd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_letter_spacing.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_line_spacing.svg b/breeze-icons-5.21.0/icons/actions/22/text_line_spacing.svg new file mode 100644 index 0000000..40051fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_line_spacing.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_remove_kerns.svg b/breeze-icons-5.21.0/icons/actions/22/text_remove_kerns.svg new file mode 100644 index 0000000..694389c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_remove_kerns.svg @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_rotation.svg b/breeze-icons-5.21.0/icons/actions/22/text_rotation.svg new file mode 100644 index 0000000..01f394d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_rotation.svg @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_subscript.svg b/breeze-icons-5.21.0/icons/actions/22/text_subscript.svg new file mode 100644 index 0000000..f5f9dd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_subscript.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_superscript.svg b/breeze-icons-5.21.0/icons/actions/22/text_superscript.svg new file mode 100644 index 0000000..c40703a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_superscript.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_vert_kern.svg b/breeze-icons-5.21.0/icons/actions/22/text_vert_kern.svg new file mode 100644 index 0000000..37bdae8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_vert_kern.svg @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/text_word_spacing.svg b/breeze-icons-5.21.0/icons/actions/22/text_word_spacing.svg new file mode 100644 index 0000000..3c7a8a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/text_word_spacing.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/texture.svg b/breeze-icons-5.21.0/icons/actions/22/texture.svg new file mode 100644 index 0000000..d7a86aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/texture.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool-animator.svg b/breeze-icons-5.21.0/icons/actions/22/tool-animator.svg new file mode 100644 index 0000000..b3db6d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool-animator.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool-measure.svg b/breeze-icons-5.21.0/icons/actions/22/tool-measure.svg new file mode 100644 index 0000000..ccece4a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool-measure.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool-node-editor.svg b/breeze-icons-5.21.0/icons/actions/22/tool-node-editor.svg new file mode 120000 index 0000000..9d57cb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool-node-editor.svg @@ -0,0 +1 @@ +edit-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool-pointer.svg b/breeze-icons-5.21.0/icons/actions/22/tool-pointer.svg new file mode 100644 index 0000000..00a48f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool-pointer.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool-spray.svg b/breeze-icons-5.21.0/icons/actions/22/tool-spray.svg new file mode 100644 index 0000000..87e993e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool-spray.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool-tweak.svg b/breeze-icons-5.21.0/icons/actions/22/tool-tweak.svg new file mode 100644 index 0000000..aa3b5af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool-tweak.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_brush.svg b/breeze-icons-5.21.0/icons/actions/22/tool_brush.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_brush.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_color_eraser.svg b/breeze-icons-5.21.0/icons/actions/22/tool_color_eraser.svg new file mode 100644 index 0000000..9ba6d8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_color_eraser.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_color_picker.svg b/breeze-icons-5.21.0/icons/actions/22/tool_color_picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_color_picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_curve.svg b/breeze-icons-5.21.0/icons/actions/22/tool_curve.svg new file mode 100644 index 0000000..ba70ca4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_curve.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_ellipse.svg b/breeze-icons-5.21.0/icons/actions/22/tool_ellipse.svg new file mode 120000 index 0000000..81af32b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_ellipse.svg @@ -0,0 +1 @@ +draw-ellipse.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_elliptical_selection.svg b/breeze-icons-5.21.0/icons/actions/22/tool_elliptical_selection.svg new file mode 100644 index 0000000..88fc50f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_elliptical_selection.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_eraser.svg b/breeze-icons-5.21.0/icons/actions/22/tool_eraser.svg new file mode 120000 index 0000000..f99a1d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_eraser.svg @@ -0,0 +1 @@ +draw-eraser.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_flood_fill.svg b/breeze-icons-5.21.0/icons/actions/22/tool_flood_fill.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_flood_fill.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_free_form_selection.svg b/breeze-icons-5.21.0/icons/actions/22/tool_free_form_selection.svg new file mode 120000 index 0000000..48532ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_free_form_selection.svg @@ -0,0 +1 @@ +edit-select-lasso.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_line.svg b/breeze-icons-5.21.0/icons/actions/22/tool_line.svg new file mode 120000 index 0000000..d6f1b6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_line.svg @@ -0,0 +1 @@ +draw-line.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_pen.svg b/breeze-icons-5.21.0/icons/actions/22/tool_pen.svg new file mode 120000 index 0000000..a086f03 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_pen.svg @@ -0,0 +1 @@ +draw-freehand.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_polygon.svg b/breeze-icons-5.21.0/icons/actions/22/tool_polygon.svg new file mode 100644 index 0000000..38236bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_polygon.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_polyline.svg b/breeze-icons-5.21.0/icons/actions/22/tool_polyline.svg new file mode 120000 index 0000000..1bc83ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_polyline.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_rect_selection.svg b/breeze-icons-5.21.0/icons/actions/22/tool_rect_selection.svg new file mode 120000 index 0000000..101c958 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_rect_selection.svg @@ -0,0 +1 @@ +select-rectangular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_rectangle.svg b/breeze-icons-5.21.0/icons/actions/22/tool_rectangle.svg new file mode 120000 index 0000000..a2a76ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_rectangle.svg @@ -0,0 +1 @@ +draw-rectangle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_rounded_rectangle.svg b/breeze-icons-5.21.0/icons/actions/22/tool_rounded_rectangle.svg new file mode 100644 index 0000000..b3eb41d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_rounded_rectangle.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_spraycan.svg b/breeze-icons-5.21.0/icons/actions/22/tool_spraycan.svg new file mode 120000 index 0000000..b32b12a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_spraycan.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tool_text.svg b/breeze-icons-5.21.0/icons/actions/22/tool_text.svg new file mode 120000 index 0000000..9899aba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tool_text.svg @@ -0,0 +1 @@ +draw-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-check-spelling.svg b/breeze-icons-5.21.0/icons/actions/22/tools-check-spelling.svg new file mode 100644 index 0000000..2a4715f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-check-spelling.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-burn-image.svg b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-burn-image.svg new file mode 100644 index 0000000..705cc22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-burn-image.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-burn.svg b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-burn.svg new file mode 100644 index 0000000..ffefd4c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-burn.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-copy.svg b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-copy.svg new file mode 100644 index 0000000..f3af960 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-copy.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-erase.svg b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-erase.svg new file mode 100644 index 0000000..63ba5c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-erase.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-format.svg b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-format.svg new file mode 100644 index 0000000..0d7be20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-media-optical-format.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-report-bug.svg b/breeze-icons-5.21.0/icons/actions/22/tools-report-bug.svg new file mode 100644 index 0000000..99eef9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-report-bug.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-rip-audio-cd.svg b/breeze-icons-5.21.0/icons/actions/22/tools-rip-audio-cd.svg new file mode 100644 index 0000000..19539f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-rip-audio-cd.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-rip-video-cd.svg b/breeze-icons-5.21.0/icons/actions/22/tools-rip-video-cd.svg new file mode 100644 index 0000000..fe7757a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-rip-video-cd.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-rip-video-dvd.svg b/breeze-icons-5.21.0/icons/actions/22/tools-rip-video-dvd.svg new file mode 100644 index 0000000..00156a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-rip-video-dvd.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/tools-wizard.svg b/breeze-icons-5.21.0/icons/actions/22/tools-wizard.svg new file mode 100644 index 0000000..dc23f6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/tools-wizard.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-crop-and-resize.svg b/breeze-icons-5.21.0/icons/actions/22/transform-crop-and-resize.svg new file mode 100644 index 0000000..f50174b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-crop-and-resize.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-crop.svg b/breeze-icons-5.21.0/icons/actions/22/transform-crop.svg new file mode 100644 index 0000000..2a1fbbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-crop.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-move-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/transform-move-horizontal.svg new file mode 100644 index 0000000..b546e38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-move-horizontal.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-move-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/transform-move-vertical.svg new file mode 100644 index 0000000..b82c939 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-move-vertical.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-move.svg b/breeze-icons-5.21.0/icons/actions/22/transform-move.svg new file mode 100644 index 0000000..9fc5b1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-move.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-rotate.svg b/breeze-icons-5.21.0/icons/actions/22/transform-rotate.svg new file mode 100644 index 0000000..5776a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-rotate.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-scale-textbox-points.svg b/breeze-icons-5.21.0/icons/actions/22/transform-scale-textbox-points.svg new file mode 100644 index 0000000..9633763 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-scale-textbox-points.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-scale.svg b/breeze-icons-5.21.0/icons/actions/22/transform-scale.svg new file mode 100644 index 0000000..cc76655 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-scale.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-shear-down.svg b/breeze-icons-5.21.0/icons/actions/22/transform-shear-down.svg new file mode 100644 index 0000000..78d4abc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-shear-down.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-shear-left.svg b/breeze-icons-5.21.0/icons/actions/22/transform-shear-left.svg new file mode 100644 index 0000000..a911888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-shear-left.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-shear-right.svg b/breeze-icons-5.21.0/icons/actions/22/transform-shear-right.svg new file mode 100644 index 0000000..320a130 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-shear-right.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-shear-up.svg b/breeze-icons-5.21.0/icons/actions/22/transform-shear-up.svg new file mode 100644 index 0000000..1947eb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-shear-up.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-skew-horizontal.svg b/breeze-icons-5.21.0/icons/actions/22/transform-skew-horizontal.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-skew-horizontal.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/transform-skew-vertical.svg b/breeze-icons-5.21.0/icons/actions/22/transform-skew-vertical.svg new file mode 120000 index 0000000..294c4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transform-skew-vertical.svg @@ -0,0 +1 @@ +transform-shear-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/transsearch.svg b/breeze-icons-5.21.0/icons/actions/22/transsearch.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/transsearch.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/trash-empty.svg b/breeze-icons-5.21.0/icons/actions/22/trash-empty.svg new file mode 100644 index 0000000..819e586 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/trash-empty.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/umbr-coll-message-asynchronous.svg b/breeze-icons-5.21.0/icons/actions/22/umbr-coll-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbr-coll-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbr-coll-message-synchronous.svg b/breeze-icons-5.21.0/icons/actions/22/umbr-coll-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbr-coll-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbr-message-asynchronous.svg b/breeze-icons-5.21.0/icons/actions/22/umbr-message-asynchronous.svg new file mode 120000 index 0000000..f73d7d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbr-message-asynchronous.svg @@ -0,0 +1 @@ +mail-forwarded-replied.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbr-message-found.svg b/breeze-icons-5.21.0/icons/actions/22/umbr-message-found.svg new file mode 120000 index 0000000..3bab14e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbr-message-found.svg @@ -0,0 +1 @@ +mail-mark-notjunk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbr-message-lost.svg b/breeze-icons-5.21.0/icons/actions/22/umbr-message-lost.svg new file mode 120000 index 0000000..c423740 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbr-message-lost.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbr-message-synchronous.svg b/breeze-icons-5.21.0/icons/actions/22/umbr-message-synchronous.svg new file mode 120000 index 0000000..7889234 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbr-message-synchronous.svg @@ -0,0 +1 @@ +mail-forwarded.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_activity.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_activity.svg new file mode 120000 index 0000000..7954379 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_activity.svg @@ -0,0 +1 @@ +preferences-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_class.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_class.svg new file mode 120000 index 0000000..16d2edb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_class.svg @@ -0,0 +1 @@ +code-class.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_collaboration.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_collaboration.svg new file mode 120000 index 0000000..255b712 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_collaboration.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_component.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_component.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_component.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_deployment.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_deployment.svg new file mode 100644 index 0000000..4e275f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_deployment.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_entityrelationship.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_entityrelationship.svg new file mode 120000 index 0000000..057bb99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_entityrelationship.svg @@ -0,0 +1 @@ +edit-clone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_sequence.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_sequence.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_sequence.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_state.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_state.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_state.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_usecase.svg b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_usecase.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/umbrello_diagram_usecase.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/underexposure.svg b/breeze-icons-5.21.0/icons/actions/22/underexposure.svg new file mode 100644 index 0000000..e2e7e8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/underexposure.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/uniassociation.svg b/breeze-icons-5.21.0/icons/actions/22/uniassociation.svg new file mode 100644 index 0000000..7e84d50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/uniassociation.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/unique_constraint.svg b/breeze-icons-5.21.0/icons/actions/22/unique_constraint.svg new file mode 100644 index 0000000..a8166e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/unique_constraint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/unlock.svg b/breeze-icons-5.21.0/icons/actions/22/unlock.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/unlock.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/unmarkasblank.svg b/breeze-icons-5.21.0/icons/actions/22/unmarkasblank.svg new file mode 100644 index 0000000..5cad032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/unmarkasblank.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/upcomingevents-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/upcomingevents-amarok.svg new file mode 120000 index 0000000..7022652 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/upindicator.svg b/breeze-icons-5.21.0/icons/actions/22/upindicator.svg new file mode 100644 index 0000000..b1e425a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/upindicator.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/upload-media.svg b/breeze-icons-5.21.0/icons/actions/22/upload-media.svg new file mode 100644 index 0000000..1dcdedd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/upload-media.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/usecase.svg b/breeze-icons-5.21.0/icons/actions/22/usecase.svg new file mode 120000 index 0000000..81af32b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/usecase.svg @@ -0,0 +1 @@ +draw-ellipse.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/user-group-delete.svg b/breeze-icons-5.21.0/icons/actions/22/user-group-delete.svg new file mode 100644 index 0000000..39066b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/user-group-delete.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/user-group-new.svg b/breeze-icons-5.21.0/icons/actions/22/user-group-new.svg new file mode 100644 index 0000000..b096bca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/user-group-new.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/user-group-properties.svg b/breeze-icons-5.21.0/icons/actions/22/user-group-properties.svg new file mode 100644 index 0000000..4879bfd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/user-group-properties.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/user-identity.svg b/breeze-icons-5.21.0/icons/actions/22/user-identity.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/user-identity.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/user-properties.svg b/breeze-icons-5.21.0/icons/actions/22/user-properties.svg new file mode 120000 index 0000000..ad3742c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/user-properties.svg @@ -0,0 +1 @@ +user-group-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/user.svg b/breeze-icons-5.21.0/icons/actions/22/user.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/user.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/username-copy.svg b/breeze-icons-5.21.0/icons/actions/22/username-copy.svg new file mode 100644 index 0000000..007fbd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/username-copy.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/videoclip-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/videoclip-amarok.svg new file mode 120000 index 0000000..0d1faec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-bank-account-checking.svg b/breeze-icons-5.21.0/icons/actions/22/view-bank-account-checking.svg new file mode 100644 index 0000000..9133c84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-bank-account-checking.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-bank-account-savings.svg b/breeze-icons-5.21.0/icons/actions/22/view-bank-account-savings.svg new file mode 100644 index 0000000..c165241 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-bank-account-savings.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-bank-account.svg b/breeze-icons-5.21.0/icons/actions/22/view-bank-account.svg new file mode 100644 index 0000000..8874a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-bank-account.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-bank.svg b/breeze-icons-5.21.0/icons/actions/22/view-bank.svg new file mode 100644 index 0000000..97566d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-bank.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-barcode-add.svg b/breeze-icons-5.21.0/icons/actions/22/view-barcode-add.svg new file mode 100644 index 0000000..c275f68 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-barcode-add.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-barcode.svg b/breeze-icons-5.21.0/icons/actions/22/view-barcode.svg new file mode 100644 index 0000000..26758b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-barcode.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-agenda.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-agenda.svg new file mode 100644 index 0000000..55e3ed8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-agenda.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-birthday.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-birthday.svg new file mode 100644 index 0000000..88eac47 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-birthday.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-day.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-day.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-day.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-holiday.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-holiday.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-holiday.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-journal.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-journal.svg new file mode 100644 index 0000000..bcc7374 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-journal.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-list.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-list.svg new file mode 100644 index 0000000..cc71d89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-list.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-month.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-month.svg new file mode 100644 index 0000000..fc119a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-month.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-special-occasion.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-special-occasion.svg new file mode 100644 index 0000000..aad983c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-special-occasion.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-tasks.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-tasks.svg new file mode 100644 index 0000000..235dbbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-tasks.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-time-spent.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-time-spent.svg new file mode 100644 index 0000000..7b699a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-time-spent.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-timeline.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-timeline.svg new file mode 100644 index 0000000..ba04ca4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-timeline.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-upcoming-days.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-upcoming-days.svg new file mode 100644 index 0000000..beee057 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-upcoming-days.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-upcoming-events.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-upcoming-events.svg new file mode 100644 index 0000000..f841d94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-upcoming-events.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-wedding-anniversary.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-wedding-anniversary.svg new file mode 100644 index 0000000..31355e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-wedding-anniversary.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-week.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-week.svg new file mode 100644 index 0000000..be84790 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-week.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-whatsnext.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-whatsnext.svg new file mode 100644 index 0000000..c0b5549 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-whatsnext.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar-workweek.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar-workweek.svg new file mode 120000 index 0000000..9b59502 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar-workweek.svg @@ -0,0 +1 @@ +view-calendar-week.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-calendar.svg b/breeze-icons-5.21.0/icons/actions/22/view-calendar.svg new file mode 100644 index 0000000..99faf30 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-calendar.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-catalog.svg b/breeze-icons-5.21.0/icons/actions/22/view-catalog.svg new file mode 100644 index 0000000..d7df829 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-catalog.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-categories-expenditures.svg b/breeze-icons-5.21.0/icons/actions/22/view-categories-expenditures.svg new file mode 100644 index 0000000..02a3449 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-categories-expenditures.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-categories-incomes.svg b/breeze-icons-5.21.0/icons/actions/22/view-categories-incomes.svg new file mode 100644 index 0000000..936db04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-categories-incomes.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-categories.svg b/breeze-icons-5.21.0/icons/actions/22/view-categories.svg new file mode 100644 index 0000000..5080d4c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-categories.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-add.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-add.svg new file mode 100644 index 0000000..39cecc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-add.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-export-secret.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-export-secret.svg new file mode 100644 index 0000000..670fdf5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-export-secret.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-export-server.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-export-server.svg new file mode 100644 index 0000000..7e1be48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-export-server.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-export.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-export.svg new file mode 100644 index 0000000..4881f21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-export.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-import.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-import.svg new file mode 100644 index 0000000..27cabab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-import.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-server-configure.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-server-configure.svg new file mode 100644 index 0000000..3d6be9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-server-configure.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate-sign.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate-sign.svg new file mode 100644 index 0000000..74601e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate-sign.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-certificate.svg b/breeze-icons-5.21.0/icons/actions/22/view-certificate.svg new file mode 100644 index 0000000..c8cbf0d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-certificate.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-close.svg b/breeze-icons-5.21.0/icons/actions/22/view-close.svg new file mode 100644 index 0000000..21883bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-close.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-conversation-balloon.svg b/breeze-icons-5.21.0/icons/actions/22/view-conversation-balloon.svg new file mode 120000 index 0000000..36675a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-conversation-balloon.svg @@ -0,0 +1 @@ +kmouth-phrase.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-file-columns.svg b/breeze-icons-5.21.0/icons/actions/22/view-file-columns.svg new file mode 100644 index 0000000..048c281 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-file-columns.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-filter.svg b/breeze-icons-5.21.0/icons/actions/22/view-filter.svg new file mode 100644 index 0000000..1bdbe38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-filter.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-form-action.svg b/breeze-icons-5.21.0/icons/actions/22/view-form-action.svg new file mode 100644 index 0000000..cafdb21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-form-action.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-form.svg b/breeze-icons-5.21.0/icons/actions/22/view-form.svg new file mode 100644 index 0000000..29f48aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-form.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-fullscreen.svg b/breeze-icons-5.21.0/icons/actions/22/view-fullscreen.svg new file mode 100644 index 0000000..8b42393 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-fullscreen.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-grid.svg b/breeze-icons-5.21.0/icons/actions/22/view-grid.svg new file mode 100644 index 0000000..47cffb9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-grid.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-group.svg b/breeze-icons-5.21.0/icons/actions/22/view-group.svg new file mode 100644 index 0000000..11690df --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-group.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-history.svg b/breeze-icons-5.21.0/icons/actions/22/view-history.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-history.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-left-close.svg b/breeze-icons-5.21.0/icons/actions/22/view-left-close.svg new file mode 100644 index 0000000..de1cb4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-left-close.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-list-details.svg b/breeze-icons-5.21.0/icons/actions/22/view-list-details.svg new file mode 100644 index 0000000..2450aa1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-list-details.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-list-icons.svg b/breeze-icons-5.21.0/icons/actions/22/view-list-icons.svg new file mode 100644 index 0000000..24493a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-list-icons.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-list-text.svg b/breeze-icons-5.21.0/icons/actions/22/view-list-text.svg new file mode 100644 index 0000000..7273010 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-list-text.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-list-tree.svg b/breeze-icons-5.21.0/icons/actions/22/view-list-tree.svg new file mode 100644 index 0000000..0dabd29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-list-tree.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-artist.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-equalizer.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-equalizer.svg new file mode 100644 index 0000000..140bdee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-equalizer.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-lyrics.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-lyrics.svg new file mode 100644 index 0000000..af9f5f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-lyrics.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-playlist.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-playlist.svg new file mode 100644 index 0000000..f265674 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-playlist.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-publisher.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-publisher.svg new file mode 120000 index 0000000..1b4173d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-publisher.svg @@ -0,0 +1 @@ +amarok_cart_view.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-title.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-title.svg new file mode 100644 index 0000000..0c50d04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-title.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-media-visualization.svg b/breeze-icons-5.21.0/icons/actions/22/view-media-visualization.svg new file mode 100644 index 0000000..b9729b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-media-visualization.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-multiple-objects.svg b/breeze-icons-5.21.0/icons/actions/22/view-multiple-objects.svg new file mode 100644 index 0000000..495b595 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-multiple-objects.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-object-histogram-linear.svg b/breeze-icons-5.21.0/icons/actions/22/view-object-histogram-linear.svg new file mode 100644 index 0000000..7ceed88 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-object-histogram-linear.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-object-histogram-logarithmic.svg b/breeze-icons-5.21.0/icons/actions/22/view-object-histogram-logarithmic.svg new file mode 100644 index 0000000..948adb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-object-histogram-logarithmic.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-calendar.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-contacts.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-contacts.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-contacts.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-journal.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-journal.svg new file mode 120000 index 0000000..b830e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-journal.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-mail.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-mail.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-news.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-news.svg new file mode 120000 index 0000000..7387fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-news.svg @@ -0,0 +1 @@ +news-subscribe.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-notes.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-notes.svg new file mode 100644 index 0000000..4f65012 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-notes.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-tasks-pending.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-tasks-pending.svg new file mode 100644 index 0000000..e3afed9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-tasks-pending.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-pim-tasks.svg b/breeze-icons-5.21.0/icons/actions/22/view-pim-tasks.svg new file mode 120000 index 0000000..f6ae45c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-pim-tasks.svg @@ -0,0 +1 @@ +view-task.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-presentation.svg b/breeze-icons-5.21.0/icons/actions/22/view-presentation.svg new file mode 100644 index 0000000..99cb3cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-presentation.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-preview.svg b/breeze-icons-5.21.0/icons/actions/22/view-preview.svg new file mode 100644 index 0000000..a547608 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-preview.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-process-all-tree.svg b/breeze-icons-5.21.0/icons/actions/22/view-process-all-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-process-all-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-process-all.svg b/breeze-icons-5.21.0/icons/actions/22/view-process-all.svg new file mode 120000 index 0000000..a379444 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-process-all.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-process-own.svg b/breeze-icons-5.21.0/icons/actions/22/view-process-own.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-process-system.svg b/breeze-icons-5.21.0/icons/actions/22/view-process-system.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-process-tree.svg b/breeze-icons-5.21.0/icons/actions/22/view-process-tree.svg new file mode 120000 index 0000000..029cc0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-process-users.svg b/breeze-icons-5.21.0/icons/actions/22/view-process-users.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-process-users.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-refresh.svg b/breeze-icons-5.21.0/icons/actions/22/view-refresh.svg new file mode 100644 index 0000000..2e3d287 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-refresh.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-resource-calendar.svg b/breeze-icons-5.21.0/icons/actions/22/view-resource-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-restore.svg b/breeze-icons-5.21.0/icons/actions/22/view-restore.svg new file mode 100644 index 0000000..8ebbaaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-restore.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-right-close.svg b/breeze-icons-5.21.0/icons/actions/22/view-right-close.svg new file mode 100644 index 0000000..4a7a76b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-right-close.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-right-new.svg b/breeze-icons-5.21.0/icons/actions/22/view-right-new.svg new file mode 100644 index 0000000..9c96494 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-right-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-services-scripted-amarok.svg b/breeze-icons-5.21.0/icons/actions/22/view-services-scripted-amarok.svg new file mode 120000 index 0000000..4afc256 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-services-scripted-amarok.svg @@ -0,0 +1 @@ +amarok_scripts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-sidetree.svg b/breeze-icons-5.21.0/icons/actions/22/view-sidetree.svg new file mode 100644 index 0000000..120031a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-sidetree.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-sort-ascending.svg b/breeze-icons-5.21.0/icons/actions/22/view-sort-ascending.svg new file mode 100644 index 0000000..131fd26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-sort-ascending.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-sort-descending.svg b/breeze-icons-5.21.0/icons/actions/22/view-sort-descending.svg new file mode 100644 index 0000000..2ff9dff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-sort-descending.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-split-left-right.svg b/breeze-icons-5.21.0/icons/actions/22/view-split-left-right.svg new file mode 100644 index 0000000..648f913 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-split-left-right.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-split-top-bottom.svg b/breeze-icons-5.21.0/icons/actions/22/view-split-top-bottom.svg new file mode 100644 index 0000000..174b2a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-split-top-bottom.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-statistics.svg b/breeze-icons-5.21.0/icons/actions/22/view-statistics.svg new file mode 100644 index 0000000..b9245ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-statistics.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-table-of-contents-ltr.svg b/breeze-icons-5.21.0/icons/actions/22/view-table-of-contents-ltr.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-table-of-contents-ltr.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-table-of-contents-rtl.svg b/breeze-icons-5.21.0/icons/actions/22/view-table-of-contents-rtl.svg new file mode 100644 index 0000000..587c27d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-table-of-contents-rtl.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-task-add.svg b/breeze-icons-5.21.0/icons/actions/22/view-task-add.svg new file mode 120000 index 0000000..072782f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-task-add.svg @@ -0,0 +1 @@ +task-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-task-child-add.svg b/breeze-icons-5.21.0/icons/actions/22/view-task-child-add.svg new file mode 120000 index 0000000..4226a53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-task-child.svg b/breeze-icons-5.21.0/icons/actions/22/view-task-child.svg new file mode 100644 index 0000000..fc81ff7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-task-child.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-task.svg b/breeze-icons-5.21.0/icons/actions/22/view-task.svg new file mode 100644 index 0000000..83fde8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-task.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined-add.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined-add.svg new file mode 100644 index 0000000..1d4b833 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined-add.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined-remove.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined-remove.svg new file mode 100644 index 0000000..8f92526 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined-remove.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined.svg new file mode 100644 index 0000000..e9b26b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-baselined.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-calculus.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-calculus.svg new file mode 100644 index 0000000..443fae5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-calculus.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-child-insert.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-child-insert.svg new file mode 100644 index 0000000..aa5abf9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-child-insert.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-edit.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-edit.svg new file mode 100644 index 0000000..31d42e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-edit.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-insert.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-insert.svg new file mode 100644 index 0000000..f04070f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule-insert.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/view-time-schedule.svg b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/view-web-browser-dom-tree.svg b/breeze-icons-5.21.0/icons/actions/22/view-web-browser-dom-tree.svg new file mode 100644 index 0000000..9f5fc02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/view-web-browser-dom-tree.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/viewimage.svg b/breeze-icons-5.21.0/icons/actions/22/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/visibility.svg b/breeze-icons-5.21.0/icons/actions/22/visibility.svg new file mode 100644 index 0000000..51af1db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/visibility.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/whitebalance.svg b/breeze-icons-5.21.0/icons/actions/22/whitebalance.svg new file mode 100644 index 0000000..65c32bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/whitebalance.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/window-close.svg b/breeze-icons-5.21.0/icons/actions/22/window-close.svg new file mode 100644 index 0000000..b207a4a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/window-close.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/window-duplicate.svg b/breeze-icons-5.21.0/icons/actions/22/window-duplicate.svg new file mode 100644 index 0000000..d7a1d3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/window-duplicate.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/window-new.svg b/breeze-icons-5.21.0/icons/actions/22/window-new.svg new file mode 100644 index 0000000..d891d57 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/window-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/window.svg b/breeze-icons-5.21.0/icons/actions/22/window.svg new file mode 100644 index 0000000..a7e62ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/window.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/x-clementine-shuffle.svg b/breeze-icons-5.21.0/icons/actions/22/x-clementine-shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/x-shape-connection.svg b/breeze-icons-5.21.0/icons/actions/22/x-shape-connection.svg new file mode 120000 index 0000000..c0d62e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/x-shape-formula.svg b/breeze-icons-5.21.0/icons/actions/22/x-shape-formula.svg new file mode 120000 index 0000000..76cf815 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/x-shape-image.svg b/breeze-icons-5.21.0/icons/actions/22/x-shape-image.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/x-shape-text.svg b/breeze-icons-5.21.0/icons/actions/22/x-shape-text.svg new file mode 120000 index 0000000..ab11536 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/xml-attribute-delete.svg b/breeze-icons-5.21.0/icons/actions/22/xml-attribute-delete.svg new file mode 100644 index 0000000..34b08e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/xml-attribute-delete.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/xml-element-new.svg b/breeze-icons-5.21.0/icons/actions/22/xml-element-new.svg new file mode 100644 index 0000000..85f8d5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/xml-element-new.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/xml-node-delete.svg b/breeze-icons-5.21.0/icons/actions/22/xml-node-delete.svg new file mode 100644 index 0000000..659221f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/xml-node-delete.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/xml-node-duplicate.svg b/breeze-icons-5.21.0/icons/actions/22/xml-node-duplicate.svg new file mode 100644 index 0000000..791283e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/xml-node-duplicate.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/xml-text-new.svg b/breeze-icons-5.21.0/icons/actions/22/xml-text-new.svg new file mode 100644 index 0000000..d1b7ac9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/xml-text-new.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-1-to-2.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-1-to-2.svg new file mode 100644 index 0000000..e2f42b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-1-to-2.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-2-to-1.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-2-to-1.svg new file mode 100644 index 0000000..b188b58 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-2-to-1.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-draw.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-draw.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-fit-best.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-best.svg new file mode 100644 index 0000000..06de995 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-best.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-fit-height.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-height.svg new file mode 100644 index 0000000..17a25ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-height.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-fit-selection.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-selection.svg new file mode 120000 index 0000000..037a51b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-selection.svg @@ -0,0 +1 @@ +zoom-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-fit-width.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-width.svg new file mode 100644 index 0000000..1741e73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-fit-width.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-in-large.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-in-large.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-in.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-in.svg new file mode 100644 index 0000000..d473872 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-in.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-next.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-next.svg new file mode 100644 index 0000000..2c2e930 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-next.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-original.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-original.svg new file mode 100644 index 0000000..a6a26b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-original.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-out-large.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-out-large.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-out-large.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-out.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-out.svg new file mode 100644 index 0000000..6bd9b45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-out.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-previous.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-previous.svg new file mode 100644 index 0000000..bb2c35f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-previous.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-select-fit.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-select-fit.svg new file mode 120000 index 0000000..cc77c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-select-x.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-select-y.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom-select.svg b/breeze-icons-5.21.0/icons/actions/22/zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/22/zoom.svg b/breeze-icons-5.21.0/icons/actions/22/zoom.svg new file mode 100644 index 0000000..25c0c96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/22/zoom.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/acrobat.svg b/breeze-icons-5.21.0/icons/actions/24/acrobat.svg new file mode 100644 index 0000000..0df5f97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/acrobat.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/address-book-new.svg b/breeze-icons-5.21.0/icons/actions/24/address-book-new.svg new file mode 100644 index 0000000..e15055d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/address-book-new.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-baseline.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-baseline.svg new file mode 100644 index 0000000..89d39c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-baseline.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..b05fb44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-bottom-out.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-center.svg new file mode 100644 index 0000000..0690044 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-center.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left-out.svg new file mode 100644 index 0000000..c8d9a8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left-out.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..7b07ea8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left-to-anchor.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left.svg new file mode 100644 index 0000000..382c20f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-left.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-node.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-node.svg new file mode 100644 index 0000000..8d6554e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-node.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right-out.svg new file mode 100644 index 0000000..08ed595 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right-out.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..26155ea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right-to-anchor.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right.svg new file mode 100644 index 0000000..99d7992 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-right.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-top-out.svg new file mode 100644 index 0000000..979e42f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-horizontal-top-out.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-baseline.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-baseline.svg new file mode 100644 index 0000000..bd78c48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-baseline.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom-out.svg new file mode 100644 index 0000000..4dc65d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom-out.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..bd68114 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom.svg new file mode 100644 index 0000000..81b69ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-bottom.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-center.svg new file mode 100644 index 0000000..8f9b457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-center.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-node.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-node.svg new file mode 100644 index 0000000..174ee8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-node.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-top-out.svg new file mode 100644 index 0000000..6f9e11b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-top-out.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..a1b9103 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-top-to-anchor.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/align-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/24/align-vertical-top.svg new file mode 100644 index 0000000..9225d56 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/align-vertical-top.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/application-exit.svg b/breeze-icons-5.21.0/icons/actions/24/application-exit.svg new file mode 100644 index 0000000..09815a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/application-exit.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/application-menu.svg b/breeze-icons-5.21.0/icons/actions/24/application-menu.svg new file mode 100644 index 0000000..3791d04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/application-menu.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/applications-other.svg b/breeze-icons-5.21.0/icons/actions/24/applications-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/applications-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/applications-system.svg b/breeze-icons-5.21.0/icons/actions/24/applications-system.svg new file mode 100644 index 0000000..4b3ce55 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/applications-system.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/appointment-new.svg b/breeze-icons-5.21.0/icons/actions/24/appointment-new.svg new file mode 100644 index 0000000..a955daf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/appointment-new.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/archive-extract.svg b/breeze-icons-5.21.0/icons/actions/24/archive-extract.svg new file mode 100644 index 0000000..45e83fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/archive-extract.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/archive-insert-directory.svg b/breeze-icons-5.21.0/icons/actions/24/archive-insert-directory.svg new file mode 100644 index 0000000..c88aafa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/archive-insert-directory.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/archive-insert.svg b/breeze-icons-5.21.0/icons/actions/24/archive-insert.svg new file mode 100644 index 0000000..3bb7149 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/archive-insert.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/archive-remove.svg b/breeze-icons-5.21.0/icons/actions/24/archive-remove.svg new file mode 100644 index 0000000..801f440 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/archive-remove.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-down-double.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-down-double.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-down-double.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-down.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-left-double.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-left-double.svg new file mode 100644 index 0000000..70b6e1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-left-double.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-left.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-left.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-left.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-right-double.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-right-double.svg new file mode 100644 index 0000000..91946d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-right-double.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-right.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-right.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-right.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-up-double.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-up-double.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-up-double.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/arrow-up.svg b/breeze-icons-5.21.0/icons/actions/24/arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/auto-scale-all.svg b/breeze-icons-5.21.0/icons/actions/24/auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/auto-scale-x.svg b/breeze-icons-5.21.0/icons/actions/24/auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/auto-scale-y.svg b/breeze-icons-5.21.0/icons/actions/24/auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/autocorrection.svg b/breeze-icons-5.21.0/icons/actions/24/autocorrection.svg new file mode 100644 index 0000000..2bc1329 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/autocorrection.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/bookmark-new-list.svg b/breeze-icons-5.21.0/icons/actions/24/bookmark-new-list.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/bookmark-new-list.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/bookmark-new.svg b/breeze-icons-5.21.0/icons/actions/24/bookmark-new.svg new file mode 100644 index 0000000..a053687 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/bookmark-new.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/bookmark-toolbar.svg b/breeze-icons-5.21.0/icons/actions/24/bookmark-toolbar.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/bookmark-toolbar.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/bookmarks-organize.svg b/breeze-icons-5.21.0/icons/actions/24/bookmarks-organize.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/bookmarks-organize.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/bookmarks.svg b/breeze-icons-5.21.0/icons/actions/24/bookmarks.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/bookmarks.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/call-start.svg b/breeze-icons-5.21.0/icons/actions/24/call-start.svg new file mode 100644 index 0000000..800b419 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/call-start.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/call-stop.svg b/breeze-icons-5.21.0/icons/actions/24/call-stop.svg new file mode 100644 index 0000000..9d797fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/call-stop.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/character-set.svg b/breeze-icons-5.21.0/icons/actions/24/character-set.svg new file mode 100644 index 0000000..fdafd50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/character-set.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/checkbox.svg b/breeze-icons-5.21.0/icons/actions/24/checkbox.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/checkbox.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/chronometer-lap.svg b/breeze-icons-5.21.0/icons/actions/24/chronometer-lap.svg new file mode 120000 index 0000000..2c84dca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/chronometer-lap.svg @@ -0,0 +1 @@ +chronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/chronometer-pause.svg b/breeze-icons-5.21.0/icons/actions/24/chronometer-pause.svg new file mode 100644 index 0000000..8f36aa6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/chronometer-pause.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/chronometer-reset.svg b/breeze-icons-5.21.0/icons/actions/24/chronometer-reset.svg new file mode 120000 index 0000000..4e680c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/chronometer-start.svg b/breeze-icons-5.21.0/icons/actions/24/chronometer-start.svg new file mode 120000 index 0000000..678250a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/chronometer-start.svg @@ -0,0 +1 @@ +player-time.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/chronometer.svg b/breeze-icons-5.21.0/icons/actions/24/chronometer.svg new file mode 100644 index 0000000..06b9b86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/chronometer.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/class-or-package.svg b/breeze-icons-5.21.0/icons/actions/24/class-or-package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/class-or-package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/code-block.svg b/breeze-icons-5.21.0/icons/actions/24/code-block.svg new file mode 100644 index 0000000..a642d9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/code-block.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/code-class.svg b/breeze-icons-5.21.0/icons/actions/24/code-class.svg new file mode 100644 index 0000000..70a5905 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/code-class.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/code-context.svg b/breeze-icons-5.21.0/icons/actions/24/code-context.svg new file mode 100644 index 0000000..082bfef --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/code-context.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/code-function.svg b/breeze-icons-5.21.0/icons/actions/24/code-function.svg new file mode 100644 index 0000000..00d37f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/code-function.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/code-typedef.svg b/breeze-icons-5.21.0/icons/actions/24/code-typedef.svg new file mode 100644 index 0000000..bd2fe14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/code-typedef.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/code-variable.svg b/breeze-icons-5.21.0/icons/actions/24/code-variable.svg new file mode 100644 index 0000000..d8d7797 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/code-variable.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-fill.svg b/breeze-icons-5.21.0/icons/actions/24/color-fill.svg new file mode 100644 index 0000000..b1d1372 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-fill.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-gradient.svg b/breeze-icons-5.21.0/icons/actions/24/color-gradient.svg new file mode 100644 index 0000000..4cbb526 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-gradient.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-management.svg b/breeze-icons-5.21.0/icons/actions/24/color-management.svg new file mode 100644 index 0000000..f2118a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-management.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-picker-black.svg b/breeze-icons-5.21.0/icons/actions/24/color-picker-black.svg new file mode 100644 index 0000000..1fc43d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-picker-black.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-picker-grey.svg b/breeze-icons-5.21.0/icons/actions/24/color-picker-grey.svg new file mode 100644 index 0000000..f3c981a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-picker-grey.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-picker-white.svg b/breeze-icons-5.21.0/icons/actions/24/color-picker-white.svg new file mode 100644 index 0000000..de49c39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-picker-white.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/color-picker.svg b/breeze-icons-5.21.0/icons/actions/24/color-picker.svg new file mode 100644 index 0000000..a4e41ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/color-picker.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/colormanagement.svg b/breeze-icons-5.21.0/icons/actions/24/colormanagement.svg new file mode 120000 index 0000000..21e4611 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/configure-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/24/configure-shortcuts.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/configure-shortcuts.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/configure-toolbars.svg b/breeze-icons-5.21.0/icons/actions/24/configure-toolbars.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/configure-toolbars.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/configure.svg b/breeze-icons-5.21.0/icons/actions/24/configure.svg new file mode 100644 index 0000000..0a0149d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/configure.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/contact-new.svg b/breeze-icons-5.21.0/icons/actions/24/contact-new.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/contact-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/cursor-arrow.svg b/breeze-icons-5.21.0/icons/actions/24/cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/dashboard-show.svg b/breeze-icons-5.21.0/icons/actions/24/dashboard-show.svg new file mode 100644 index 0000000..7761a01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dashboard-show.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/database-index.svg b/breeze-icons-5.21.0/icons/actions/24/database-index.svg new file mode 100644 index 0000000..9b8b426 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/database-index.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-execute-from-cursor.svg b/breeze-icons-5.21.0/icons/actions/24/debug-execute-from-cursor.svg new file mode 100644 index 0000000..f6827d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-execute-from-cursor.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-execute-to-cursor.svg b/breeze-icons-5.21.0/icons/actions/24/debug-execute-to-cursor.svg new file mode 100644 index 0000000..2b81c38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-execute-to-cursor.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-run-cursor.svg b/breeze-icons-5.21.0/icons/actions/24/debug-run-cursor.svg new file mode 100644 index 0000000..8b97652 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-run-cursor.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-run.svg b/breeze-icons-5.21.0/icons/actions/24/debug-run.svg new file mode 100644 index 0000000..bf75a13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-run.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-step-instruction.svg b/breeze-icons-5.21.0/icons/actions/24/debug-step-instruction.svg new file mode 100644 index 0000000..a570129 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-step-instruction.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-step-into-instruction.svg b/breeze-icons-5.21.0/icons/actions/24/debug-step-into-instruction.svg new file mode 100644 index 0000000..a2918f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-step-into-instruction.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-step-into.svg b/breeze-icons-5.21.0/icons/actions/24/debug-step-into.svg new file mode 100644 index 0000000..03368d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-step-into.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-step-out.svg b/breeze-icons-5.21.0/icons/actions/24/debug-step-out.svg new file mode 100644 index 0000000..25e7887 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-step-out.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/debug-step-over.svg b/breeze-icons-5.21.0/icons/actions/24/debug-step-over.svg new file mode 100644 index 0000000..e5d5ef4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/debug-step-over.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/dialog-cancel.svg b/breeze-icons-5.21.0/icons/actions/24/dialog-cancel.svg new file mode 100644 index 0000000..a2b022a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dialog-cancel.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/dialog-close.svg b/breeze-icons-5.21.0/icons/actions/24/dialog-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/dialog-messages.svg b/breeze-icons-5.21.0/icons/actions/24/dialog-messages.svg new file mode 100644 index 0000000..c5cab43 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dialog-messages.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons/actions/24/dialog-ok-apply.svg new file mode 100644 index 0000000..e8eb718 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dialog-ok-apply.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/dialog-ok.svg b/breeze-icons-5.21.0/icons/actions/24/dialog-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/dialog-xml-editor.svg b/breeze-icons-5.21.0/icons/actions/24/dialog-xml-editor.svg new file mode 100644 index 0000000..ff47318 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dialog-xml-editor.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/dirsync.svg b/breeze-icons-5.21.0/icons/actions/24/dirsync.svg new file mode 120000 index 0000000..0e0e5bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-graph-directed.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-graph-directed.svg new file mode 100644 index 0000000..9b6cf27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-graph-directed.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-graph.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-graph.svg new file mode 100644 index 0000000..108babe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-graph.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-baseline.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-baseline.svg new file mode 100644 index 0000000..cf5f31e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-baseline.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-center.svg new file mode 100644 index 0000000..3667052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-center.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-equal.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-equal.svg new file mode 100644 index 0000000..90946dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-equal.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-gaps.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-gaps.svg new file mode 100644 index 0000000..6d29763 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-gaps.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-left.svg new file mode 100644 index 0000000..6a75f99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-left.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-margin.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-margin.svg new file mode 100644 index 0000000..0e0b677 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-margin.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-node.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-node.svg new file mode 100644 index 0000000..f6d4a34 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-node.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-page.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-page.svg new file mode 100644 index 0000000..ec030e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-page.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-right.svg new file mode 100644 index 0000000..c19c8ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-right.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-x.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-x.svg new file mode 100644 index 0000000..262fcac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-horizontal-x.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-randomize.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-randomize.svg new file mode 100644 index 0000000..7575adb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-randomize.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-remove-overlaps.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-remove-overlaps.svg new file mode 100644 index 0000000..b98f565 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-remove-overlaps.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-unclump.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-unclump.svg new file mode 100644 index 0000000..c1e9e85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-unclump.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-baseline.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-baseline.svg new file mode 100644 index 0000000..466cd0e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-baseline.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-bottom.svg new file mode 100644 index 0000000..86e744a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-bottom.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-center.svg new file mode 100644 index 0000000..5b27b9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-center.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-equal.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-equal.svg new file mode 100644 index 0000000..a129e18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-equal.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-gaps.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-gaps.svg new file mode 100644 index 0000000..dbd8599 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-gaps.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-margin.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-margin.svg new file mode 100644 index 0000000..8cea98b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-margin.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-node.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-node.svg new file mode 100644 index 0000000..caa0c82 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-node.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-page.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-page.svg new file mode 100644 index 0000000..9397833 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-page.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-top.svg new file mode 100644 index 0000000..56d01cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-top.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-y.svg b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-y.svg new file mode 100644 index 0000000..de149f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/distribute-vertical-y.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-close.svg b/breeze-icons-5.21.0/icons/actions/24/document-close.svg new file mode 100644 index 0000000..532c8ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-close.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-decrypt.svg b/breeze-icons-5.21.0/icons/actions/24/document-decrypt.svg new file mode 100644 index 0000000..a8b6f52 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-decrypt.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..17d234c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit-decrypt-verify.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit-decrypt.svg new file mode 100644 index 0000000..d6b0756 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit-decrypt.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit-encrypt.svg new file mode 100644 index 0000000..12164b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit-encrypt.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..40381b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit-sign-encrypt.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit-sign.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit-sign.svg new file mode 100644 index 0000000..7e51a27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit-sign.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit-verify.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit-verify.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit-verify.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-edit.svg b/breeze-icons-5.21.0/icons/actions/24/document-edit.svg new file mode 100644 index 0000000..afb37ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-edit.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-encrypt.svg b/breeze-icons-5.21.0/icons/actions/24/document-encrypt.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-encrypted.svg b/breeze-icons-5.21.0/icons/actions/24/document-encrypted.svg new file mode 100644 index 0000000..c3aa039 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-encrypted.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-export-table.svg b/breeze-icons-5.21.0/icons/actions/24/document-export-table.svg new file mode 120000 index 0000000..ace4fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-export.svg b/breeze-icons-5.21.0/icons/actions/24/document-export.svg new file mode 100644 index 0000000..c4bf173 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-export.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-import.svg b/breeze-icons-5.21.0/icons/actions/24/document-import.svg new file mode 100644 index 0000000..e20fe61 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-import.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-multiple.svg b/breeze-icons-5.21.0/icons/actions/24/document-multiple.svg new file mode 120000 index 0000000..d423a33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-new.svg b/breeze-icons-5.21.0/icons/actions/24/document-new.svg new file mode 100644 index 0000000..e8d2c3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-new.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-open-folder.svg b/breeze-icons-5.21.0/icons/actions/24/document-open-folder.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-open-folder.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-open-recent.svg b/breeze-icons-5.21.0/icons/actions/24/document-open-recent.svg new file mode 100644 index 0000000..aba52e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-open-recent.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-open-remote.svg b/breeze-icons-5.21.0/icons/actions/24/document-open-remote.svg new file mode 100644 index 0000000..a37229a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-open-remote.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-open.svg b/breeze-icons-5.21.0/icons/actions/24/document-open.svg new file mode 100644 index 0000000..7c637ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-open.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-preview-archive.svg b/breeze-icons-5.21.0/icons/actions/24/document-preview-archive.svg new file mode 100644 index 0000000..6ac9929 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-preview-archive.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-preview.svg b/breeze-icons-5.21.0/icons/actions/24/document-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-print-direct.svg b/breeze-icons-5.21.0/icons/actions/24/document-print-direct.svg new file mode 100644 index 0000000..163a1a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-print-direct.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-print-frame.svg b/breeze-icons-5.21.0/icons/actions/24/document-print-frame.svg new file mode 120000 index 0000000..5de601c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-print-preview.svg b/breeze-icons-5.21.0/icons/actions/24/document-print-preview.svg new file mode 120000 index 0000000..cfc45d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-print-preview.svg @@ -0,0 +1 @@ +document-preview-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-print.svg b/breeze-icons-5.21.0/icons/actions/24/document-print.svg new file mode 100644 index 0000000..997c2d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-print.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-properties.svg b/breeze-icons-5.21.0/icons/actions/24/document-properties.svg new file mode 120000 index 0000000..998070b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/document-revert.svg b/breeze-icons-5.21.0/icons/actions/24/document-revert.svg new file mode 100644 index 0000000..38c4e0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-revert.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-save-all.svg b/breeze-icons-5.21.0/icons/actions/24/document-save-all.svg new file mode 100644 index 0000000..f58b8fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-save-all.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-save-as.svg b/breeze-icons-5.21.0/icons/actions/24/document-save-as.svg new file mode 100644 index 0000000..c611e41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-save-as.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-save.svg b/breeze-icons-5.21.0/icons/actions/24/document-save.svg new file mode 100644 index 0000000..cee0a35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-save.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-share.svg b/breeze-icons-5.21.0/icons/actions/24/document-share.svg new file mode 100644 index 0000000..371aa3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-share.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/document-sign.svg b/breeze-icons-5.21.0/icons/actions/24/document-sign.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/document-sign.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/documentation.svg b/breeze-icons-5.21.0/icons/actions/24/documentation.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/documentation.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/documentinfo.svg b/breeze-icons-5.21.0/icons/actions/24/documentinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/download-later.svg b/breeze-icons-5.21.0/icons/actions/24/download-later.svg new file mode 100644 index 0000000..1e2b469 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/download-later.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/download.svg b/breeze-icons-5.21.0/icons/actions/24/download.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/download.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-arrow-back.svg b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-back.svg new file mode 120000 index 0000000..ce999bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-back.svg @@ -0,0 +1 @@ +./go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-arrow-down.svg b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-down.svg new file mode 120000 index 0000000..9c9d738 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-down.svg @@ -0,0 +1 @@ +./go-down.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-arrow-forward.svg b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-forward.svg new file mode 120000 index 0000000..6ad9165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-forward.svg @@ -0,0 +1 @@ +./go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-arrow-up.svg b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-up.svg new file mode 120000 index 0000000..d5034d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-arrow-up.svg @@ -0,0 +1 @@ +./go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-bezier-curves.svg b/breeze-icons-5.21.0/icons/actions/24/draw-bezier-curves.svg new file mode 100644 index 0000000..e87d19a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-bezier-curves.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-brush.svg b/breeze-icons-5.21.0/icons/actions/24/draw-brush.svg new file mode 100644 index 0000000..eaf993f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-brush.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-calligraphic.svg b/breeze-icons-5.21.0/icons/actions/24/draw-calligraphic.svg new file mode 100644 index 0000000..a93a897 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-calligraphic.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-circle.svg b/breeze-icons-5.21.0/icons/actions/24/draw-circle.svg new file mode 100644 index 0000000..8a00bfa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-circle.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-connector.svg b/breeze-icons-5.21.0/icons/actions/24/draw-connector.svg new file mode 100644 index 0000000..30955b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-connector.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-cross.svg b/breeze-icons-5.21.0/icons/actions/24/draw-cross.svg new file mode 100644 index 0000000..9d9acb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-cross.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-cuboid.svg b/breeze-icons-5.21.0/icons/actions/24/draw-cuboid.svg new file mode 100644 index 0000000..090ec48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-cuboid.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-donut.svg b/breeze-icons-5.21.0/icons/actions/24/draw-donut.svg new file mode 100644 index 0000000..2db2e25 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-donut.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-ellipse.svg b/breeze-icons-5.21.0/icons/actions/24/draw-ellipse.svg new file mode 100644 index 0000000..dab7a36 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-ellipse.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-eraser.svg b/breeze-icons-5.21.0/icons/actions/24/draw-eraser.svg new file mode 100644 index 0000000..6df6d41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-eraser.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-freehand.svg b/breeze-icons-5.21.0/icons/actions/24/draw-freehand.svg new file mode 100644 index 0000000..ec9c9d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-freehand.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle1.svg b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle1.svg new file mode 100644 index 0000000..96d9267 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle1.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle2.svg b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle2.svg new file mode 100644 index 0000000..0845659 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle2.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle3.svg b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle3.svg new file mode 100644 index 0000000..813ca29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle3.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle4.svg b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle4.svg new file mode 100644 index 0000000..8f6effe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-halfcircle4.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-line.svg b/breeze-icons-5.21.0/icons/actions/24/draw-line.svg new file mode 100644 index 0000000..0be00e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-line.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-path.svg b/breeze-icons-5.21.0/icons/actions/24/draw-path.svg new file mode 100644 index 0000000..18f6e0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-path.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-polygon-star.svg b/breeze-icons-5.21.0/icons/actions/24/draw-polygon-star.svg new file mode 100644 index 0000000..73534e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-polygon-star.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-polygon.svg b/breeze-icons-5.21.0/icons/actions/24/draw-polygon.svg new file mode 100644 index 0000000..6077799 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-polygon.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-polyline.svg b/breeze-icons-5.21.0/icons/actions/24/draw-polyline.svg new file mode 100644 index 0000000..444fa09 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-polyline.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-rectangle.svg b/breeze-icons-5.21.0/icons/actions/24/draw-rectangle.svg new file mode 100644 index 0000000..72d11cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-rectangle.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-spiral.svg b/breeze-icons-5.21.0/icons/actions/24/draw-spiral.svg new file mode 100644 index 0000000..c9ef7fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-spiral.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-square-inverted-corners.svg b/breeze-icons-5.21.0/icons/actions/24/draw-square-inverted-corners.svg new file mode 100644 index 0000000..f4a16e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-square-inverted-corners.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-star.svg b/breeze-icons-5.21.0/icons/actions/24/draw-star.svg new file mode 100644 index 0000000..5d43d40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-star.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-text.svg b/breeze-icons-5.21.0/icons/actions/24/draw-text.svg new file mode 100644 index 0000000..03ce380 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-text.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-triangle.svg b/breeze-icons-5.21.0/icons/actions/24/draw-triangle.svg new file mode 100644 index 0000000..27d94df --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-triangle.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-triangle1.svg b/breeze-icons-5.21.0/icons/actions/24/draw-triangle1.svg new file mode 100644 index 0000000..e102d1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-triangle1.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-triangle2.svg b/breeze-icons-5.21.0/icons/actions/24/draw-triangle2.svg new file mode 100644 index 0000000..37f99f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-triangle2.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-triangle3.svg b/breeze-icons-5.21.0/icons/actions/24/draw-triangle3.svg new file mode 100644 index 0000000..4927d9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-triangle3.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-triangle4.svg b/breeze-icons-5.21.0/icons/actions/24/draw-triangle4.svg new file mode 100644 index 0000000..064a960 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-triangle4.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/draw-watercolor.svg b/breeze-icons-5.21.0/icons/actions/24/draw-watercolor.svg new file mode 100644 index 0000000..96db074 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/draw-watercolor.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-bomb.svg b/breeze-icons-5.21.0/icons/actions/24/edit-bomb.svg new file mode 100644 index 0000000..ab4c81e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-bomb.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-clear-history.svg b/breeze-icons-5.21.0/icons/actions/24/edit-clear-history.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-clear-history.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-clear-list.svg b/breeze-icons-5.21.0/icons/actions/24/edit-clear-list.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-clear-list.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-clear-locationbar-ltr.svg b/breeze-icons-5.21.0/icons/actions/24/edit-clear-locationbar-ltr.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-clear-locationbar-rtl.svg b/breeze-icons-5.21.0/icons/actions/24/edit-clear-locationbar-rtl.svg new file mode 120000 index 0000000..a73e3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +./edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-clear.svg b/breeze-icons-5.21.0/icons/actions/24/edit-clear.svg new file mode 100644 index 0000000..473516e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-clear.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-copy.svg b/breeze-icons-5.21.0/icons/actions/24/edit-copy.svg new file mode 100644 index 0000000..d75cdcc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-copy.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-cut.svg b/breeze-icons-5.21.0/icons/actions/24/edit-cut.svg new file mode 100644 index 0000000..ab7c7fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-cut.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-delete-shred.svg b/breeze-icons-5.21.0/icons/actions/24/edit-delete-shred.svg new file mode 120000 index 0000000..e3a4068 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-delete-shred.svg @@ -0,0 +1 @@ +edit-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-delete.svg b/breeze-icons-5.21.0/icons/actions/24/edit-delete.svg new file mode 100644 index 0000000..90237ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-delete.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-download.svg b/breeze-icons-5.21.0/icons/actions/24/edit-download.svg new file mode 100644 index 0000000..a503b27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-download.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-find-mail.svg b/breeze-icons-5.21.0/icons/actions/24/edit-find-mail.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-find-project.svg b/breeze-icons-5.21.0/icons/actions/24/edit-find-project.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-find-replace.svg b/breeze-icons-5.21.0/icons/actions/24/edit-find-replace.svg new file mode 100644 index 0000000..c9fac32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-find-replace.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-find-user.svg b/breeze-icons-5.21.0/icons/actions/24/edit-find-user.svg new file mode 120000 index 0000000..12af19e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-find-user.svg @@ -0,0 +1 @@ +./edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-find.svg b/breeze-icons-5.21.0/icons/actions/24/edit-find.svg new file mode 100644 index 0000000..2532346 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-find.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-guides.svg b/breeze-icons-5.21.0/icons/actions/24/edit-guides.svg new file mode 100644 index 0000000..3efd8e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-guides.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-image-face-add.svg b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-add.svg new file mode 100644 index 0000000..72a3266 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-add.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-image-face-detect.svg b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-detect.svg new file mode 100644 index 0000000..197e538 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-detect.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-image-face-recognize.svg b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-recognize.svg new file mode 100644 index 0000000..94d03d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-recognize.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-image-face-show.svg b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-show.svg new file mode 100644 index 0000000..8f78696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-image-face-show.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-node.svg b/breeze-icons-5.21.0/icons/actions/24/edit-node.svg new file mode 100644 index 0000000..625c05e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-node.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-paste-in-place.svg b/breeze-icons-5.21.0/icons/actions/24/edit-paste-in-place.svg new file mode 100644 index 0000000..5946dfc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-paste-in-place.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-paste.svg b/breeze-icons-5.21.0/icons/actions/24/edit-paste.svg new file mode 100644 index 0000000..05c30da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-paste.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-redo.svg b/breeze-icons-5.21.0/icons/actions/24/edit-redo.svg new file mode 100644 index 0000000..0c00a43 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-redo.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-rename.svg b/breeze-icons-5.21.0/icons/actions/24/edit-rename.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-rename.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-select-all.svg b/breeze-icons-5.21.0/icons/actions/24/edit-select-all.svg new file mode 100644 index 0000000..a40322f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-select-all.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-select-invert.svg b/breeze-icons-5.21.0/icons/actions/24/edit-select-invert.svg new file mode 100644 index 0000000..0662242 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-select-invert.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-select-lasso.svg b/breeze-icons-5.21.0/icons/actions/24/edit-select-lasso.svg new file mode 100644 index 0000000..e4b84b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-select-lasso.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-select-none.svg b/breeze-icons-5.21.0/icons/actions/24/edit-select-none.svg new file mode 100644 index 0000000..478b30b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-select-none.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-select.svg b/breeze-icons-5.21.0/icons/actions/24/edit-select.svg new file mode 100644 index 0000000..21f0551 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-select.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-cell-merge.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-cell-merge.svg new file mode 100644 index 0000000..74bb3b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-cell-merge.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-cell-split.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-cell-split.svg new file mode 100644 index 0000000..06bf09a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-cell-split.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-delete-column.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-delete-column.svg new file mode 100644 index 0000000..35ab1ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-delete-column.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-delete-row.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-delete-row.svg new file mode 100644 index 0000000..281b125 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-delete-row.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-column-left.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-column-left.svg new file mode 100644 index 0000000..1664ca6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-column-left.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-column-right.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-column-right.svg new file mode 100644 index 0000000..1268e9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-column-right.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-row-above.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-row-above.svg new file mode 100644 index 0000000..b465647 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-row-above.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-row-below.svg b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-row-below.svg new file mode 100644 index 0000000..8256e7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-table-insert-row-below.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-text-frame-update.svg b/breeze-icons-5.21.0/icons/actions/24/edit-text-frame-update.svg new file mode 100644 index 0000000..6ff16f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-text-frame-update.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/edit-undo.svg b/breeze-icons-5.21.0/icons/actions/24/edit-undo.svg new file mode 100644 index 0000000..798a012 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/edit-undo.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/editimage.svg b/breeze-icons-5.21.0/icons/actions/24/editimage.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/editimage.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/entry-delete.svg b/breeze-icons-5.21.0/icons/actions/24/entry-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/entry-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/entry-edit.svg b/breeze-icons-5.21.0/icons/actions/24/entry-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/entry-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/exchange-positions-clockwise.svg b/breeze-icons-5.21.0/icons/actions/24/exchange-positions-clockwise.svg new file mode 100644 index 0000000..5ede222 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/exchange-positions-clockwise.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/exchange-positions-zorder.svg b/breeze-icons-5.21.0/icons/actions/24/exchange-positions-zorder.svg new file mode 100644 index 0000000..a0fbdc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/exchange-positions-zorder.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/exchange-positions.svg b/breeze-icons-5.21.0/icons/actions/24/exchange-positions.svg new file mode 100644 index 0000000..cd598b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/exchange-positions.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/exifinfo.svg b/breeze-icons-5.21.0/icons/actions/24/exifinfo.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/feed-subscribe.svg b/breeze-icons-5.21.0/icons/actions/24/feed-subscribe.svg new file mode 100644 index 0000000..db895bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/feed-subscribe.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/file-zoom-in.svg b/breeze-icons-5.21.0/icons/actions/24/file-zoom-in.svg new file mode 120000 index 0000000..a74d058 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/file-zoom-out.svg b/breeze-icons-5.21.0/icons/actions/24/file-zoom-out.svg new file mode 120000 index 0000000..580ed01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/filename-last-played.svg b/breeze-icons-5.21.0/icons/actions/24/filename-last-played.svg new file mode 120000 index 0000000..a047479 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/filename-sample-rate.svg b/breeze-icons-5.21.0/icons/actions/24/filename-sample-rate.svg new file mode 120000 index 0000000..6478458 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/filename-sample-rate.svg @@ -0,0 +1 @@ +view-media-visualization.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/fileview-preview.svg b/breeze-icons-5.21.0/icons/actions/24/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/fill-color.svg b/breeze-icons-5.21.0/icons/actions/24/fill-color.svg new file mode 100644 index 0000000..4a62ef6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/fill-color.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/flag-black.svg b/breeze-icons-5.21.0/icons/actions/24/flag-black.svg new file mode 100644 index 0000000..fcf3b82 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/flag-black.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/flag-blue.svg b/breeze-icons-5.21.0/icons/actions/24/flag-blue.svg new file mode 100644 index 0000000..d2a2ca3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/flag-blue.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/flag-green.svg b/breeze-icons-5.21.0/icons/actions/24/flag-green.svg new file mode 100644 index 0000000..a669bbb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/flag-green.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/flag-red.svg b/breeze-icons-5.21.0/icons/actions/24/flag-red.svg new file mode 100644 index 0000000..6e554a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/flag-red.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/flag-yellow.svg b/breeze-icons-5.21.0/icons/actions/24/flag-yellow.svg new file mode 100644 index 0000000..f766fc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/flag-yellow.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/flag.svg b/breeze-icons-5.21.0/icons/actions/24/flag.svg new file mode 100644 index 0000000..319f919 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/flag.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/folder-new.svg b/breeze-icons-5.21.0/icons/actions/24/folder-new.svg new file mode 100644 index 0000000..2058521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/folder-new.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/folder-sync.svg b/breeze-icons-5.21.0/icons/actions/24/folder-sync.svg new file mode 100644 index 0000000..3c3c7a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/folder-sync.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/fork.svg b/breeze-icons-5.21.0/icons/actions/24/fork.svg new file mode 100644 index 0000000..6e78365 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/fork.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-add-node.svg b/breeze-icons-5.21.0/icons/actions/24/format-add-node.svg new file mode 100644 index 0000000..e75d091 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-add-node.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-break-node.svg b/breeze-icons-5.21.0/icons/actions/24/format-break-node.svg new file mode 100644 index 0000000..05f0e8a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-break-node.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-connect-node.svg b/breeze-icons-5.21.0/icons/actions/24/format-connect-node.svg new file mode 100644 index 0000000..2e1cd2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-connect-node.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-convert-to-path.svg b/breeze-icons-5.21.0/icons/actions/24/format-convert-to-path.svg new file mode 100644 index 0000000..5412a9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-convert-to-path.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-disconnect-node.svg b/breeze-icons-5.21.0/icons/actions/24/format-disconnect-node.svg new file mode 100644 index 0000000..c5c8ee5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-disconnect-node.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-fill-color.svg b/breeze-icons-5.21.0/icons/actions/24/format-fill-color.svg new file mode 120000 index 0000000..69b9b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-fill-color.svg @@ -0,0 +1 @@ +fill-color.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/format-font-size-less.svg b/breeze-icons-5.21.0/icons/actions/24/format-font-size-less.svg new file mode 100644 index 0000000..e41381e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-font-size-less.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-font-size-more.svg b/breeze-icons-5.21.0/icons/actions/24/format-font-size-more.svg new file mode 100644 index 0000000..5c06c87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-font-size-more.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-indent-less.svg b/breeze-icons-5.21.0/icons/actions/24/format-indent-less.svg new file mode 100644 index 0000000..6b17bde --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-indent-less.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-indent-more.svg b/breeze-icons-5.21.0/icons/actions/24/format-indent-more.svg new file mode 100644 index 0000000..4e75d07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-indent-more.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-join-node.svg b/breeze-icons-5.21.0/icons/actions/24/format-join-node.svg new file mode 100644 index 0000000..71f9e86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-join-node.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-justify-center.svg b/breeze-icons-5.21.0/icons/actions/24/format-justify-center.svg new file mode 100644 index 0000000..551609d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-justify-center.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-justify-fill.svg b/breeze-icons-5.21.0/icons/actions/24/format-justify-fill.svg new file mode 100644 index 0000000..4c8528e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-justify-fill.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-justify-left.svg b/breeze-icons-5.21.0/icons/actions/24/format-justify-left.svg new file mode 100644 index 0000000..36b7fe1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-justify-left.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-justify-right.svg b/breeze-icons-5.21.0/icons/actions/24/format-justify-right.svg new file mode 100644 index 0000000..15dc85f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-justify-right.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-double.svg b/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-double.svg new file mode 100644 index 0000000..c905e62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-double.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-normal.svg b/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-normal.svg new file mode 100644 index 0000000..81a62bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-normal.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-triple.svg b/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-triple.svg new file mode 100644 index 0000000..294b5f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-line-spacing-triple.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-list-ordered.svg b/breeze-icons-5.21.0/icons/actions/24/format-list-ordered.svg new file mode 100644 index 0000000..5181655 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-list-ordered.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-list-unordered.svg b/breeze-icons-5.21.0/icons/actions/24/format-list-unordered.svg new file mode 100644 index 0000000..dc34535 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-list-unordered.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-remove-node.svg b/breeze-icons-5.21.0/icons/actions/24/format-remove-node.svg new file mode 100644 index 0000000..2c1c313 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-remove-node.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-stroke-color.svg b/breeze-icons-5.21.0/icons/actions/24/format-stroke-color.svg new file mode 100644 index 0000000..8b1a007 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-stroke-color.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-bold.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-bold.svg new file mode 100644 index 0000000..6fd4063 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-bold.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-color.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-color.svg new file mode 100644 index 0000000..c4fe081 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-color.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-direction-horizontal.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-horizontal.svg new file mode 100644 index 0000000..5b17f67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-horizontal.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-direction-ltr.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-ltr.svg new file mode 100644 index 0000000..a59fa50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-ltr.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-direction-rtl.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-rtl.svg new file mode 100644 index 0000000..36a52ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-rtl.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-direction-vertical.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-vertical.svg new file mode 100644 index 0000000..7d26b44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-direction-vertical.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-italic.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-italic.svg new file mode 100644 index 0000000..2443cc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-italic.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-strikethrough.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-strikethrough.svg new file mode 100644 index 0000000..a7a32a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-strikethrough.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-subscript.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-subscript.svg new file mode 100644 index 0000000..d03c362 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-subscript.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-superscript.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-superscript.svg new file mode 100644 index 0000000..4f296c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-superscript.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-symbol.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-symbol.svg new file mode 100644 index 0000000..6873665 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-symbol.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/format-text-underline.svg b/breeze-icons-5.21.0/icons/actions/24/format-text-underline.svg new file mode 100644 index 0000000..9dbfbd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/format-text-underline.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/formula.svg b/breeze-icons-5.21.0/icons/actions/24/formula.svg new file mode 100644 index 0000000..757667e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/formula.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-achievements.svg b/breeze-icons-5.21.0/icons/actions/24/games-achievements.svg new file mode 100644 index 0000000..3394988 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-achievements.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-config-background.svg b/breeze-icons-5.21.0/icons/actions/24/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/games-config-board.svg b/breeze-icons-5.21.0/icons/actions/24/games-config-board.svg new file mode 100644 index 0000000..195bb67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-config-board.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-config-custom.svg b/breeze-icons-5.21.0/icons/actions/24/games-config-custom.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-config-custom.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/games-config-options.svg b/breeze-icons-5.21.0/icons/actions/24/games-config-options.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-config-options.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/games-config-theme.svg b/breeze-icons-5.21.0/icons/actions/24/games-config-theme.svg new file mode 120000 index 0000000..2873b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/games-config-tiles.svg b/breeze-icons-5.21.0/icons/actions/24/games-config-tiles.svg new file mode 100644 index 0000000..615a6e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-config-tiles.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-difficult.svg b/breeze-icons-5.21.0/icons/actions/24/games-difficult.svg new file mode 100644 index 0000000..1122730 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-difficult.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-endturn.svg b/breeze-icons-5.21.0/icons/actions/24/games-endturn.svg new file mode 120000 index 0000000..c96e033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-endturn.svg @@ -0,0 +1 @@ +dialog-ok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/games-highscores.svg b/breeze-icons-5.21.0/icons/actions/24/games-highscores.svg new file mode 100644 index 0000000..c82f472 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-highscores.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-hint.svg b/breeze-icons-5.21.0/icons/actions/24/games-hint.svg new file mode 100644 index 0000000..d620136 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-hint.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/games-solve.svg b/breeze-icons-5.21.0/icons/actions/24/games-solve.svg new file mode 100644 index 0000000..8d571ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/games-solve.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/geany-build.svg b/breeze-icons-5.21.0/icons/actions/24/geany-build.svg new file mode 120000 index 0000000..28d76fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/geany-close-all.svg b/breeze-icons-5.21.0/icons/actions/24/geany-close-all.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/geany-save-all.svg b/breeze-icons-5.21.0/icons/actions/24/geany-save-all.svg new file mode 120000 index 0000000..43e072f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/get-hot-new-stuff.svg b/breeze-icons-5.21.0/icons/actions/24/get-hot-new-stuff.svg new file mode 100644 index 0000000..c49dad6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/get-hot-new-stuff.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-bottom.svg b/breeze-icons-5.21.0/icons/actions/24/go-bottom.svg new file mode 100644 index 0000000..4d8f74c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-bottom.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-down-search.svg b/breeze-icons-5.21.0/icons/actions/24/go-down-search.svg new file mode 120000 index 0000000..2f2f400 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-down-search.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-down.svg b/breeze-icons-5.21.0/icons/actions/24/go-down.svg new file mode 100644 index 0000000..513c703 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-down.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-first-view-page.svg b/breeze-icons-5.21.0/icons/actions/24/go-first-view-page.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-first-view.svg b/breeze-icons-5.21.0/icons/actions/24/go-first-view.svg new file mode 120000 index 0000000..c9c12cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-first.svg b/breeze-icons-5.21.0/icons/actions/24/go-first.svg new file mode 100644 index 0000000..b62a34c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-first.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-home.svg b/breeze-icons-5.21.0/icons/actions/24/go-home.svg new file mode 100644 index 0000000..d595b1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-home.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-jump-declaration.svg b/breeze-icons-5.21.0/icons/actions/24/go-jump-declaration.svg new file mode 100644 index 0000000..b952c0d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-jump-declaration.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-jump-definition.svg b/breeze-icons-5.21.0/icons/actions/24/go-jump-definition.svg new file mode 100644 index 0000000..54d925f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-jump-definition.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-jump-locationbar.svg b/breeze-icons-5.21.0/icons/actions/24/go-jump-locationbar.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-jump-today.svg b/breeze-icons-5.21.0/icons/actions/24/go-jump-today.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-jump.svg b/breeze-icons-5.21.0/icons/actions/24/go-jump.svg new file mode 100644 index 0000000..738531d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-jump.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-last-view-page.svg b/breeze-icons-5.21.0/icons/actions/24/go-last-view-page.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-last-view.svg b/breeze-icons-5.21.0/icons/actions/24/go-last-view.svg new file mode 120000 index 0000000..f9bbb27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-last.svg b/breeze-icons-5.21.0/icons/actions/24/go-last.svg new file mode 100644 index 0000000..79765e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-last.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-next-context.svg b/breeze-icons-5.21.0/icons/actions/24/go-next-context.svg new file mode 100644 index 0000000..4d8dd13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-next-context.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-next-use.svg b/breeze-icons-5.21.0/icons/actions/24/go-next-use.svg new file mode 100644 index 0000000..eadd961 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-next-use.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-next-view-page.svg b/breeze-icons-5.21.0/icons/actions/24/go-next-view-page.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-next-view.svg b/breeze-icons-5.21.0/icons/actions/24/go-next-view.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-next.svg b/breeze-icons-5.21.0/icons/actions/24/go-next.svg new file mode 100644 index 0000000..fe4e783 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-next.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-previous-context.svg b/breeze-icons-5.21.0/icons/actions/24/go-previous-context.svg new file mode 100644 index 0000000..7605951 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-previous-context.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-previous-use.svg b/breeze-icons-5.21.0/icons/actions/24/go-previous-use.svg new file mode 100644 index 0000000..503bd76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-previous-use.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-previous-view-page.svg b/breeze-icons-5.21.0/icons/actions/24/go-previous-view-page.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-previous-view.svg b/breeze-icons-5.21.0/icons/actions/24/go-previous-view.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-previous.svg b/breeze-icons-5.21.0/icons/actions/24/go-previous.svg new file mode 100644 index 0000000..743ff18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-previous.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-top.svg b/breeze-icons-5.21.0/icons/actions/24/go-top.svg new file mode 100644 index 0000000..eafadbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-top.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/go-up-search.svg b/breeze-icons-5.21.0/icons/actions/24/go-up-search.svg new file mode 120000 index 0000000..bdc5bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-up-search.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/go-up.svg b/breeze-icons-5.21.0/icons/actions/24/go-up.svg new file mode 100644 index 0000000..8f38c84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/go-up.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/grid-rectangular.svg b/breeze-icons-5.21.0/icons/actions/24/grid-rectangular.svg new file mode 100644 index 0000000..04700e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/grid-rectangular.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/group-delete.svg b/breeze-icons-5.21.0/icons/actions/24/group-delete.svg new file mode 100644 index 0000000..81d9e59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/group-delete.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/group-edit.svg b/breeze-icons-5.21.0/icons/actions/24/group-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/group-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/group-new.svg b/breeze-icons-5.21.0/icons/actions/24/group-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/group-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-add.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-add.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-apply.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-apply.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-apply.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-authentication.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-authentication.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-authentication.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-bold.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-bold.svg new file mode 120000 index 0000000..3921884 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-cancel.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-cancel.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-cancel.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-cdrom.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-cdrom.svg new file mode 120000 index 0000000..4cd912b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-clear.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-clear.svg new file mode 120000 index 0000000..0015052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-close.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-color-picker.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-connect.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-connect.svg new file mode 120000 index 0000000..425dcc6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-convert.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-convert.svg new file mode 100644 index 0000000..8c9fa1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-convert.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-disconnect.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-disconnect.svg new file mode 120000 index 0000000..a3b26c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-edit.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-edit.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-edit.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-execute.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-execute.svg new file mode 120000 index 0000000..0db9705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-execute.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-floppy.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-floppy.svg new file mode 120000 index 0000000..e2277db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-index.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-index.svg new file mode 100644 index 0000000..192577c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-index.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-no.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-no.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-ok.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-ok.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-preferences.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-preferences.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-preferences.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-properties.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-quit.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-quit.svg new file mode 120000 index 0000000..514fcfb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-quit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-select-color.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-select-color.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-select-font.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-select-font.svg new file mode 100644 index 0000000..db9b7ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-select-font.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-stop.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-stop.svg new file mode 120000 index 0000000..4afa75a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-stop.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-tab-duplicate.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-tab-duplicate.svg new file mode 120000 index 0000000..dbc1b30 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-tab-duplicate.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-tab-new.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-tab-new.svg new file mode 120000 index 0000000..3d2e0d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-tab-new.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-undelete-ltr.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-undelete-ltr.svg new file mode 120000 index 0000000..88a18b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-undelete-rtl.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-undelete-rtl.svg new file mode 120000 index 0000000..a13a878 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/gtk-yes.svg b/breeze-icons-5.21.0/icons/actions/24/gtk-yes.svg new file mode 120000 index 0000000..6774aa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/gtk-yes.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/guides.svg b/breeze-icons-5.21.0/icons/actions/24/guides.svg new file mode 100644 index 0000000..4600bf9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/guides.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/help-about.svg b/breeze-icons-5.21.0/icons/actions/24/help-about.svg new file mode 100644 index 0000000..195f1c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/help-about.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/help-contextual.svg b/breeze-icons-5.21.0/icons/actions/24/help-contextual.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/help-contextual.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/help-donate.svg b/breeze-icons-5.21.0/icons/actions/24/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/help-feedback.svg b/breeze-icons-5.21.0/icons/actions/24/help-feedback.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/help-hint.svg b/breeze-icons-5.21.0/icons/actions/24/help-hint.svg new file mode 120000 index 0000000..af6d032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/24/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/hint.svg b/breeze-icons-5.21.0/icons/actions/24/hint.svg new file mode 100644 index 0000000..6e016a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/hint.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/identity.svg b/breeze-icons-5.21.0/icons/actions/24/identity.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/im-aim.svg b/breeze-icons-5.21.0/icons/actions/24/im-aim.svg new file mode 100644 index 0000000..b25eb15 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-aim.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-ban-kick-user.svg b/breeze-icons-5.21.0/icons/actions/24/im-ban-kick-user.svg new file mode 100644 index 0000000..3080f1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-ban-kick-user.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-ban-user.svg b/breeze-icons-5.21.0/icons/actions/24/im-ban-user.svg new file mode 120000 index 0000000..9861f81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-ban-user.svg @@ -0,0 +1 @@ +./list-remove.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/im-facebook.svg b/breeze-icons-5.21.0/icons/actions/24/im-facebook.svg new file mode 100644 index 0000000..1ae76b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-facebook.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-gadugadu.svg b/breeze-icons-5.21.0/icons/actions/24/im-gadugadu.svg new file mode 100644 index 0000000..6b70194 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-gadugadu.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-google-talk.svg b/breeze-icons-5.21.0/icons/actions/24/im-google-talk.svg new file mode 100644 index 0000000..7e9ea07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-google-talk.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-google.svg b/breeze-icons-5.21.0/icons/actions/24/im-google.svg new file mode 100644 index 0000000..a627862 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-google.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-icq.svg b/breeze-icons-5.21.0/icons/actions/24/im-icq.svg new file mode 100644 index 0000000..19eea35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-icq.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-identi.ca.svg b/breeze-icons-5.21.0/icons/actions/24/im-identi.ca.svg new file mode 100644 index 0000000..91aa542 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-identi.ca.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-invisible-user.svg b/breeze-icons-5.21.0/icons/actions/24/im-invisible-user.svg new file mode 100644 index 0000000..4c66085 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-invisible-user.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-irc.svg b/breeze-icons-5.21.0/icons/actions/24/im-irc.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-irc.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/im-jabber.svg b/breeze-icons-5.21.0/icons/actions/24/im-jabber.svg new file mode 120000 index 0000000..d31bb93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-jabber.svg @@ -0,0 +1 @@ +games-hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/im-kick-user.svg b/breeze-icons-5.21.0/icons/actions/24/im-kick-user.svg new file mode 100644 index 0000000..b1dd8a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-kick-user.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-msn.svg b/breeze-icons-5.21.0/icons/actions/24/im-msn.svg new file mode 100644 index 0000000..14b8ed7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-msn.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-qq.svg b/breeze-icons-5.21.0/icons/actions/24/im-qq.svg new file mode 100644 index 0000000..462708c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-qq.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-skype.svg b/breeze-icons-5.21.0/icons/actions/24/im-skype.svg new file mode 100644 index 0000000..a92b653 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-skype.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-twitter.svg b/breeze-icons-5.21.0/icons/actions/24/im-twitter.svg new file mode 100644 index 0000000..b3b3221 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-twitter.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-user-away.svg b/breeze-icons-5.21.0/icons/actions/24/im-user-away.svg new file mode 100644 index 0000000..89fcac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-user-away.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-user-busy.svg b/breeze-icons-5.21.0/icons/actions/24/im-user-busy.svg new file mode 100644 index 0000000..196d897 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-user-busy.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-user-offline.svg b/breeze-icons-5.21.0/icons/actions/24/im-user-offline.svg new file mode 100644 index 0000000..2f9ba24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-user-offline.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-user-online.svg b/breeze-icons-5.21.0/icons/actions/24/im-user-online.svg new file mode 100644 index 0000000..e0ed7b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-user-online.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-user.svg b/breeze-icons-5.21.0/icons/actions/24/im-user.svg new file mode 100644 index 0000000..4b45a87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-user.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/im-yahoo.svg b/breeze-icons-5.21.0/icons/actions/24/im-yahoo.svg new file mode 100644 index 0000000..e652132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/im-yahoo.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/imagecomment.svg b/breeze-icons-5.21.0/icons/actions/24/imagecomment.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/insert-horizontal-rule.svg b/breeze-icons-5.21.0/icons/actions/24/insert-horizontal-rule.svg new file mode 100644 index 0000000..6c6adf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/insert-horizontal-rule.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/insert-image.svg b/breeze-icons-5.21.0/icons/actions/24/insert-image.svg new file mode 100644 index 0000000..f02d23b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/insert-image.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/insert-link.svg b/breeze-icons-5.21.0/icons/actions/24/insert-link.svg new file mode 100644 index 0000000..dcf443c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/insert-link.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/insert-table.svg b/breeze-icons-5.21.0/icons/actions/24/insert-table.svg new file mode 100644 index 0000000..52fafa6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/insert-table.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/insert-text.svg b/breeze-icons-5.21.0/icons/actions/24/insert-text.svg new file mode 100644 index 0000000..47edc16 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/insert-text.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/invertimage.svg b/breeze-icons-5.21.0/icons/actions/24/invertimage.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-channel-active.svg b/breeze-icons-5.21.0/icons/actions/24/irc-channel-active.svg new file mode 100644 index 0000000..da2452b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-channel-active.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-channel-inactive.svg b/breeze-icons-5.21.0/icons/actions/24/irc-channel-inactive.svg new file mode 100644 index 0000000..c823000 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-channel-inactive.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-close-channel.svg b/breeze-icons-5.21.0/icons/actions/24/irc-close-channel.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-close-channel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-join-channel.svg b/breeze-icons-5.21.0/icons/actions/24/irc-join-channel.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-join-channel.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-operator.svg b/breeze-icons-5.21.0/icons/actions/24/irc-operator.svg new file mode 100644 index 0000000..b5e1843 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-operator.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-remove-operator.svg b/breeze-icons-5.21.0/icons/actions/24/irc-remove-operator.svg new file mode 100644 index 0000000..b97ef29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-remove-operator.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-unvoice.svg b/breeze-icons-5.21.0/icons/actions/24/irc-unvoice.svg new file mode 100644 index 0000000..26a5e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-unvoice.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/irc-voice.svg b/breeze-icons-5.21.0/icons/actions/24/irc-voice.svg new file mode 100644 index 0000000..8955f66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/irc-voice.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/journal-new.svg b/breeze-icons-5.21.0/icons/actions/24/journal-new.svg new file mode 100644 index 0000000..69c8136 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/journal-new.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/kdenlive-show-video.svg b/breeze-icons-5.21.0/icons/actions/24/kdenlive-show-video.svg new file mode 100644 index 0000000..64b49c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kdenlive-show-video.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/key-enter.svg b/breeze-icons-5.21.0/icons/actions/24/key-enter.svg new file mode 100644 index 0000000..555d227 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/key-enter.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/kmouth-phrase-new.svg b/breeze-icons-5.21.0/icons/actions/24/kmouth-phrase-new.svg new file mode 100644 index 0000000..8f2e0ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kmouth-phrase-new.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/kmouth-phrase.svg b/breeze-icons-5.21.0/icons/actions/24/kmouth-phrase.svg new file mode 120000 index 0000000..541dfab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/kmouth-phrasebook.svg b/breeze-icons-5.21.0/icons/actions/24/kmouth-phrasebook.svg new file mode 100644 index 0000000..a999e77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kmouth-phrasebook.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/kmouth-phresebook-new.svg b/breeze-icons-5.21.0/icons/actions/24/kmouth-phresebook-new.svg new file mode 100644 index 0000000..1849037 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kmouth-phresebook-new.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/kr_jumpback.svg b/breeze-icons-5.21.0/icons/actions/24/kr_jumpback.svg new file mode 120000 index 0000000..2d87785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/kr_setjumpback.svg b/breeze-icons-5.21.0/icons/actions/24/kr_setjumpback.svg new file mode 120000 index 0000000..76b6809 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-all.svg b/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-all.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-x.svg b/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-x.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-y.svg b/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-y.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/labplot-cursor-arrow.svg b/breeze-icons-5.21.0/icons/actions/24/labplot-cursor-arrow.svg new file mode 120000 index 0000000..925eb22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/labplot-format-text-symbol.svg b/breeze-icons-5.21.0/icons/actions/24/labplot-format-text-symbol.svg new file mode 120000 index 0000000..5d66639 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/labplot-transform-move.svg b/breeze-icons-5.21.0/icons/actions/24/labplot-transform-move.svg new file mode 120000 index 0000000..fa26bd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/layer-visible-off.svg b/breeze-icons-5.21.0/icons/actions/24/layer-visible-off.svg new file mode 100644 index 0000000..6ba88aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/layer-visible-off.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/layer-visible-on.svg b/breeze-icons-5.21.0/icons/actions/24/layer-visible-on.svg new file mode 100644 index 0000000..bb91952 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/layer-visible-on.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/lighttable.svg b/breeze-icons-5.21.0/icons/actions/24/lighttable.svg new file mode 100644 index 0000000..4c05f93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/lighttable.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/lighttableadd.svg b/breeze-icons-5.21.0/icons/actions/24/lighttableadd.svg new file mode 120000 index 0000000..742bd8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/list-add-font.svg b/breeze-icons-5.21.0/icons/actions/24/list-add-font.svg new file mode 100644 index 0000000..4a32265 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/list-add-font.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/list-add-user.svg b/breeze-icons-5.21.0/icons/actions/24/list-add-user.svg new file mode 100644 index 0000000..eecd3da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/list-add-user.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/list-add.svg b/breeze-icons-5.21.0/icons/actions/24/list-add.svg new file mode 100644 index 0000000..b7abaa3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/list-add.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/list-remove-user.svg b/breeze-icons-5.21.0/icons/actions/24/list-remove-user.svg new file mode 100644 index 0000000..2613620 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/list-remove-user.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/list-remove.svg b/breeze-icons-5.21.0/icons/actions/24/list-remove.svg new file mode 100644 index 0000000..0927c24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/list-remove.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/list-resource-add.svg b/breeze-icons-5.21.0/icons/actions/24/list-resource-add.svg new file mode 120000 index 0000000..ff7249b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/list-resource-add.svg @@ -0,0 +1 @@ +list-add-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-attachment.svg b/breeze-icons-5.21.0/icons/actions/24/mail-attachment.svg new file mode 100644 index 0000000..eb0b529 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-attachment.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-encrypted-full.svg b/breeze-icons-5.21.0/icons/actions/24/mail-encrypted-full.svg new file mode 100644 index 0000000..1393ccb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-encrypted-full.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-encrypted-part.svg b/breeze-icons-5.21.0/icons/actions/24/mail-encrypted-part.svg new file mode 100644 index 0000000..2044932 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-encrypted-part.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-encrypted.svg b/breeze-icons-5.21.0/icons/actions/24/mail-encrypted.svg new file mode 120000 index 0000000..bab4595 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-flag.svg b/breeze-icons-5.21.0/icons/actions/24/mail-flag.svg new file mode 100644 index 0000000..54d1ddf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-flag.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-forward.svg b/breeze-icons-5.21.0/icons/actions/24/mail-forward.svg new file mode 100644 index 0000000..5079d4d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-forward.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-forwarded.svg b/breeze-icons-5.21.0/icons/actions/24/mail-forwarded.svg new file mode 100644 index 0000000..06c05a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-forwarded.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-invitation.svg b/breeze-icons-5.21.0/icons/actions/24/mail-invitation.svg new file mode 100644 index 0000000..ea1f807 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-invitation.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-important.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-important.svg new file mode 100644 index 0000000..0beb3c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-important.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-junk.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-junk.svg new file mode 100644 index 0000000..cfecf00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-junk.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-notjunk.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-notjunk.svg new file mode 100644 index 0000000..5bfd673 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-notjunk.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-read.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-read.svg new file mode 100644 index 0000000..866365f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-read.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-task.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-task.svg new file mode 100644 index 0000000..689d072 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-task.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-unread-new.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-unread-new.svg new file mode 100644 index 0000000..e252b9a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-unread-new.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-mark-unread.svg b/breeze-icons-5.21.0/icons/actions/24/mail-mark-unread.svg new file mode 100644 index 0000000..1a8be1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-mark-unread.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-meeting-request-reply.svg b/breeze-icons-5.21.0/icons/actions/24/mail-meeting-request-reply.svg new file mode 100644 index 0000000..3fb86b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-meeting-request-reply.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-message-new-list.svg b/breeze-icons-5.21.0/icons/actions/24/mail-message-new-list.svg new file mode 100644 index 0000000..71ed0af --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-message-new-list.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-message-new.svg b/breeze-icons-5.21.0/icons/actions/24/mail-message-new.svg new file mode 100644 index 0000000..f1c2235 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-message-new.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-queue.svg b/breeze-icons-5.21.0/icons/actions/24/mail-queue.svg new file mode 100644 index 0000000..5eb083b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-queue.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-receive.svg b/breeze-icons-5.21.0/icons/actions/24/mail-receive.svg new file mode 100644 index 0000000..cb5ec93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-receive.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-replied.svg b/breeze-icons-5.21.0/icons/actions/24/mail-replied.svg new file mode 100644 index 0000000..b3669a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-replied.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-reply-all.svg b/breeze-icons-5.21.0/icons/actions/24/mail-reply-all.svg new file mode 100644 index 0000000..83919fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-reply-all.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-reply-custom-all.svg b/breeze-icons-5.21.0/icons/actions/24/mail-reply-custom-all.svg new file mode 100644 index 0000000..0dc8f0d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-reply-custom-all.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-reply-custom.svg b/breeze-icons-5.21.0/icons/actions/24/mail-reply-custom.svg new file mode 100644 index 0000000..e26d00f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-reply-custom.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-reply-list.svg b/breeze-icons-5.21.0/icons/actions/24/mail-reply-list.svg new file mode 100644 index 0000000..fa22381 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-reply-list.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-reply-sender.svg b/breeze-icons-5.21.0/icons/actions/24/mail-reply-sender.svg new file mode 100644 index 0000000..24b189a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-reply-sender.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-send.svg b/breeze-icons-5.21.0/icons/actions/24/mail-send.svg new file mode 100644 index 0000000..d21d364 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-send.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-signature-unknown.svg b/breeze-icons-5.21.0/icons/actions/24/mail-signature-unknown.svg new file mode 100644 index 0000000..f3f9944 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-signature-unknown.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-signed-full.svg b/breeze-icons-5.21.0/icons/actions/24/mail-signed-full.svg new file mode 100644 index 0000000..d2f4907 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-signed-full.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-signed-part.svg b/breeze-icons-5.21.0/icons/actions/24/mail-signed-part.svg new file mode 100644 index 0000000..6ba9bce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-signed-part.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-signed-verified.svg b/breeze-icons-5.21.0/icons/actions/24/mail-signed-verified.svg new file mode 100644 index 0000000..a93ecf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-signed-verified.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-signed.svg b/breeze-icons-5.21.0/icons/actions/24/mail-signed.svg new file mode 120000 index 0000000..06815fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/mail-tagged.svg b/breeze-icons-5.21.0/icons/actions/24/mail-tagged.svg new file mode 100644 index 0000000..89acacb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/mail-tagged.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/measure.svg b/breeze-icons-5.21.0/icons/actions/24/measure.svg new file mode 100644 index 0000000..9971e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/measure.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-album-cover-manager-amarok.svg b/breeze-icons-5.21.0/icons/actions/24/media-album-cover-manager-amarok.svg new file mode 100644 index 0000000..31bef13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-album-cover-manager-amarok.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-album-track.svg b/breeze-icons-5.21.0/icons/actions/24/media-album-track.svg new file mode 100644 index 0000000..bcd01c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-album-track.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-eject.svg b/breeze-icons-5.21.0/icons/actions/24/media-eject.svg new file mode 100644 index 0000000..3b2dc67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-eject.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-playback-pause.svg b/breeze-icons-5.21.0/icons/actions/24/media-playback-pause.svg new file mode 100644 index 0000000..dde7633 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-playback-pause.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-playback-start.svg b/breeze-icons-5.21.0/icons/actions/24/media-playback-start.svg new file mode 100644 index 0000000..3ea133a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-playback-start.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-playback-stop.svg b/breeze-icons-5.21.0/icons/actions/24/media-playback-stop.svg new file mode 100644 index 0000000..ed30bbd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-playback-stop.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons/actions/24/media-playlist-repeat.svg new file mode 100644 index 0000000..426d9a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-playlist-repeat.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons/actions/24/media-playlist-shuffle.svg new file mode 100644 index 0000000..070594b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-playlist-shuffle.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-random-albums-amarok.svg b/breeze-icons-5.21.0/icons/actions/24/media-random-albums-amarok.svg new file mode 100644 index 0000000..528b255 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-random-albums-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-random-tracks-amarok.svg b/breeze-icons-5.21.0/icons/actions/24/media-random-tracks-amarok.svg new file mode 100644 index 0000000..ca117df --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-random-tracks-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-record.svg b/breeze-icons-5.21.0/icons/actions/24/media-record.svg new file mode 100644 index 0000000..8e31150 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-record.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-repeat-album-amarok.svg b/breeze-icons-5.21.0/icons/actions/24/media-repeat-album-amarok.svg new file mode 100644 index 0000000..f003578 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-repeat-album-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-repeat-playlist-amarok.svg b/breeze-icons-5.21.0/icons/actions/24/media-repeat-playlist-amarok.svg new file mode 100644 index 0000000..401ae33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-repeat-playlist-amarok.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-repeat-track-amarok.svg b/breeze-icons-5.21.0/icons/actions/24/media-repeat-track-amarok.svg new file mode 100644 index 0000000..1bfd7c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-repeat-track-amarok.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-seek-backward.svg b/breeze-icons-5.21.0/icons/actions/24/media-seek-backward.svg new file mode 100644 index 0000000..949cf51 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-seek-backward.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-seek-forward.svg b/breeze-icons-5.21.0/icons/actions/24/media-seek-forward.svg new file mode 100644 index 0000000..40c00f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-seek-forward.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-skip-backward.svg b/breeze-icons-5.21.0/icons/actions/24/media-skip-backward.svg new file mode 100644 index 0000000..27534c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-skip-backward.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/media-skip-forward.svg b/breeze-icons-5.21.0/icons/actions/24/media-skip-forward.svg new file mode 100644 index 0000000..650fe72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/media-skip-forward.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/meeting-attending-tentative.svg b/breeze-icons-5.21.0/icons/actions/24/meeting-attending-tentative.svg new file mode 100644 index 0000000..3774a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/meeting-attending-tentative.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/meeting-attending.svg b/breeze-icons-5.21.0/icons/actions/24/meeting-attending.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/meeting-attending.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/meeting-participant-no-response.svg b/breeze-icons-5.21.0/icons/actions/24/meeting-participant-no-response.svg new file mode 100644 index 0000000..56caf65 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/meeting-participant-no-response.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/meeting-participant-request-response.svg b/breeze-icons-5.21.0/icons/actions/24/meeting-participant-request-response.svg new file mode 100644 index 0000000..6d77edc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/meeting-participant-request-response.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/menu_new.svg b/breeze-icons-5.21.0/icons/actions/24/menu_new.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/menu_new.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/menu_new_sep.svg b/breeze-icons-5.21.0/icons/actions/24/menu_new_sep.svg new file mode 100644 index 0000000..1d885a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/menu_new_sep.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/merge.svg b/breeze-icons-5.21.0/icons/actions/24/merge.svg new file mode 100644 index 0000000..f23b86a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/merge.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/messagebox_warning.svg b/breeze-icons-5.21.0/icons/actions/24/messagebox_warning.svg new file mode 100644 index 0000000..1458449 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/messagebox_warning.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/milestone.svg b/breeze-icons-5.21.0/icons/actions/24/milestone.svg new file mode 100644 index 0000000..8fe312a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/milestone.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/network-connect.svg b/breeze-icons-5.21.0/icons/actions/24/network-connect.svg new file mode 100644 index 0000000..236b553 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/network-connect.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/network-disconnect.svg b/breeze-icons-5.21.0/icons/actions/24/network-disconnect.svg new file mode 100644 index 0000000..78f0b78 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/network-disconnect.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/news-subscribe.svg b/breeze-icons-5.21.0/icons/actions/24/news-subscribe.svg new file mode 100644 index 0000000..7caaa42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/news-subscribe.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/news-unsubscribe.svg b/breeze-icons-5.21.0/icons/actions/24/news-unsubscribe.svg new file mode 100644 index 0000000..07314ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/news-unsubscribe.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/nocover.svg b/breeze-icons-5.21.0/icons/actions/24/nocover.svg new file mode 120000 index 0000000..f8898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-add.svg b/breeze-icons-5.21.0/icons/actions/24/node-add.svg new file mode 120000 index 0000000..9111e7b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-add.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-break.svg b/breeze-icons-5.21.0/icons/actions/24/node-break.svg new file mode 120000 index 0000000..c9d9a5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-break.svg @@ -0,0 +1 @@ +format-break-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-delete-segment.svg b/breeze-icons-5.21.0/icons/actions/24/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-delete.svg b/breeze-icons-5.21.0/icons/actions/24/node-delete.svg new file mode 120000 index 0000000..bd10261 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-delete.svg @@ -0,0 +1 @@ +format-remove-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-join-segment.svg b/breeze-icons-5.21.0/icons/actions/24/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-join.svg b/breeze-icons-5.21.0/icons/actions/24/node-join.svg new file mode 120000 index 0000000..8ef8fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-join.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/node-segment-curve.svg b/breeze-icons-5.21.0/icons/actions/24/node-segment-curve.svg new file mode 100644 index 0000000..d3cacfd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-segment-curve.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/node-segment-line.svg b/breeze-icons-5.21.0/icons/actions/24/node-segment-line.svg new file mode 100644 index 0000000..528b7f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-segment-line.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/node-transform.svg b/breeze-icons-5.21.0/icons/actions/24/node-transform.svg new file mode 100644 index 0000000..72443bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-transform.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/node-type-auto-smooth.svg b/breeze-icons-5.21.0/icons/actions/24/node-type-auto-smooth.svg new file mode 100644 index 0000000..dfe22b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-type-auto-smooth.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/node-type-cusp.svg b/breeze-icons-5.21.0/icons/actions/24/node-type-cusp.svg new file mode 100644 index 0000000..ecff56e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-type-cusp.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/node-type-smooth.svg b/breeze-icons-5.21.0/icons/actions/24/node-type-smooth.svg new file mode 100644 index 0000000..a649c4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-type-smooth.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/node-type-symmetric.svg b/breeze-icons-5.21.0/icons/actions/24/node-type-symmetric.svg new file mode 100644 index 0000000..878bce5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/node-type-symmetric.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-columns.svg b/breeze-icons-5.21.0/icons/actions/24/object-columns.svg new file mode 100644 index 0000000..19f96ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-columns.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-flip-horizontal.svg b/breeze-icons-5.21.0/icons/actions/24/object-flip-horizontal.svg new file mode 100644 index 0000000..0e2f858 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-flip-horizontal.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-flip-vertical.svg b/breeze-icons-5.21.0/icons/actions/24/object-flip-vertical.svg new file mode 100644 index 0000000..f764378 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-flip-vertical.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-group.svg b/breeze-icons-5.21.0/icons/actions/24/object-group.svg new file mode 100644 index 0000000..662c797 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-group.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-locked.svg b/breeze-icons-5.21.0/icons/actions/24/object-locked.svg new file mode 120000 index 0000000..0c90322 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-locked.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/object-order-back.svg b/breeze-icons-5.21.0/icons/actions/24/object-order-back.svg new file mode 100644 index 0000000..cfa46db --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-order-back.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-order-front.svg b/breeze-icons-5.21.0/icons/actions/24/object-order-front.svg new file mode 100644 index 0000000..1ce4fd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-order-front.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-order-lower.svg b/breeze-icons-5.21.0/icons/actions/24/object-order-lower.svg new file mode 100644 index 0000000..e8b49cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-order-lower.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-order-raise.svg b/breeze-icons-5.21.0/icons/actions/24/object-order-raise.svg new file mode 100644 index 0000000..5d73565 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-order-raise.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-rotate-left.svg b/breeze-icons-5.21.0/icons/actions/24/object-rotate-left.svg new file mode 100644 index 0000000..f64eb02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-rotate-left.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-rotate-right.svg b/breeze-icons-5.21.0/icons/actions/24/object-rotate-right.svg new file mode 100644 index 0000000..597526f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-rotate-right.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-rows.svg b/breeze-icons-5.21.0/icons/actions/24/object-rows.svg new file mode 100644 index 0000000..120a4e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-rows.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-to-path.svg b/breeze-icons-5.21.0/icons/actions/24/object-to-path.svg new file mode 100644 index 0000000..4333edd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-to-path.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-ungroup.svg b/breeze-icons-5.21.0/icons/actions/24/object-ungroup.svg new file mode 100644 index 0000000..c6d590e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-ungroup.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/object-unlocked.svg b/breeze-icons-5.21.0/icons/actions/24/object-unlocked.svg new file mode 120000 index 0000000..4429457 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/object-unlocked.svg @@ -0,0 +1 @@ +document-decrypt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-area-focus-peak-node.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-area-focus-peak-node.svg new file mode 100644 index 0000000..b03fda0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-area-focus-peak-node.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-area-percentage.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-area-percentage.svg new file mode 100644 index 0000000..6860103 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-area-percentage.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-area-stacked.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-area-stacked.svg new file mode 100644 index 0000000..24dc76f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-area-stacked.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-area.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-area.svg new file mode 100644 index 0000000..12598ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-area.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-bar-percentage.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-bar-percentage.svg new file mode 100644 index 0000000..f9a0ce0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-bar-percentage.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-bar-stacked.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-bar-stacked.svg new file mode 100644 index 0000000..49cc2c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-bar-stacked.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-bar.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-bar.svg new file mode 100644 index 0000000..d3b8d18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-bar.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-line-percentage.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-line-percentage.svg new file mode 100644 index 0000000..5dd6822 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-line-percentage.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-line-stacked.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-line-stacked.svg new file mode 100644 index 0000000..74886a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-line-stacked.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-line.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-line.svg new file mode 100644 index 0000000..581e1e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-line.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-pie.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-pie.svg new file mode 100644 index 0000000..8a9e220 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-pie.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-polar-stacked.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-polar-stacked.svg new file mode 100644 index 0000000..01728a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-polar-stacked.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-polar.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-polar.svg new file mode 100644 index 0000000..a046e17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-polar.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-ring.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-ring.svg new file mode 100644 index 0000000..08ffa1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-ring.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/office-chart-scatter.svg b/breeze-icons-5.21.0/icons/actions/24/office-chart-scatter.svg new file mode 100644 index 0000000..3f3ca41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/office-chart-scatter.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/package.svg b/breeze-icons-5.21.0/icons/actions/24/package.svg new file mode 120000 index 0000000..dd2f3f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/package.svg @@ -0,0 +1 @@ +code-block.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/page-2sides.svg b/breeze-icons-5.21.0/icons/actions/24/page-2sides.svg new file mode 100644 index 0000000..7f3290e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/page-2sides.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/page-3sides.svg b/breeze-icons-5.21.0/icons/actions/24/page-3sides.svg new file mode 100644 index 0000000..88e0386 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/page-3sides.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/page-4sides.svg b/breeze-icons-5.21.0/icons/actions/24/page-4sides.svg new file mode 100644 index 0000000..c0d4b90 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/page-4sides.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/page-simple.svg b/breeze-icons-5.21.0/icons/actions/24/page-simple.svg new file mode 100644 index 0000000..4e2ea9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/page-simple.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/page-zoom.svg b/breeze-icons-5.21.0/icons/actions/24/page-zoom.svg new file mode 120000 index 0000000..67400f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/page-zoom.svg @@ -0,0 +1 @@ +./zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/password-generate.svg b/breeze-icons-5.21.0/icons/actions/24/password-generate.svg new file mode 120000 index 0000000..d00a899 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/password-generate.svg @@ -0,0 +1 @@ +playlist-generator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/password-show-off.svg b/breeze-icons-5.21.0/icons/actions/24/password-show-off.svg new file mode 120000 index 0000000..5d72157 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/password-show-on.svg b/breeze-icons-5.21.0/icons/actions/24/password-show-on.svg new file mode 120000 index 0000000..07da72c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/password-show-on.svg @@ -0,0 +1 @@ +visibility.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/path-clip-edit.svg b/breeze-icons-5.21.0/icons/actions/24/path-clip-edit.svg new file mode 100644 index 0000000..acaddde --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-clip-edit.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/path-effect-parameter-next.svg b/breeze-icons-5.21.0/icons/actions/24/path-effect-parameter-next.svg new file mode 100644 index 0000000..6c44c6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-effect-parameter-next.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/path-mask-edit.svg b/breeze-icons-5.21.0/icons/actions/24/path-mask-edit.svg new file mode 100644 index 0000000..37a9fd5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-mask-edit.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/path-mode-bezier.svg b/breeze-icons-5.21.0/icons/actions/24/path-mode-bezier.svg new file mode 120000 index 0000000..c47e3dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-mode-bezier.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/path-mode-polyline-paraxial.svg b/breeze-icons-5.21.0/icons/actions/24/path-mode-polyline-paraxial.svg new file mode 100644 index 0000000..1f38afc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-mode-polyline-paraxial.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/path-mode-polyline.svg b/breeze-icons-5.21.0/icons/actions/24/path-mode-polyline.svg new file mode 100644 index 0000000..0bc8d1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-mode-polyline.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/path-mode-spiro.svg b/breeze-icons-5.21.0/icons/actions/24/path-mode-spiro.svg new file mode 120000 index 0000000..d1fa11a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-mode-spiro.svg @@ -0,0 +1 @@ +draw-bezier-curves.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/path-reverse.svg b/breeze-icons-5.21.0/icons/actions/24/path-reverse.svg new file mode 100644 index 0000000..fad5947 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-reverse.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/path-simplify.svg b/breeze-icons-5.21.0/icons/actions/24/path-simplify.svg new file mode 100644 index 0000000..1172973 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/path-simplify.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/player-time.svg b/breeze-icons-5.21.0/icons/actions/24/player-time.svg new file mode 100644 index 0000000..89973d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/player-time.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/player-volume-muted.svg b/breeze-icons-5.21.0/icons/actions/24/player-volume-muted.svg new file mode 100644 index 0000000..0b0b634 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/player-volume-muted.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/player-volume.svg b/breeze-icons-5.21.0/icons/actions/24/player-volume.svg new file mode 100644 index 0000000..c900d22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/player-volume.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/playlist-generator.svg b/breeze-icons-5.21.0/icons/actions/24/playlist-generator.svg new file mode 100644 index 0000000..e4d824f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/playlist-generator.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/playlist-sort.svg b/breeze-icons-5.21.0/icons/actions/24/playlist-sort.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/plugins.svg b/breeze-icons-5.21.0/icons/actions/24/plugins.svg new file mode 100644 index 0000000..ae021c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/plugins.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/preferences-activities.svg b/breeze-icons-5.21.0/icons/actions/24/preferences-activities.svg new file mode 100644 index 0000000..e68a56e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/preferences-activities.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/preferences-other.svg b/breeze-icons-5.21.0/icons/actions/24/preferences-other.svg new file mode 120000 index 0000000..ac2e546 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/preferences-other.svg @@ -0,0 +1 @@ +application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/preflight-verifier.svg b/breeze-icons-5.21.0/icons/actions/24/preflight-verifier.svg new file mode 100644 index 0000000..6baaacd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/preflight-verifier.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/process-stop.svg b/breeze-icons-5.21.0/icons/actions/24/process-stop.svg new file mode 100644 index 0000000..da21cca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/process-stop.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/project-development-close-all.svg b/breeze-icons-5.21.0/icons/actions/24/project-development-close-all.svg new file mode 120000 index 0000000..5687007 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/project-development-close.svg b/breeze-icons-5.21.0/icons/actions/24/project-development-close.svg new file mode 100644 index 0000000..572db64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/project-development-close.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/project-development-new-template.svg b/breeze-icons-5.21.0/icons/actions/24/project-development-new-template.svg new file mode 100644 index 0000000..1ecce9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/project-development-new-template.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/project-development.svg b/breeze-icons-5.21.0/icons/actions/24/project-development.svg new file mode 100644 index 0000000..1459dac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/project-development.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/project-open.svg b/breeze-icons-5.21.0/icons/actions/24/project-open.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/project-open.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/quickopen-class.svg b/breeze-icons-5.21.0/icons/actions/24/quickopen-class.svg new file mode 100644 index 0000000..ae93fdd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/quickopen-class.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/quickopen-file.svg b/breeze-icons-5.21.0/icons/actions/24/quickopen-file.svg new file mode 100644 index 0000000..aa490f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/quickopen-file.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/quickopen-function.svg b/breeze-icons-5.21.0/icons/actions/24/quickopen-function.svg new file mode 100644 index 0000000..b371a44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/quickopen-function.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/quickopen.svg b/breeze-icons-5.21.0/icons/actions/24/quickopen.svg new file mode 100644 index 0000000..3125942 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/quickopen.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/randomize.svg b/breeze-icons-5.21.0/icons/actions/24/randomize.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/randomize.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/ratiocrop.svg b/breeze-icons-5.21.0/icons/actions/24/ratiocrop.svg new file mode 120000 index 0000000..686d9f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/redeyes.svg b/breeze-icons-5.21.0/icons/actions/24/redeyes.svg new file mode 100644 index 0000000..9a1c7e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/redeyes.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/resource-calendar-child-insert.svg b/breeze-icons-5.21.0/icons/actions/24/resource-calendar-child-insert.svg new file mode 100644 index 0000000..4a80cf2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/resource-calendar-child-insert.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/resource-calendar-child.svg b/breeze-icons-5.21.0/icons/actions/24/resource-calendar-child.svg new file mode 100644 index 0000000..f7d7da0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/resource-calendar-child.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/resource-calendar-insert.svg b/breeze-icons-5.21.0/icons/actions/24/resource-calendar-insert.svg new file mode 100644 index 0000000..7948d2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/resource-calendar-insert.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/resource-group-new.svg b/breeze-icons-5.21.0/icons/actions/24/resource-group-new.svg new file mode 100644 index 0000000..8e889da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/resource-group-new.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/resource-group.svg b/breeze-icons-5.21.0/icons/actions/24/resource-group.svg new file mode 120000 index 0000000..c46ad1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/resource-group.svg @@ -0,0 +1 @@ +user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/roll.svg b/breeze-icons-5.21.0/icons/actions/24/roll.svg new file mode 100644 index 0000000..cc11d57 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/roll.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build-clean.svg b/breeze-icons-5.21.0/icons/actions/24/run-build-clean.svg new file mode 100644 index 0000000..9ea159a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build-clean.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build-configure.svg b/breeze-icons-5.21.0/icons/actions/24/run-build-configure.svg new file mode 100644 index 0000000..3c6d15d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build-configure.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build-file.svg b/breeze-icons-5.21.0/icons/actions/24/run-build-file.svg new file mode 100644 index 0000000..ade5bcb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build-file.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build-install-root.svg b/breeze-icons-5.21.0/icons/actions/24/run-build-install-root.svg new file mode 100644 index 0000000..cb3ebf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build-install-root.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build-install.svg b/breeze-icons-5.21.0/icons/actions/24/run-build-install.svg new file mode 100644 index 0000000..39323df --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build-install.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build-prune.svg b/breeze-icons-5.21.0/icons/actions/24/run-build-prune.svg new file mode 100644 index 0000000..bf37abf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build-prune.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-build.svg b/breeze-icons-5.21.0/icons/actions/24/run-build.svg new file mode 100644 index 0000000..8a9e13d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-build.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/run-clean.svg b/breeze-icons-5.21.0/icons/actions/24/run-clean.svg new file mode 120000 index 0000000..2c899aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/run-install.svg b/breeze-icons-5.21.0/icons/actions/24/run-install.svg new file mode 120000 index 0000000..71034b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/select-rectangular.svg b/breeze-icons-5.21.0/icons/actions/24/select-rectangular.svg new file mode 100644 index 0000000..c21199f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/select-rectangular.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/services.svg b/breeze-icons-5.21.0/icons/actions/24/services.svg new file mode 120000 index 0000000..4c2c5d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/services.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/shapes.svg b/breeze-icons-5.21.0/icons/actions/24/shapes.svg new file mode 100644 index 0000000..d9dc27e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/shapes.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/sharpenimage.svg b/breeze-icons-5.21.0/icons/actions/24/sharpenimage.svg new file mode 100644 index 0000000..bb3b79b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/sharpenimage.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/show-menu.svg b/breeze-icons-5.21.0/icons/actions/24/show-menu.svg new file mode 100644 index 0000000..d3046b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/show-menu.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/show-node-handles.svg b/breeze-icons-5.21.0/icons/actions/24/show-node-handles.svg new file mode 100644 index 0000000..65427d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/show-node-handles.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/show-offline.svg b/breeze-icons-5.21.0/icons/actions/24/show-offline.svg new file mode 100644 index 0000000..858210f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/show-offline.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/show-path-outline.svg b/breeze-icons-5.21.0/icons/actions/24/show-path-outline.svg new file mode 100644 index 0000000..7c2734f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/show-path-outline.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-center.svg b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-center.svg new file mode 100644 index 0000000..c8d0db6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-center.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-corners.svg b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-corners.svg new file mode 100644 index 0000000..81f2f16 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-corners.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-edges.svg b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-edges.svg new file mode 100644 index 0000000..acfbbce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-edges.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-midpoints.svg b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-midpoints.svg new file mode 100644 index 0000000..37a1035 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box-midpoints.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box.svg b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box.svg new file mode 120000 index 0000000..66a1472 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-bounding-box.svg @@ -0,0 +1 @@ +snap-bounding-box-edges.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-extension.svg b/breeze-icons-5.21.0/icons/actions/24/snap-extension.svg new file mode 100644 index 0000000..4b6c7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-extension.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-grid-guide-intersections.svg b/breeze-icons-5.21.0/icons/actions/24/snap-grid-guide-intersections.svg new file mode 100644 index 0000000..2413222 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-grid-guide-intersections.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-guideline.svg b/breeze-icons-5.21.0/icons/actions/24/snap-guideline.svg new file mode 100644 index 0000000..eb1c110 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-guideline.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-intersection.svg b/breeze-icons-5.21.0/icons/actions/24/snap-intersection.svg new file mode 100644 index 0000000..53e8825 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-intersection.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-node.svg b/breeze-icons-5.21.0/icons/actions/24/snap-node.svg new file mode 100644 index 0000000..dcf4a4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-node.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-center.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-center.svg new file mode 100644 index 0000000..c57165c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-center.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-cusp.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-cusp.svg new file mode 100644 index 0000000..02bd0d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-cusp.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-intersection.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-intersection.svg new file mode 100644 index 0000000..9f33ff0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-intersection.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-midpoint.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-midpoint.svg new file mode 100644 index 0000000..a75dedf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-midpoint.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-path.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-path.svg new file mode 100644 index 0000000..4520469 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-path.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-rotation-center.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..b94968c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-rotation-center.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-nodes-smooth.svg b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-smooth.svg new file mode 100644 index 0000000..c9ed026 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-nodes-smooth.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-orthogonal.svg b/breeze-icons-5.21.0/icons/actions/24/snap-orthogonal.svg new file mode 100644 index 0000000..7540176 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-orthogonal.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-page.svg b/breeze-icons-5.21.0/icons/actions/24/snap-page.svg new file mode 100644 index 0000000..d365340 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-page.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap-text-baseline.svg b/breeze-icons-5.21.0/icons/actions/24/snap-text-baseline.svg new file mode 100644 index 0000000..57b8661 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap-text-baseline.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/snap.svg b/breeze-icons-5.21.0/icons/actions/24/snap.svg new file mode 100644 index 0000000..005bf7b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/snap.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/sort-name.svg b/breeze-icons-5.21.0/icons/actions/24/sort-name.svg new file mode 120000 index 0000000..007ae04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/sort-name.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/sort-presence.svg b/breeze-icons-5.21.0/icons/actions/24/sort-presence.svg new file mode 100644 index 0000000..983334d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/sort-presence.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/speaker.svg b/breeze-icons-5.21.0/icons/actions/24/speaker.svg new file mode 100644 index 0000000..5ce334b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/speaker.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/split.svg b/breeze-icons-5.21.0/icons/actions/24/split.svg new file mode 100644 index 0000000..e6ec568 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/split.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/story-editor.svg b/breeze-icons-5.21.0/icons/actions/24/story-editor.svg new file mode 100644 index 0000000..7ee7aea --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/story-editor.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-cap-bevel.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-cap-butt.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-butt.svg new file mode 100644 index 0000000..e1950b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-butt.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-cap-miter.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-cap-round.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-round.svg new file mode 100644 index 0000000..15e2029 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-round.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-cap-square.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-square.svg new file mode 100644 index 0000000..2406a86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-cap-square.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-join-bevel.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-join-bevel.svg new file mode 100644 index 0000000..674b26c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-join-bevel.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-join-miter.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-join-miter.svg new file mode 100644 index 0000000..4767fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-join-miter.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-join-round.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-join-round.svg new file mode 100644 index 0000000..3e80df4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-join-round.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/stroke-to-path.svg b/breeze-icons-5.21.0/icons/actions/24/stroke-to-path.svg new file mode 100644 index 0000000..e2d649b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/stroke-to-path.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/svn-commit.svg b/breeze-icons-5.21.0/icons/actions/24/svn-commit.svg new file mode 100644 index 0000000..225da64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/svn-commit.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/svn-update.svg b/breeze-icons-5.21.0/icons/actions/24/svn-update.svg new file mode 100644 index 0000000..6442431 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/svn-update.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/system-run.svg b/breeze-icons-5.21.0/icons/actions/24/system-run.svg new file mode 100644 index 0000000..32ed510 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/system-run.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/system-search.svg b/breeze-icons-5.21.0/icons/actions/24/system-search.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/system-upgrade.svg b/breeze-icons-5.21.0/icons/actions/24/system-upgrade.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/system-upgrade.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tab-close-other.svg b/breeze-icons-5.21.0/icons/actions/24/tab-close-other.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tab-close-other.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tab-close.svg b/breeze-icons-5.21.0/icons/actions/24/tab-close.svg new file mode 120000 index 0000000..7968d0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tab-close.svg @@ -0,0 +1 @@ +./window-close.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tab-detach.svg b/breeze-icons-5.21.0/icons/actions/24/tab-detach.svg new file mode 100644 index 0000000..76ccbd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tab-detach.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tab-duplicate.svg b/breeze-icons-5.21.0/icons/actions/24/tab-duplicate.svg new file mode 100644 index 0000000..46691e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tab-duplicate.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tab-new-background.svg b/breeze-icons-5.21.0/icons/actions/24/tab-new-background.svg new file mode 100644 index 0000000..7dc9247 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tab-new-background.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tab-new.svg b/breeze-icons-5.21.0/icons/actions/24/tab-new.svg new file mode 100644 index 0000000..014141e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tab-new.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/table.svg b/breeze-icons-5.21.0/icons/actions/24/table.svg new file mode 100644 index 0000000..d28cc02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/table.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-addressbook.svg b/breeze-icons-5.21.0/icons/actions/24/tag-addressbook.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-delete.svg b/breeze-icons-5.21.0/icons/actions/24/tag-delete.svg new file mode 120000 index 0000000..9329cda --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-delete.svg @@ -0,0 +1 @@ +xml-attribute-delete.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-events.svg b/breeze-icons-5.21.0/icons/actions/24/tag-events.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-folder.svg b/breeze-icons-5.21.0/icons/actions/24/tag-folder.svg new file mode 120000 index 0000000..f927800 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-people.svg b/breeze-icons-5.21.0/icons/actions/24/tag-people.svg new file mode 120000 index 0000000..0d9b8b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-people.svg @@ -0,0 +1 @@ +edit-image-face-show.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-places.svg b/breeze-icons-5.21.0/icons/actions/24/tag-places.svg new file mode 100644 index 0000000..76d0df7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-places.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-properties.svg b/breeze-icons-5.21.0/icons/actions/24/tag-properties.svg new file mode 120000 index 0000000..1718e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-properties.svg @@ -0,0 +1 @@ +document-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag-reset.svg b/breeze-icons-5.21.0/icons/actions/24/tag-reset.svg new file mode 120000 index 0000000..ada864c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/tag.svg b/breeze-icons-5.21.0/icons/actions/24/tag.svg new file mode 100644 index 0000000..db48d34 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tag.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/task-new.svg b/breeze-icons-5.21.0/icons/actions/24/task-new.svg new file mode 100644 index 0000000..58a8a56 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/task-new.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/taxes-finances.svg b/breeze-icons-5.21.0/icons/actions/24/taxes-finances.svg new file mode 100644 index 0000000..40e5393 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/taxes-finances.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text-field.svg b/breeze-icons-5.21.0/icons/actions/24/text-field.svg new file mode 100644 index 0000000..ae9bf9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text-field.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text-flow-into-frame.svg b/breeze-icons-5.21.0/icons/actions/24/text-flow-into-frame.svg new file mode 100644 index 0000000..71a0f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text-flow-into-frame.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text-frame-link.svg b/breeze-icons-5.21.0/icons/actions/24/text-frame-link.svg new file mode 100644 index 0000000..22e36dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text-frame-link.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text-frame-unlink.svg b/breeze-icons-5.21.0/icons/actions/24/text-frame-unlink.svg new file mode 100644 index 0000000..2ed6032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text-frame-unlink.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text-speak.svg b/breeze-icons-5.21.0/icons/actions/24/text-speak.svg new file mode 100644 index 0000000..a0d50b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text-speak.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text-unflow.svg b/breeze-icons-5.21.0/icons/actions/24/text-unflow.svg new file mode 100644 index 0000000..06802b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text-unflow.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_horz_kern.svg b/breeze-icons-5.21.0/icons/actions/24/text_horz_kern.svg new file mode 100644 index 0000000..dde7e1e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_horz_kern.svg @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_letter_spacing.svg b/breeze-icons-5.21.0/icons/actions/24/text_letter_spacing.svg new file mode 100644 index 0000000..2792697 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_letter_spacing.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_line_spacing.svg b/breeze-icons-5.21.0/icons/actions/24/text_line_spacing.svg new file mode 100644 index 0000000..066867f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_line_spacing.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_remove_kerns.svg b/breeze-icons-5.21.0/icons/actions/24/text_remove_kerns.svg new file mode 100644 index 0000000..5e92857 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_remove_kerns.svg @@ -0,0 +1,514 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_rotation.svg b/breeze-icons-5.21.0/icons/actions/24/text_rotation.svg new file mode 100644 index 0000000..3c61374 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_rotation.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_subscript.svg b/breeze-icons-5.21.0/icons/actions/24/text_subscript.svg new file mode 100644 index 0000000..79e733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_subscript.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_superscript.svg b/breeze-icons-5.21.0/icons/actions/24/text_superscript.svg new file mode 100644 index 0000000..d47ab95 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_superscript.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_vert_kern.svg b/breeze-icons-5.21.0/icons/actions/24/text_vert_kern.svg new file mode 100644 index 0000000..6a4ce76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_vert_kern.svg @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/text_word_spacing.svg b/breeze-icons-5.21.0/icons/actions/24/text_word_spacing.svg new file mode 100644 index 0000000..d27532f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/text_word_spacing.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tool-animator.svg b/breeze-icons-5.21.0/icons/actions/24/tool-animator.svg new file mode 100644 index 0000000..d05ea0e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tool-animator.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tool-measure.svg b/breeze-icons-5.21.0/icons/actions/24/tool-measure.svg new file mode 100644 index 0000000..eff65b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tool-measure.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tool-node-editor.svg b/breeze-icons-5.21.0/icons/actions/24/tool-node-editor.svg new file mode 100644 index 0000000..d6df35a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tool-node-editor.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tool-pointer.svg b/breeze-icons-5.21.0/icons/actions/24/tool-pointer.svg new file mode 100644 index 0000000..a9bb95a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tool-pointer.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tool-spray.svg b/breeze-icons-5.21.0/icons/actions/24/tool-spray.svg new file mode 100644 index 0000000..cef303f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tool-spray.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tool-tweak.svg b/breeze-icons-5.21.0/icons/actions/24/tool-tweak.svg new file mode 100644 index 0000000..34c423a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tool-tweak.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-check-spelling.svg b/breeze-icons-5.21.0/icons/actions/24/tools-check-spelling.svg new file mode 100644 index 0000000..803eb44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-check-spelling.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-burn-image.svg b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-burn-image.svg new file mode 100644 index 0000000..433c2c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-burn-image.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-burn.svg b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-burn.svg new file mode 100644 index 0000000..8f74539 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-burn.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-copy.svg b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-copy.svg new file mode 100644 index 0000000..c1f2bcc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-copy.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-erase.svg b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-erase.svg new file mode 100644 index 0000000..1aea197 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-erase.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-format.svg b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-format.svg new file mode 100644 index 0000000..aadab43 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-media-optical-format.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-report-bug.svg b/breeze-icons-5.21.0/icons/actions/24/tools-report-bug.svg new file mode 100644 index 0000000..276b898 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-report-bug.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-rip-audio-cd.svg b/breeze-icons-5.21.0/icons/actions/24/tools-rip-audio-cd.svg new file mode 100644 index 0000000..7158cd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-rip-audio-cd.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-rip-video-cd.svg b/breeze-icons-5.21.0/icons/actions/24/tools-rip-video-cd.svg new file mode 100644 index 0000000..9298b9d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-rip-video-cd.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-rip-video-dvd.svg b/breeze-icons-5.21.0/icons/actions/24/tools-rip-video-dvd.svg new file mode 100644 index 0000000..3e36f6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-rip-video-dvd.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/tools-wizard.svg b/breeze-icons-5.21.0/icons/actions/24/tools-wizard.svg new file mode 100644 index 0000000..ee518cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/tools-wizard.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-crop-and-resize.svg b/breeze-icons-5.21.0/icons/actions/24/transform-crop-and-resize.svg new file mode 100644 index 0000000..1032d29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-crop-and-resize.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-crop.svg b/breeze-icons-5.21.0/icons/actions/24/transform-crop.svg new file mode 100644 index 0000000..678de42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-crop.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-move-horizontal.svg b/breeze-icons-5.21.0/icons/actions/24/transform-move-horizontal.svg new file mode 100644 index 0000000..5019244 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-move-horizontal.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-move-vertical.svg b/breeze-icons-5.21.0/icons/actions/24/transform-move-vertical.svg new file mode 100644 index 0000000..441ebd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-move-vertical.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-move.svg b/breeze-icons-5.21.0/icons/actions/24/transform-move.svg new file mode 100644 index 0000000..978f2ab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-move.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-rotate.svg b/breeze-icons-5.21.0/icons/actions/24/transform-rotate.svg new file mode 100644 index 0000000..6120b3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-rotate.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-scale-horizontal.svg b/breeze-icons-5.21.0/icons/actions/24/transform-scale-horizontal.svg new file mode 120000 index 0000000..a510711 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-scale-horizontal.svg @@ -0,0 +1 @@ +zoom-select-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-scale-textbox-points.svg b/breeze-icons-5.21.0/icons/actions/24/transform-scale-textbox-points.svg new file mode 100644 index 0000000..8ecf26f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-scale-textbox-points.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-scale-vertical.svg b/breeze-icons-5.21.0/icons/actions/24/transform-scale-vertical.svg new file mode 120000 index 0000000..c466cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-scale-vertical.svg @@ -0,0 +1 @@ +zoom-select-y.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-scale.svg b/breeze-icons-5.21.0/icons/actions/24/transform-scale.svg new file mode 100644 index 0000000..9e12cbd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-scale.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-shear-down.svg b/breeze-icons-5.21.0/icons/actions/24/transform-shear-down.svg new file mode 100644 index 0000000..05e0b81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-shear-down.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-shear-left.svg b/breeze-icons-5.21.0/icons/actions/24/transform-shear-left.svg new file mode 100644 index 0000000..49bd0dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-shear-left.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-shear-right.svg b/breeze-icons-5.21.0/icons/actions/24/transform-shear-right.svg new file mode 100644 index 0000000..d10fc90 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-shear-right.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-shear-up.svg b/breeze-icons-5.21.0/icons/actions/24/transform-shear-up.svg new file mode 100644 index 0000000..2ac6f80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-shear-up.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-skew-horizontal.svg b/breeze-icons-5.21.0/icons/actions/24/transform-skew-horizontal.svg new file mode 120000 index 0000000..ed7fc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-skew-horizontal.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/transform-skew-vertical.svg b/breeze-icons-5.21.0/icons/actions/24/transform-skew-vertical.svg new file mode 120000 index 0000000..294c4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/transform-skew-vertical.svg @@ -0,0 +1 @@ +transform-shear-up.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/trash-empty.svg b/breeze-icons-5.21.0/icons/actions/24/trash-empty.svg new file mode 100644 index 0000000..4ae0ab4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/trash-empty.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/user-group-delete.svg b/breeze-icons-5.21.0/icons/actions/24/user-group-delete.svg new file mode 100644 index 0000000..9077d4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/user-group-delete.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/user-group-new.svg b/breeze-icons-5.21.0/icons/actions/24/user-group-new.svg new file mode 100644 index 0000000..1f8bbb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/user-group-new.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/user-group-properties.svg b/breeze-icons-5.21.0/icons/actions/24/user-group-properties.svg new file mode 100644 index 0000000..1a774ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/user-group-properties.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/user-identity.svg b/breeze-icons-5.21.0/icons/actions/24/user-identity.svg new file mode 120000 index 0000000..30c642e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/user-identity.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/user-properties.svg b/breeze-icons-5.21.0/icons/actions/24/user-properties.svg new file mode 120000 index 0000000..ad3742c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/user-properties.svg @@ -0,0 +1 @@ +user-group-properties.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-bank-account-checking.svg b/breeze-icons-5.21.0/icons/actions/24/view-bank-account-checking.svg new file mode 100644 index 0000000..c5da9f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-bank-account-checking.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-bank-account-savings.svg b/breeze-icons-5.21.0/icons/actions/24/view-bank-account-savings.svg new file mode 100644 index 0000000..dda06a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-bank-account-savings.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-bank-account.svg b/breeze-icons-5.21.0/icons/actions/24/view-bank-account.svg new file mode 100644 index 0000000..30a23c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-bank-account.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-bank.svg b/breeze-icons-5.21.0/icons/actions/24/view-bank.svg new file mode 100644 index 0000000..95af45f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-bank.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-barcode-add.svg b/breeze-icons-5.21.0/icons/actions/24/view-barcode-add.svg new file mode 100644 index 0000000..6c02995 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-barcode-add.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-barcode.svg b/breeze-icons-5.21.0/icons/actions/24/view-barcode.svg new file mode 100644 index 0000000..08156ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-barcode.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-agenda.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-agenda.svg new file mode 100644 index 0000000..db0e761 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-agenda.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-birthday.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-birthday.svg new file mode 100644 index 0000000..3e859a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-birthday.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-day.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-day.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-day.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-holiday.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-holiday.svg new file mode 120000 index 0000000..d7f74d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-holiday.svg @@ -0,0 +1 @@ +./bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-journal.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-journal.svg new file mode 100644 index 0000000..e5e960c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-journal.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-list.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-list.svg new file mode 100644 index 0000000..358db95 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-list.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-month.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-month.svg new file mode 100644 index 0000000..c2d10d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-month.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-special-occasion.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-special-occasion.svg new file mode 100644 index 0000000..cc18cb8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-special-occasion.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-tasks.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-tasks.svg new file mode 100644 index 0000000..63d324d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-tasks.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-time-spent.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-time-spent.svg new file mode 100644 index 0000000..978719a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-time-spent.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-timeline.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-timeline.svg new file mode 100644 index 0000000..9d32a8d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-timeline.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-upcoming-days.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-upcoming-days.svg new file mode 100644 index 0000000..ea655aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-upcoming-days.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-upcoming-events.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-upcoming-events.svg new file mode 100644 index 0000000..e7483e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-upcoming-events.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-wedding-anniversary.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-wedding-anniversary.svg new file mode 100644 index 0000000..caac8e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-wedding-anniversary.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-week.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-week.svg new file mode 100644 index 0000000..53c0d1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-week.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-whatsnext.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-whatsnext.svg new file mode 100644 index 0000000..7521c29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-whatsnext.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar-workweek.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar-workweek.svg new file mode 120000 index 0000000..9b59502 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar-workweek.svg @@ -0,0 +1 @@ +view-calendar-week.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-calendar.svg b/breeze-icons-5.21.0/icons/actions/24/view-calendar.svg new file mode 100644 index 0000000..f060517 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-calendar.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-catalog.svg b/breeze-icons-5.21.0/icons/actions/24/view-catalog.svg new file mode 100644 index 0000000..5f5020e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-catalog.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-categories.svg b/breeze-icons-5.21.0/icons/actions/24/view-categories.svg new file mode 100644 index 0000000..b777e70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-categories.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-close.svg b/breeze-icons-5.21.0/icons/actions/24/view-close.svg new file mode 100644 index 0000000..3b580da --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-close.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-conversation-balloon.svg b/breeze-icons-5.21.0/icons/actions/24/view-conversation-balloon.svg new file mode 120000 index 0000000..36675a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-conversation-balloon.svg @@ -0,0 +1 @@ +kmouth-phrase.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-filter.svg b/breeze-icons-5.21.0/icons/actions/24/view-filter.svg new file mode 100644 index 0000000..1ef1166 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-filter.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-fullscreen.svg b/breeze-icons-5.21.0/icons/actions/24/view-fullscreen.svg new file mode 100644 index 0000000..6213367 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-fullscreen.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-grid.svg b/breeze-icons-5.21.0/icons/actions/24/view-grid.svg new file mode 100644 index 0000000..a02aaef --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-grid.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-group.svg b/breeze-icons-5.21.0/icons/actions/24/view-group.svg new file mode 100644 index 0000000..4755b4d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-group.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-history.svg b/breeze-icons-5.21.0/icons/actions/24/view-history.svg new file mode 120000 index 0000000..9a2733d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-history.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-left-close.svg b/breeze-icons-5.21.0/icons/actions/24/view-left-close.svg new file mode 100644 index 0000000..ca23c77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-left-close.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-list-details.svg b/breeze-icons-5.21.0/icons/actions/24/view-list-details.svg new file mode 100644 index 0000000..06fb53e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-list-details.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-list-icons.svg b/breeze-icons-5.21.0/icons/actions/24/view-list-icons.svg new file mode 100644 index 0000000..ab36bc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-list-icons.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-list-text.svg b/breeze-icons-5.21.0/icons/actions/24/view-list-text.svg new file mode 100644 index 0000000..60ab12c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-list-text.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-list-tree.svg b/breeze-icons-5.21.0/icons/actions/24/view-list-tree.svg new file mode 100644 index 0000000..f30e438 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-list-tree.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-media-artist.svg b/breeze-icons-5.21.0/icons/actions/24/view-media-artist.svg new file mode 120000 index 0000000..00f453b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-media-artist.svg @@ -0,0 +1 @@ +im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-media-equalizer.svg b/breeze-icons-5.21.0/icons/actions/24/view-media-equalizer.svg new file mode 100644 index 0000000..ffc833a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-media-equalizer.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-media-lyrics.svg b/breeze-icons-5.21.0/icons/actions/24/view-media-lyrics.svg new file mode 100644 index 0000000..a4f062c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-media-lyrics.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-media-playlist.svg b/breeze-icons-5.21.0/icons/actions/24/view-media-playlist.svg new file mode 100644 index 0000000..99f6d38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-media-playlist.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-media-visualization.svg b/breeze-icons-5.21.0/icons/actions/24/view-media-visualization.svg new file mode 100644 index 0000000..03640c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-media-visualization.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-calendar.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-calendar.svg new file mode 120000 index 0000000..54445ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-contacts.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-contacts.svg new file mode 120000 index 0000000..8aae965 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-contacts.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-journal.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-journal.svg new file mode 120000 index 0000000..b830e6b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-journal.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-mail.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-mail.svg new file mode 120000 index 0000000..b62208f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-news.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-news.svg new file mode 120000 index 0000000..7387fb6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-news.svg @@ -0,0 +1 @@ +news-subscribe.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-notes.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-notes.svg new file mode 100644 index 0000000..1aba88a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-notes.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-tasks-pending.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-tasks-pending.svg new file mode 100644 index 0000000..f4b870d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-tasks-pending.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-pim-tasks.svg b/breeze-icons-5.21.0/icons/actions/24/view-pim-tasks.svg new file mode 120000 index 0000000..f6ae45c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-pim-tasks.svg @@ -0,0 +1 @@ +view-task.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-presentation.svg b/breeze-icons-5.21.0/icons/actions/24/view-presentation.svg new file mode 100644 index 0000000..2c3a83d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-presentation.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-preview.svg b/breeze-icons-5.21.0/icons/actions/24/view-preview.svg new file mode 100644 index 0000000..2d295e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-preview.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-refresh.svg b/breeze-icons-5.21.0/icons/actions/24/view-refresh.svg new file mode 100644 index 0000000..413d2ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-refresh.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-restore.svg b/breeze-icons-5.21.0/icons/actions/24/view-restore.svg new file mode 100644 index 0000000..42cc610 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-restore.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-right-close.svg b/breeze-icons-5.21.0/icons/actions/24/view-right-close.svg new file mode 100644 index 0000000..05f5423 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-right-close.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-right-new.svg b/breeze-icons-5.21.0/icons/actions/24/view-right-new.svg new file mode 100644 index 0000000..fbb8cff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-right-new.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-sidetree.svg b/breeze-icons-5.21.0/icons/actions/24/view-sidetree.svg new file mode 100644 index 0000000..dff6cbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-sidetree.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-sort-ascending.svg b/breeze-icons-5.21.0/icons/actions/24/view-sort-ascending.svg new file mode 100644 index 0000000..6350186 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-sort-ascending.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-sort-descending.svg b/breeze-icons-5.21.0/icons/actions/24/view-sort-descending.svg new file mode 100644 index 0000000..892bdfe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-sort-descending.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-split-left-right.svg b/breeze-icons-5.21.0/icons/actions/24/view-split-left-right.svg new file mode 100644 index 0000000..a4a80fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-split-left-right.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-split-top-bottom.svg b/breeze-icons-5.21.0/icons/actions/24/view-split-top-bottom.svg new file mode 100644 index 0000000..d99aac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-split-top-bottom.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-statistics.svg b/breeze-icons-5.21.0/icons/actions/24/view-statistics.svg new file mode 100644 index 0000000..ed45d71 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-statistics.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-table-of-contents-ltr.svg b/breeze-icons-5.21.0/icons/actions/24/view-table-of-contents-ltr.svg new file mode 120000 index 0000000..a5233cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-table-of-contents-ltr.svg @@ -0,0 +1 @@ +gtk-index.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-table-of-contents-rtl.svg b/breeze-icons-5.21.0/icons/actions/24/view-table-of-contents-rtl.svg new file mode 100644 index 0000000..dda2036 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-table-of-contents-rtl.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-task-add.svg b/breeze-icons-5.21.0/icons/actions/24/view-task-add.svg new file mode 120000 index 0000000..072782f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-task-add.svg @@ -0,0 +1 @@ +task-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-task-child-add.svg b/breeze-icons-5.21.0/icons/actions/24/view-task-child-add.svg new file mode 120000 index 0000000..4226a53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/view-task-child.svg b/breeze-icons-5.21.0/icons/actions/24/view-task-child.svg new file mode 100644 index 0000000..3b47f28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-task-child.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-task.svg b/breeze-icons-5.21.0/icons/actions/24/view-task.svg new file mode 100644 index 0000000..8825b7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-task.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/view-web-browser-dom-tree.svg b/breeze-icons-5.21.0/icons/actions/24/view-web-browser-dom-tree.svg new file mode 100644 index 0000000..91bcb3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/view-web-browser-dom-tree.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/viewimage.svg b/breeze-icons-5.21.0/icons/actions/24/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/visibility.svg b/breeze-icons-5.21.0/icons/actions/24/visibility.svg new file mode 100644 index 0000000..d43add1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/visibility.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/window-close.svg b/breeze-icons-5.21.0/icons/actions/24/window-close.svg new file mode 100644 index 0000000..9aa9526 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/window-close.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/window-duplicate.svg b/breeze-icons-5.21.0/icons/actions/24/window-duplicate.svg new file mode 100644 index 0000000..f956cfc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/window-duplicate.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/window-new.svg b/breeze-icons-5.21.0/icons/actions/24/window-new.svg new file mode 100644 index 0000000..44ce249 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/window-new.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/xml-attribute-delete.svg b/breeze-icons-5.21.0/icons/actions/24/xml-attribute-delete.svg new file mode 100644 index 0000000..9d42e44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/xml-attribute-delete.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/xml-element-new.svg b/breeze-icons-5.21.0/icons/actions/24/xml-element-new.svg new file mode 100644 index 0000000..661183b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/xml-element-new.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/xml-node-delete.svg b/breeze-icons-5.21.0/icons/actions/24/xml-node-delete.svg new file mode 100644 index 0000000..4539e98 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/xml-node-delete.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/xml-node-duplicate.svg b/breeze-icons-5.21.0/icons/actions/24/xml-node-duplicate.svg new file mode 100644 index 0000000..cca5021 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/xml-node-duplicate.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/xml-text-new.svg b/breeze-icons-5.21.0/icons/actions/24/xml-text-new.svg new file mode 100644 index 0000000..1925e42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/xml-text-new.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/y-zoom-in.svg b/breeze-icons-5.21.0/icons/actions/24/y-zoom-in.svg new file mode 100644 index 0000000..5ad73ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/y-zoom-in.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-1-to-2.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-1-to-2.svg new file mode 100644 index 0000000..2ceb764 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-1-to-2.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-2-to-1.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-2-to-1.svg new file mode 100644 index 0000000..2d21b66 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-2-to-1.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-draw.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-draw.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-fit-best.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-best.svg new file mode 100644 index 0000000..55823f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-best.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-fit-height.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-height.svg new file mode 100644 index 0000000..37185df --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-height.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-fit-selection.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-selection.svg new file mode 120000 index 0000000..037a51b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-selection.svg @@ -0,0 +1 @@ +zoom-select.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-fit-width.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-width.svg new file mode 100644 index 0000000..1b8c9a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-fit-width.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-in-x.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-in-x.svg new file mode 100644 index 0000000..a3ca791 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-in-x.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-in.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-in.svg new file mode 100644 index 0000000..3fe59c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-in.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-next.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-next.svg new file mode 100644 index 0000000..ae2a3c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-next.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-original.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-original.svg new file mode 100644 index 0000000..c0882dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-original.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-out-x.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-out-x.svg new file mode 100644 index 0000000..e5182ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-out-x.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-out-y.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-out-y.svg new file mode 100644 index 0000000..5f7c76f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-out-y.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-out.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-out.svg new file mode 100644 index 0000000..b326360 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-out.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-previous.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-previous.svg new file mode 100644 index 0000000..77c3fcf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-previous.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-select-fit.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-select-fit.svg new file mode 120000 index 0000000..cc77c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-select-x.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-select-x.svg new file mode 120000 index 0000000..1572505 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-select-y.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-select-y.svg new file mode 120000 index 0000000..e84c272 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom-select.svg b/breeze-icons-5.21.0/icons/actions/24/zoom-select.svg new file mode 120000 index 0000000..a77e7a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/24/zoom.svg b/breeze-icons-5.21.0/icons/actions/24/zoom.svg new file mode 100644 index 0000000..cf35773 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/24/zoom.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/acrobat.svg b/breeze-icons-5.21.0/icons/actions/32/acrobat.svg new file mode 100644 index 0000000..4df8c31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/acrobat.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/address-book-new.svg b/breeze-icons-5.21.0/icons/actions/32/address-book-new.svg new file mode 100644 index 0000000..5fa9bc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/address-book-new.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-bottom-out.svg new file mode 100644 index 0000000..32206df --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-bottom-out.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-center.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-center.svg new file mode 100644 index 0000000..7009bb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-center.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left-out.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left-out.svg new file mode 100644 index 0000000..7f1ca6c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left-out.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left-to-anchor.svg new file mode 100644 index 0000000..5fcdc1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left-to-anchor.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left.svg new file mode 100644 index 0000000..9e465bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-left.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right-out.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right-out.svg new file mode 100644 index 0000000..362c919 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right-to-anchor.svg new file mode 100644 index 0000000..80f2c1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right-to-anchor.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right.svg new file mode 100644 index 0000000..25edbbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-right.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-horizontal-top-out.svg b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-top-out.svg new file mode 100644 index 0000000..67a8f59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-horizontal-top-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom-out.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom-out.svg new file mode 100644 index 0000000..6493a0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom-to-anchor.svg new file mode 100644 index 0000000..6f97dd8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom.svg new file mode 100644 index 0000000..f6c3619 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-bottom.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-center.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-center.svg new file mode 100644 index 0000000..ebe1517 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-center.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-top-out.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-top-out.svg new file mode 100644 index 0000000..1b1b693 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-top-out.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-top-to-anchor.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-top-to-anchor.svg new file mode 100644 index 0000000..67a8f59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-top-to-anchor.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/align-vertical-top.svg b/breeze-icons-5.21.0/icons/actions/32/align-vertical-top.svg new file mode 100644 index 0000000..4ce2252 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/align-vertical-top.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/application-exit.svg b/breeze-icons-5.21.0/icons/actions/32/application-exit.svg new file mode 100644 index 0000000..347ace4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/application-exit.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/application-menu.svg b/breeze-icons-5.21.0/icons/actions/32/application-menu.svg new file mode 100644 index 0000000..50839d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/application-menu.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/appointment-new.svg b/breeze-icons-5.21.0/icons/actions/32/appointment-new.svg new file mode 100644 index 0000000..dc6d495 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/appointment-new.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/archive-extract.svg b/breeze-icons-5.21.0/icons/actions/32/archive-extract.svg new file mode 100644 index 0000000..076b3f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/archive-extract.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/archive-insert-directory.svg b/breeze-icons-5.21.0/icons/actions/32/archive-insert-directory.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/archive-insert-directory.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/archive-insert.svg b/breeze-icons-5.21.0/icons/actions/32/archive-insert.svg new file mode 100644 index 0000000..9e5070b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/archive-insert.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/archive-remove.svg b/breeze-icons-5.21.0/icons/actions/32/archive-remove.svg new file mode 100644 index 0000000..7ec8d93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/archive-remove.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/arrow-left-double.svg b/breeze-icons-5.21.0/icons/actions/32/arrow-left-double.svg new file mode 100644 index 0000000..e67811d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/arrow-left-double.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/arrow-right-double.svg b/breeze-icons-5.21.0/icons/actions/32/arrow-right-double.svg new file mode 100644 index 0000000..de6690f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/arrow-right-double.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/autocorrection.svg b/breeze-icons-5.21.0/icons/actions/32/autocorrection.svg new file mode 100644 index 0000000..dd94b04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/autocorrection.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/blurimage.svg b/breeze-icons-5.21.0/icons/actions/32/blurimage.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/blurimage.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/bookmark-new.svg b/breeze-icons-5.21.0/icons/actions/32/bookmark-new.svg new file mode 100644 index 0000000..77d6c4c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/bookmark-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/bookmark-remove.svg b/breeze-icons-5.21.0/icons/actions/32/bookmark-remove.svg new file mode 100644 index 0000000..500a25f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/bookmark-remove.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/bordertool.svg b/breeze-icons-5.21.0/icons/actions/32/bordertool.svg new file mode 100644 index 0000000..2ca2a48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/bordertool.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/call-start.svg b/breeze-icons-5.21.0/icons/actions/32/call-start.svg new file mode 100644 index 0000000..961095f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/call-start.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/call-stop.svg b/breeze-icons-5.21.0/icons/actions/32/call-stop.svg new file mode 100644 index 0000000..023dd67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/call-stop.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/color-management.svg b/breeze-icons-5.21.0/icons/actions/32/color-management.svg new file mode 100644 index 0000000..2df8785 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/color-management.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/color-picker-black.svg b/breeze-icons-5.21.0/icons/actions/32/color-picker-black.svg new file mode 100644 index 0000000..2b01eb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/color-picker-black.svg @@ -0,0 +1,25 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/color-picker-grey.svg b/breeze-icons-5.21.0/icons/actions/32/color-picker-grey.svg new file mode 100644 index 0000000..aa23f3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/color-picker-grey.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/color-picker-white.svg b/breeze-icons-5.21.0/icons/actions/32/color-picker-white.svg new file mode 100644 index 0000000..7e3ea44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/color-picker-white.svg @@ -0,0 +1,26 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/color-picker.svg b/breeze-icons-5.21.0/icons/actions/32/color-picker.svg new file mode 100644 index 0000000..cf7677d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/color-picker.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/colors-chromablue.svg b/breeze-icons-5.21.0/icons/actions/32/colors-chromablue.svg new file mode 100644 index 0000000..59ec3f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/colors-chromablue.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/colors-chromagreen.svg b/breeze-icons-5.21.0/icons/actions/32/colors-chromagreen.svg new file mode 100644 index 0000000..1b04b63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/colors-chromagreen.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/colors-chromared.svg b/breeze-icons-5.21.0/icons/actions/32/colors-chromared.svg new file mode 100644 index 0000000..31057d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/colors-chromared.svg @@ -0,0 +1,3 @@ + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/colors-luma.svg b/breeze-icons-5.21.0/icons/actions/32/colors-luma.svg new file mode 100644 index 0000000..06408b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/colors-luma.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/compass.svg b/breeze-icons-5.21.0/icons/actions/32/compass.svg new file mode 100644 index 0000000..77ba7ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/compass.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/configure-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/32/configure-shortcuts.svg new file mode 100644 index 0000000..37501d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/configure-shortcuts.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/configure.svg b/breeze-icons-5.21.0/icons/actions/32/configure.svg new file mode 100644 index 0000000..2406cd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/configure.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/dialog-cancel.svg b/breeze-icons-5.21.0/icons/actions/32/dialog-cancel.svg new file mode 100644 index 0000000..ad9224c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/dialog-cancel.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/dialog-messages.svg b/breeze-icons-5.21.0/icons/actions/32/dialog-messages.svg new file mode 100644 index 0000000..5e10e3a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/dialog-messages.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/dialog-ok-apply.svg b/breeze-icons-5.21.0/icons/actions/32/dialog-ok-apply.svg new file mode 100644 index 0000000..5abb68d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/dialog-ok-apply.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-close.svg b/breeze-icons-5.21.0/icons/actions/32/document-close.svg new file mode 100644 index 0000000..3790786 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-close.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-decrypt.svg b/breeze-icons-5.21.0/icons/actions/32/document-decrypt.svg new file mode 100644 index 0000000..0f884fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-decrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-edit-decrypt-verify.svg b/breeze-icons-5.21.0/icons/actions/32/document-edit-decrypt-verify.svg new file mode 100644 index 0000000..d965f2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-edit-decrypt-verify.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-edit-decrypt.svg b/breeze-icons-5.21.0/icons/actions/32/document-edit-decrypt.svg new file mode 100644 index 0000000..47ac4d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-edit-decrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-edit-encrypt.svg b/breeze-icons-5.21.0/icons/actions/32/document-edit-encrypt.svg new file mode 100644 index 0000000..78b0522 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-edit-encrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-edit-sign-encrypt.svg b/breeze-icons-5.21.0/icons/actions/32/document-edit-sign-encrypt.svg new file mode 100644 index 0000000..8df92fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-edit-sign-encrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-edit-sign.svg b/breeze-icons-5.21.0/icons/actions/32/document-edit-sign.svg new file mode 100644 index 0000000..589c75b --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-edit-sign.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-edit.svg b/breeze-icons-5.21.0/icons/actions/32/document-edit.svg new file mode 100644 index 0000000..e1eb366 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-edit.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-encrypted.svg b/breeze-icons-5.21.0/icons/actions/32/document-encrypted.svg new file mode 100644 index 0000000..fadfc6c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-encrypted.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-export.svg b/breeze-icons-5.21.0/icons/actions/32/document-export.svg new file mode 100644 index 0000000..b0a84f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-export.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-import.svg b/breeze-icons-5.21.0/icons/actions/32/document-import.svg new file mode 100644 index 0000000..0f18209 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-import.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-new-from-template.svg b/breeze-icons-5.21.0/icons/actions/32/document-new-from-template.svg new file mode 100644 index 0000000..f8ac67f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-new-from-template.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-new.svg b/breeze-icons-5.21.0/icons/actions/32/document-new.svg new file mode 100644 index 0000000..e2a6f91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-open-recent.svg b/breeze-icons-5.21.0/icons/actions/32/document-open-recent.svg new file mode 100644 index 0000000..231c97d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-open-recent.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-open-remote.svg b/breeze-icons-5.21.0/icons/actions/32/document-open-remote.svg new file mode 100644 index 0000000..457de54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-open-remote.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-open.svg b/breeze-icons-5.21.0/icons/actions/32/document-open.svg new file mode 100644 index 0000000..239c52f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-open.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-preview-archive.svg b/breeze-icons-5.21.0/icons/actions/32/document-preview-archive.svg new file mode 100644 index 0000000..5c6cc92 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-preview-archive.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-preview.svg b/breeze-icons-5.21.0/icons/actions/32/document-preview.svg new file mode 100644 index 0000000..1a695ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-preview.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-print-direct.svg b/breeze-icons-5.21.0/icons/actions/32/document-print-direct.svg new file mode 100644 index 0000000..564a897 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-print-direct.svg @@ -0,0 +1,27 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-print.svg b/breeze-icons-5.21.0/icons/actions/32/document-print.svg new file mode 100644 index 0000000..75590ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-print.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-revert.svg b/breeze-icons-5.21.0/icons/actions/32/document-revert.svg new file mode 100644 index 0000000..7bd2074 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-revert.svg @@ -0,0 +1,21 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-save-all.svg b/breeze-icons-5.21.0/icons/actions/32/document-save-all.svg new file mode 100644 index 0000000..42358cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-save-all.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-save-as.svg b/breeze-icons-5.21.0/icons/actions/32/document-save-as.svg new file mode 100644 index 0000000..e0101fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-save-as.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-save.svg b/breeze-icons-5.21.0/icons/actions/32/document-save.svg new file mode 100644 index 0000000..21914cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-save.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/document-share.svg b/breeze-icons-5.21.0/icons/actions/32/document-share.svg new file mode 100644 index 0000000..9416872 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/document-share.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/edit-delete.svg b/breeze-icons-5.21.0/icons/actions/32/edit-delete.svg new file mode 100644 index 0000000..5ec70a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/edit-delete.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/edit-redo.svg b/breeze-icons-5.21.0/icons/actions/32/edit-redo.svg new file mode 100644 index 0000000..0c0747e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/edit-redo.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/edit-undo.svg b/breeze-icons-5.21.0/icons/actions/32/edit-undo.svg new file mode 100644 index 0000000..7587fd9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/edit-undo.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/editor.svg b/breeze-icons-5.21.0/icons/actions/32/editor.svg new file mode 120000 index 0000000..610b77f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/editor.svg @@ -0,0 +1 @@ +document-edit.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/flash.svg b/breeze-icons-5.21.0/icons/actions/32/flash.svg new file mode 100644 index 0000000..cd38bb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/flash.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/folder-new.svg b/breeze-icons-5.21.0/icons/actions/32/folder-new.svg new file mode 100644 index 0000000..999283f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/folder-new.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/folder-sync.svg b/breeze-icons-5.21.0/icons/actions/32/folder-sync.svg new file mode 100644 index 0000000..8c37a08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/folder-sync.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/format-stroke-color.svg b/breeze-icons-5.21.0/icons/actions/32/format-stroke-color.svg new file mode 120000 index 0000000..264dc54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/format-stroke-color.svg @@ -0,0 +1 @@ +bordertool.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/games-config-options.svg b/breeze-icons-5.21.0/icons/actions/32/games-config-options.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/games-config-options.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/go-parent-folder.svg b/breeze-icons-5.21.0/icons/actions/32/go-parent-folder.svg new file mode 100644 index 0000000..c43ac55 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/go-parent-folder.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/help-about.svg b/breeze-icons-5.21.0/icons/actions/32/help-about.svg new file mode 100644 index 0000000..79949f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/help-about.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/help-donate.svg b/breeze-icons-5.21.0/icons/actions/32/help-donate.svg new file mode 120000 index 0000000..761fdb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/help-keybord-shortcuts.svg b/breeze-icons-5.21.0/icons/actions/32/help-keybord-shortcuts.svg new file mode 120000 index 0000000..9dbbf2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +configure-shortcuts.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/actions/32/help-whatsthis.svg b/breeze-icons-5.21.0/icons/actions/32/help-whatsthis.svg new file mode 100644 index 0000000..1bc78de --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/help-whatsthis.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-eject.svg b/breeze-icons-5.21.0/icons/actions/32/media-eject.svg new file mode 100644 index 0000000..4815fb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-eject.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-playback-pause.svg b/breeze-icons-5.21.0/icons/actions/32/media-playback-pause.svg new file mode 100644 index 0000000..4ec8ec4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-playback-pause.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-playback-start.svg b/breeze-icons-5.21.0/icons/actions/32/media-playback-start.svg new file mode 100644 index 0000000..0321c55 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-playback-start.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-playback-stop.svg b/breeze-icons-5.21.0/icons/actions/32/media-playback-stop.svg new file mode 100644 index 0000000..81705d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-playback-stop.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-playlist-repeat.svg b/breeze-icons-5.21.0/icons/actions/32/media-playlist-repeat.svg new file mode 100644 index 0000000..59e36c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-playlist-repeat.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-playlist-shuffle.svg b/breeze-icons-5.21.0/icons/actions/32/media-playlist-shuffle.svg new file mode 100644 index 0000000..6b7d8d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-playlist-shuffle.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-record.svg b/breeze-icons-5.21.0/icons/actions/32/media-record.svg new file mode 100644 index 0000000..5fe12b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-record.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-seek-backward.svg b/breeze-icons-5.21.0/icons/actions/32/media-seek-backward.svg new file mode 100644 index 0000000..1f16890 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-seek-backward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-seek-forward.svg b/breeze-icons-5.21.0/icons/actions/32/media-seek-forward.svg new file mode 100644 index 0000000..bab90f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-seek-forward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-skip-backward.svg b/breeze-icons-5.21.0/icons/actions/32/media-skip-backward.svg new file mode 100644 index 0000000..1b96d29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-skip-backward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/media-skip-forward.svg b/breeze-icons-5.21.0/icons/actions/32/media-skip-forward.svg new file mode 100644 index 0000000..9e94b6c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/media-skip-forward.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/multiple.svg b/breeze-icons-5.21.0/icons/actions/32/multiple.svg new file mode 100644 index 0000000..613e6e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/multiple.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/object-order-back.svg b/breeze-icons-5.21.0/icons/actions/32/object-order-back.svg new file mode 100644 index 0000000..18b1aab --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/object-order-back.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/object-order-front.svg b/breeze-icons-5.21.0/icons/actions/32/object-order-front.svg new file mode 100644 index 0000000..2f786a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/object-order-front.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/object-order-lower.svg b/breeze-icons-5.21.0/icons/actions/32/object-order-lower.svg new file mode 100644 index 0000000..51d43a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/object-order-lower.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/object-order-raise.svg b/breeze-icons-5.21.0/icons/actions/32/object-order-raise.svg new file mode 100644 index 0000000..4056b9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/object-order-raise.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/percent.svg b/breeze-icons-5.21.0/icons/actions/32/percent.svg new file mode 100644 index 0000000..7312132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/percent.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/qa.svg b/breeze-icons-5.21.0/icons/actions/32/qa.svg new file mode 100644 index 0000000..d9bf9f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/qa.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/taxes-finances.svg b/breeze-icons-5.21.0/icons/actions/32/taxes-finances.svg new file mode 100644 index 0000000..2370c12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/taxes-finances.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-filter.svg b/breeze-icons-5.21.0/icons/actions/32/view-filter.svg new file mode 100644 index 0000000..e9b9e35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-filter.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-group.svg b/breeze-icons-5.21.0/icons/actions/32/view-group.svg new file mode 100644 index 0000000..7dbe10d --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-group.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-left-close.svg b/breeze-icons-5.21.0/icons/actions/32/view-left-close.svg new file mode 100644 index 0000000..7b264fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-left-close.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-list-details.svg b/breeze-icons-5.21.0/icons/actions/32/view-list-details.svg new file mode 100644 index 0000000..8fd4d2a --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-list-details.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-list-icons.svg b/breeze-icons-5.21.0/icons/actions/32/view-list-icons.svg new file mode 100644 index 0000000..d52bd38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-list-icons.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-list-text.svg b/breeze-icons-5.21.0/icons/actions/32/view-list-text.svg new file mode 100644 index 0000000..6a0954f --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-list-text.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-list-tree.svg b/breeze-icons-5.21.0/icons/actions/32/view-list-tree.svg new file mode 100644 index 0000000..20db7ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-list-tree.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-preview.svg b/breeze-icons-5.21.0/icons/actions/32/view-preview.svg new file mode 100644 index 0000000..90e5bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-preview.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-refresh.svg b/breeze-icons-5.21.0/icons/actions/32/view-refresh.svg new file mode 100644 index 0000000..c60eef3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-refresh.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-right-close.svg b/breeze-icons-5.21.0/icons/actions/32/view-right-close.svg new file mode 100644 index 0000000..ed19b4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-right-close.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-right-new.svg b/breeze-icons-5.21.0/icons/actions/32/view-right-new.svg new file mode 100644 index 0000000..45c8ed1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-right-new.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-sort-ascending.svg b/breeze-icons-5.21.0/icons/actions/32/view-sort-ascending.svg new file mode 100644 index 0000000..63abbc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-sort-ascending.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/view-sort-descending.svg b/breeze-icons-5.21.0/icons/actions/32/view-sort-descending.svg new file mode 100644 index 0000000..3091824 --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/view-sort-descending.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/actions/32/window-close.svg b/breeze-icons-5.21.0/icons/actions/32/window-close.svg new file mode 100644 index 0000000..ac1b7bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/actions/32/window-close.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/applets-template.svg b/breeze-icons-5.21.0/icons/applets/256/applets-template.svg new file mode 100644 index 0000000..bbf913f --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/applets-template.svg @@ -0,0 +1,1104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Storage Volume + + removable media + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.ktpcontactlist.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.ktpcontactlist.svg new file mode 100644 index 0000000..d649d3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.ktpcontactlist.svg @@ -0,0 +1,595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.muonnotifier.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.muonnotifier.svg new file mode 100644 index 0000000..68e4052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.muonnotifier.svg @@ -0,0 +1,1286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.activitybar.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.activitybar.svg new file mode 100644 index 0000000..4f6b352 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.activitybar.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.analogclock.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.analogclock.svg new file mode 100644 index 0000000..17ba34a --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.analogclock.svg @@ -0,0 +1,1727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.battery.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.battery.svg new file mode 100644 index 0000000..f55a144 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.battery.svg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.binaryclock.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.binaryclock.svg new file mode 100644 index 0000000..9539cea --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.binaryclock.svg @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.calculator.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.calculator.svg new file mode 100644 index 0000000..3c7a391 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.calculator.svg @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.calendar.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.calendar.svg new file mode 100644 index 0000000..33337c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.calendar.svg @@ -0,0 +1,1293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.clipboard.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.clipboard.svg new file mode 100644 index 0000000..96b2869 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.clipboard.svg @@ -0,0 +1,923 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.colorpicker.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.colorpicker.svg new file mode 100644 index 0000000..0325725 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.colorpicker.svg @@ -0,0 +1,2770 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.comic.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.comic.svg new file mode 100644 index 0000000..8eeb6a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.comic.svg @@ -0,0 +1,701 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.date.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.date.svg new file mode 100644 index 0000000..33337c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.date.svg @@ -0,0 +1,1293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.devicenotifier.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.devicenotifier.svg new file mode 100644 index 0000000..c03445a --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.devicenotifier.svg @@ -0,0 +1,1259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.digitalclock.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.digitalclock.svg new file mode 100644 index 0000000..d2888a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.digitalclock.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.fifteenpuzzle.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.fifteenpuzzle.svg new file mode 100644 index 0000000..247e634 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.fifteenpuzzle.svg @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.folder.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.folder.svg new file mode 100644 index 0000000..9136cd3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.folder.svg @@ -0,0 +1,2227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.frame.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.frame.svg new file mode 100644 index 0000000..c564204 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.frame.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.fuzzyclock.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.fuzzyclock.svg new file mode 100644 index 0000000..1e630c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.fuzzyclock.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.icontasks.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.icontasks.svg new file mode 100644 index 0000000..0590ae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.icontasks.svg @@ -0,0 +1,507 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kicker.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kicker.svg new file mode 100644 index 0000000..16a8e87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kicker.svg @@ -0,0 +1,767 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kickerdash.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kickerdash.svg new file mode 100644 index 0000000..a8eb497 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kickerdash.svg @@ -0,0 +1,5927 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kickoff.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kickoff.svg new file mode 100644 index 0000000..e2669f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.kickoff.svg @@ -0,0 +1,1070 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.mediacontroller.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.mediacontroller.svg new file mode 100644 index 0000000..638f941 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.mediacontroller.svg @@ -0,0 +1,1356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.networkmanagement.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.networkmanagement.svg new file mode 100644 index 0000000..fd35acf --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.networkmanagement.svg @@ -0,0 +1,737 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.notes.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.notes.svg new file mode 100644 index 0000000..23a78c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.notes.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.pager.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.pager.svg new file mode 100644 index 0000000..cb03d20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.pager.svg @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.quicklaunch.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.quicklaunch.svg new file mode 100644 index 0000000..c41fb9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.quicklaunch.svg @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.showActivityManager.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.showActivityManager.svg new file mode 100644 index 0000000..60b9436 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.showActivityManager.svg @@ -0,0 +1,823 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemloadviewer.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemloadviewer.svg new file mode 100644 index 0000000..7133f11 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemloadviewer.svg @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.cpu.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.cpu.svg new file mode 100644 index 0000000..56d519a --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.cpu.svg @@ -0,0 +1,1111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CPU Load Monitor + + + System + + + 30 % + + + + CPU + + + 10 % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg new file mode 100644 index 0000000..6cff705 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg @@ -0,0 +1,1138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hard Disk I/0 Monitor + + + sda_(8:0) + + + 0 B/s / 10 B/s + + + + ram0_(1:0) + + + 0 B/s / 0 B/s + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.diskusage.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.diskusage.svg new file mode 100644 index 0000000..26c4d53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.diskusage.svg @@ -0,0 +1,1231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.memory.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.memory.svg new file mode 100644 index 0000000..a8f970b --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.memory.svg @@ -0,0 +1,1130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Memory Status + + + Physical memory + + + 1,4 GB + + + + Swap + + + 200 MiB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.net.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.net.svg new file mode 100644 index 0000000..91be750 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemmonitor.net.svg @@ -0,0 +1,1059 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Monitor + + + eth0 + + + 0 kB/s / 0 kB/s + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemtray.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemtray.svg new file mode 100644 index 0000000..94f141b --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.systemtray.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.taskmanager.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.taskmanager.svg new file mode 100644 index 0000000..e08332b --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.taskmanager.svg @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.timer.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.timer.svg new file mode 100644 index 0000000..48d3143 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.timer.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.userswitcher.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.userswitcher.svg new file mode 100644 index 0000000..4398851 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.userswitcher.svg @@ -0,0 +1,688 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasma User + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ada Lovelace + + + on 8 (:1) + + + Leonardo da Vinci + + + on 8 (:1) + + + + Grace Hopper + + + TTY 1 + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.volume.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.volume.svg new file mode 100644 index 0000000..a01619f --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.volume.svg @@ -0,0 +1,1281 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 28 % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 67 % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.windowlist.svg b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.windowlist.svg new file mode 100644 index 0000000..ec27c98 --- /dev/null +++ b/breeze-icons-5.21.0/icons/applets/256/org.kde.plasma.windowlist.svg @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/16/kdeconnect.svg b/breeze-icons-5.21.0/icons/apps/16/kdeconnect.svg new file mode 120000 index 0000000..0190667 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/16/kdeconnect.svg @@ -0,0 +1 @@ +../../devices/16/smartphone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/16/nepomuk.svg b/breeze-icons-5.21.0/icons/apps/16/nepomuk.svg new file mode 100644 index 0000000..597214e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/16/nepomuk.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/16/preferences-system-bluetooth.svg b/breeze-icons-5.21.0/icons/apps/16/preferences-system-bluetooth.svg new file mode 120000 index 0000000..4b6601b --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/16/preferences-system-bluetooth.svg @@ -0,0 +1 @@ +../../devices/16/network-bluetooth.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/16/system-help.svg b/breeze-icons-5.21.0/icons/apps/16/system-help.svg new file mode 100644 index 0000000..09c1dd5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/16/system-help.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/16/system-lock-screen.svg b/breeze-icons-5.21.0/icons/apps/16/system-lock-screen.svg new file mode 100644 index 0000000..fcf86ab --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/16/system-lock-screen.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/16/system-log-out.svg b/breeze-icons-5.21.0/icons/apps/16/system-log-out.svg new file mode 100644 index 0000000..294b840 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/16/system-log-out.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/akregator.svg b/breeze-icons-5.21.0/icons/apps/22/akregator.svg new file mode 100644 index 0000000..4e1a4c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/akregator.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-googlepinyin.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-googlepinyin.svg new file mode 100644 index 0000000..2a64d96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-googlepinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-pinyin-libpinyin.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-pinyin-libpinyin.svg new file mode 100644 index 0000000..4cc4bf4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-pinyin-libpinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-pinyin.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-pinyin.svg new file mode 100644 index 0000000..558c75f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-pinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-shuangpin-libpinyin.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-shuangpin-libpinyin.svg new file mode 100644 index 0000000..2786a47 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-shuangpin-libpinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-shuangpin.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-shuangpin.svg new file mode 100644 index 0000000..93d24e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-shuangpin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-sunpinyin.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-sunpinyin.svg new file mode 100644 index 0000000..b18103a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-sunpinyin.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/fcitx-wubi.svg b/breeze-icons-5.21.0/icons/apps/22/fcitx-wubi.svg new file mode 100644 index 0000000..021e6b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/fcitx-wubi.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/homerun.svg b/breeze-icons-5.21.0/icons/apps/22/homerun.svg new file mode 100644 index 0000000..9013d48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/homerun.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/internet-mail.svg b/breeze-icons-5.21.0/icons/apps/22/internet-mail.svg new file mode 120000 index 0000000..d8cf0a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/internet-mail.svg @@ -0,0 +1 @@ +../../actions/22/mail-message-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/kde.svg b/breeze-icons-5.21.0/icons/apps/22/kde.svg new file mode 100644 index 0000000..077c01c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/kde.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/kdeconnect.svg b/breeze-icons-5.21.0/icons/apps/22/kdeconnect.svg new file mode 120000 index 0000000..d99c303 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/kdeconnect.svg @@ -0,0 +1 @@ +../../devices/22/smartphone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/kget.svg b/breeze-icons-5.21.0/icons/apps/22/kget.svg new file mode 120000 index 0000000..6cb9870 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/kget.svg @@ -0,0 +1 @@ +ktorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/korg-todo.svg b/breeze-icons-5.21.0/icons/apps/22/korg-todo.svg new file mode 120000 index 0000000..410dd96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/korg-todo.svg @@ -0,0 +1 @@ +../../actions/22/view-calendar-tasks.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/ktorrent.svg b/breeze-icons-5.21.0/icons/apps/22/ktorrent.svg new file mode 100644 index 0000000..52bdd07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/ktorrent.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/plasma.svg b/breeze-icons-5.21.0/icons/apps/22/plasma.svg new file mode 100644 index 0000000..fe4d00b --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/plasma.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/preferences-desktop-font.svg b/breeze-icons-5.21.0/icons/apps/22/preferences-desktop-font.svg new file mode 100644 index 0000000..219f780 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/preferences-desktop-font.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/preferences-other.svg b/breeze-icons-5.21.0/icons/apps/22/preferences-other.svg new file mode 120000 index 0000000..b490e82 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/preferences-other.svg @@ -0,0 +1 @@ +../../actions/22/application-menu.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/preferences-plugin.svg b/breeze-icons-5.21.0/icons/apps/22/preferences-plugin.svg new file mode 120000 index 0000000..511459d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/preferences-plugin.svg @@ -0,0 +1 @@ +../../actions/22/kt-plugins.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/system-help.svg b/breeze-icons-5.21.0/icons/apps/22/system-help.svg new file mode 100644 index 0000000..0a4a35e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-help.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-lock-screen.svg b/breeze-icons-5.21.0/icons/apps/22/system-lock-screen.svg new file mode 100644 index 0000000..5f7a71a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-lock-screen.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-log-out.svg b/breeze-icons-5.21.0/icons/apps/22/system-log-out.svg new file mode 100644 index 0000000..0c2dde3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-log-out.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-reboot.svg b/breeze-icons-5.21.0/icons/apps/22/system-reboot.svg new file mode 120000 index 0000000..67cfa4c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-reboot.svg @@ -0,0 +1 @@ +../../actions/22/view-refresh.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/22/system-shutdown.svg b/breeze-icons-5.21.0/icons/apps/22/system-shutdown.svg new file mode 100644 index 0000000..2095a34 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-shutdown.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-suspend-hibernate.svg b/breeze-icons-5.21.0/icons/apps/22/system-suspend-hibernate.svg new file mode 100644 index 0000000..d1c276c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-suspend-hibernate.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-suspend.svg b/breeze-icons-5.21.0/icons/apps/22/system-suspend.svg new file mode 100644 index 0000000..f9917be --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-suspend.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-switch-user.svg b/breeze-icons-5.21.0/icons/apps/22/system-switch-user.svg new file mode 100644 index 0000000..706ada9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-switch-user.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/22/system-users.svg b/breeze-icons-5.21.0/icons/apps/22/system-users.svg new file mode 120000 index 0000000..64ad6a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/22/system-users.svg @@ -0,0 +1 @@ +../../actions/22/user-group-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/amarok_change_language.svg b/breeze-icons-5.21.0/icons/apps/32/amarok_change_language.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/amarok_change_language.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/baloo.svg b/breeze-icons-5.21.0/icons/apps/32/baloo.svg new file mode 120000 index 0000000..c54a2e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/baloo.svg @@ -0,0 +1 @@ +preferences-desktop-baloo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/device-notifier.svg b/breeze-icons-5.21.0/icons/apps/32/device-notifier.svg new file mode 100644 index 0000000..d0cde3e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/device-notifier.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/drive-removable-media.svg b/breeze-icons-5.21.0/icons/apps/32/drive-removable-media.svg new file mode 100644 index 0000000..b4b1cde --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/drive-removable-media.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/face-smile.svg b/breeze-icons-5.21.0/icons/apps/32/face-smile.svg new file mode 120000 index 0000000..2f915ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/face-smile.svg @@ -0,0 +1 @@ +preferences-desktop-emoticons.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/gtkconfig.svg b/breeze-icons-5.21.0/icons/apps/32/gtkconfig.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/gtkconfig.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/help-about.svg b/breeze-icons-5.21.0/icons/apps/32/help-about.svg new file mode 100644 index 0000000..1b3d1c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/help-about.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/kde-gtk-config.svg b/breeze-icons-5.21.0/icons/apps/32/kde-gtk-config.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/kde-gtk-config.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/kdeconnect.svg b/breeze-icons-5.21.0/icons/apps/32/kdeconnect.svg new file mode 120000 index 0000000..df8e165 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/kdeconnect.svg @@ -0,0 +1 @@ +preferences-kde-connect.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/nepomuk.svg b/breeze-icons-5.21.0/icons/apps/32/nepomuk.svg new file mode 120000 index 0000000..c54a2e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/nepomuk.svg @@ -0,0 +1 @@ +preferences-desktop-baloo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/plasma-search.svg b/breeze-icons-5.21.0/icons/apps/32/plasma-search.svg new file mode 100644 index 0000000..2fa9b9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/plasma-search.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/plasma.svg b/breeze-icons-5.21.0/icons/apps/32/plasma.svg new file mode 120000 index 0000000..fd58724 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/plasma.svg @@ -0,0 +1 @@ +preferences-desktop-plasma.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/32/podcast-amarok.svg b/breeze-icons-5.21.0/icons/apps/32/podcast-amarok.svg new file mode 100644 index 0000000..dfda8fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/podcast-amarok.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-accessibility.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-accessibility.svg new file mode 100644 index 0000000..ce14994 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-accessibility.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-baloo.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-baloo.svg new file mode 100644 index 0000000..0765281 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-baloo.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-color.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-color.svg new file mode 100644 index 0000000..bf3fab6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-color.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-cryptography.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-cryptography.svg new file mode 100644 index 0000000..1cb7ff0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-cryptography.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-default-applications.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-default-applications.svg new file mode 100644 index 0000000..9aff97a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-default-applications.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-display-color.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-display-color.svg new file mode 100644 index 0000000..5e98971 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-display-color.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-display.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-display.svg new file mode 100644 index 0000000..bde34be --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-display.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-emoticons.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-emoticons.svg new file mode 100644 index 0000000..e2c2044 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-emoticons.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-filetype-association.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-filetype-association.svg new file mode 100644 index 0000000..fe61ce2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-filetype-association.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-font.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-font.svg new file mode 100644 index 0000000..9e30e73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-font.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-gaming.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-gaming.svg new file mode 100644 index 0000000..a23fcf0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-gaming.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-icons.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-icons.svg new file mode 100644 index 0000000..cd53436 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-icons.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-keyboard.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-keyboard.svg new file mode 100644 index 0000000..2824f0d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-keyboard.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-launch-feedback.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-launch-feedback.svg new file mode 100644 index 0000000..c5a8dcc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-launch-feedback.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-locale.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-locale.svg new file mode 100644 index 0000000..8b64498 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-locale.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-mouse.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-mouse.svg new file mode 100644 index 0000000..4039b50 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-mouse.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-multimedia.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-multimedia.svg new file mode 100644 index 0000000..2d47a7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-multimedia.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-notification-bell.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-notification-bell.svg new file mode 100644 index 0000000..6046d67 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-notification-bell.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-notification.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-notification.svg new file mode 100644 index 0000000..b9c0039 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-notification.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-peripherals.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-peripherals.svg new file mode 100644 index 0000000..95a02e8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-peripherals.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-plasma.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-plasma.svg new file mode 100644 index 0000000..187486f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-plasma.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-screensaver.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-screensaver.svg new file mode 100644 index 0000000..0e6232a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-screensaver.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-sound.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-sound.svg new file mode 100644 index 0000000..4323391 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-sound.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-text-to-speech.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-text-to-speech.svg new file mode 100644 index 0000000..31d9cc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-text-to-speech.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-theme.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-theme.svg new file mode 100644 index 0000000..d92b159 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-theme.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-user-password.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-user-password.svg new file mode 100644 index 0000000..e7cf0b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-user-password.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-user.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-user.svg new file mode 100644 index 0000000..1b27a07 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-user.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-wallpaper.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-wallpaper.svg new file mode 100644 index 0000000..e4e3caf --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop-wallpaper.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-desktop.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop.svg new file mode 100644 index 0000000..e8b6297 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-desktop.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + + + Plasm + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-gtk-config.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-gtk-config.svg new file mode 100644 index 0000000..a243613 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-gtk-config.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-kde-connect.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-kde-connect.svg new file mode 100644 index 0000000..fdabf7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-kde-connect.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-other.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-other.svg new file mode 100644 index 0000000..8e41272 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-other.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-plugin.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-plugin.svg new file mode 100644 index 0000000..702d712 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-plugin.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-bluetooth.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-bluetooth.svg new file mode 100644 index 0000000..9fad3a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-bluetooth.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-login.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-login.svg new file mode 100644 index 0000000..daba93b --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-login.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-network-sharing.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-network-sharing.svg new file mode 100644 index 0000000..1bd263c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-network-sharing.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-network.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-network.svg new file mode 100644 index 0000000..5ee37b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-network.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-power-management.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-power-management.svg new file mode 100644 index 0000000..b767870 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-power-management.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-session-services.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-session-services.svg new file mode 100644 index 0000000..32738aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-session-services.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-time.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-time.svg new file mode 100644 index 0000000..ce583fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-time.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows-actions.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows-actions.svg new file mode 100644 index 0000000..c5167cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows-actions.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows-move.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows-move.svg new file mode 100644 index 0000000..4be2574 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows-move.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows.svg new file mode 100644 index 0000000..53e9f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-system-windows.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-adblock.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-adblock.svg new file mode 100644 index 0000000..56cbc32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-adblock.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-cache.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-cache.svg new file mode 100644 index 0000000..31de2e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-cache.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-cookies.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-cookies.svg new file mode 100644 index 0000000..8b66866 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-cookies.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-identification.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-identification.svg new file mode 100644 index 0000000..646f06f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-identification.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-shortcuts.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-shortcuts.svg new file mode 100644 index 0000000..9b6780e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-shortcuts.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-ssl.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-ssl.svg new file mode 100644 index 0000000..60cfa2a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-ssl.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-stylesheets.svg b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-stylesheets.svg new file mode 100644 index 0000000..6889bf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/preferences-web-browser-stylesheets.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-lock-screen.svg b/breeze-icons-5.21.0/icons/apps/32/system-lock-screen.svg new file mode 100644 index 0000000..fce5dca --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-lock-screen.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-log-out.svg b/breeze-icons-5.21.0/icons/apps/32/system-log-out.svg new file mode 100644 index 0000000..ae67898 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-log-out.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-reboot.svg b/breeze-icons-5.21.0/icons/apps/32/system-reboot.svg new file mode 100644 index 0000000..ac2c874 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-reboot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-run.svg b/breeze-icons-5.21.0/icons/apps/32/system-run.svg new file mode 100644 index 0000000..c0af805 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-run.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-shutdown.svg b/breeze-icons-5.21.0/icons/apps/32/system-shutdown.svg new file mode 100644 index 0000000..7d09e03 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-shutdown.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-suspend-hibernate.svg b/breeze-icons-5.21.0/icons/apps/32/system-suspend-hibernate.svg new file mode 100644 index 0000000..a4c3bb8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-suspend-hibernate.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-suspend.svg b/breeze-icons-5.21.0/icons/apps/32/system-suspend.svg new file mode 100644 index 0000000..f5227ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-suspend.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-switch-user.svg b/breeze-icons-5.21.0/icons/apps/32/system-switch-user.svg new file mode 100644 index 0000000..da57f15 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-switch-user.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/system-users.svg b/breeze-icons-5.21.0/icons/apps/32/system-users.svg new file mode 100644 index 0000000..0be0c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/system-users.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/view-media-playlist.svg b/breeze-icons-5.21.0/icons/apps/32/view-media-playlist.svg new file mode 100644 index 0000000..4f2e5dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/view-media-playlist.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/32/window-duplicate.svg b/breeze-icons-5.21.0/icons/apps/32/window-duplicate.svg new file mode 100644 index 0000000..ceffba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/32/window-duplicate.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/CMakeSetup.svg b/breeze-icons-5.21.0/icons/apps/48/CMakeSetup.svg new file mode 120000 index 0000000..06c9606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/CMakeSetup.svg @@ -0,0 +1 @@ +cmake.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/QtProject-designer.svg b/breeze-icons-5.21.0/icons/apps/48/QtProject-designer.svg new file mode 100644 index 0000000..749676d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/QtProject-designer.svg @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/accessories-calculator.svg b/breeze-icons-5.21.0/icons/apps/48/accessories-calculator.svg new file mode 100644 index 0000000..1e2e8f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/accessories-calculator.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/accessories-text-editor.svg b/breeze-icons-5.21.0/icons/apps/48/accessories-text-editor.svg new file mode 100644 index 0000000..1af4c8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/accessories-text-editor.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/acroread.svg b/breeze-icons-5.21.0/icons/apps/48/acroread.svg new file mode 100644 index 0000000..cc40daa --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/acroread.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/akregator.svg b/breeze-icons-5.21.0/icons/apps/48/akregator.svg new file mode 100644 index 0000000..0fa1759 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/akregator.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/amarok.svg b/breeze-icons-5.21.0/icons/apps/48/amarok.svg new file mode 100644 index 0000000..ac5e57f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/amarok.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/apper.svg b/breeze-icons-5.21.0/icons/apps/48/apper.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/apper.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/application-x-clementine.svg b/breeze-icons-5.21.0/icons/apps/48/application-x-clementine.svg new file mode 100644 index 0000000..c5f1154 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/application-x-clementine.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ardour.svg b/breeze-icons-5.21.0/icons/apps/48/ardour.svg new file mode 100644 index 0000000..c2cc5f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ardour.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ark.svg b/breeze-icons-5.21.0/icons/apps/48/ark.svg new file mode 100644 index 0000000..877c26a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ark.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/artikulate.svg b/breeze-icons-5.21.0/icons/apps/48/artikulate.svg new file mode 100644 index 0000000..7feb437 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/artikulate.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/assistant.svg b/breeze-icons-5.21.0/icons/apps/48/assistant.svg new file mode 100644 index 0000000..af45d4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/assistant.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/author.svg b/breeze-icons-5.21.0/icons/apps/48/author.svg new file mode 100644 index 0000000..451dc79 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/author.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/bleachbit.svg b/breeze-icons-5.21.0/icons/apps/48/bleachbit.svg new file mode 100644 index 0000000..6bd357c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/bleachbit.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/blender.svg b/breeze-icons-5.21.0/icons/apps/48/blender.svg new file mode 100644 index 0000000..85d87e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/blender.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/blogilo.svg b/breeze-icons-5.21.0/icons/apps/48/blogilo.svg new file mode 100644 index 0000000..ea025e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/blogilo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/bomi.svg b/breeze-icons-5.21.0/icons/apps/48/bomi.svg new file mode 100644 index 0000000..0417749 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/bomi.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/braindump.svg b/breeze-icons-5.21.0/icons/apps/48/braindump.svg new file mode 100644 index 0000000..7f21f99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/braindump.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/breeze-settings.svg b/breeze-icons-5.21.0/icons/apps/48/breeze-settings.svg new file mode 100644 index 0000000..c992c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/breeze-settings.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/calamares.svg b/breeze-icons-5.21.0/icons/apps/48/calamares.svg new file mode 100644 index 0000000..9941c6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calamares.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/calligraauthor.svg b/breeze-icons-5.21.0/icons/apps/48/calligraauthor.svg new file mode 120000 index 0000000..c0632fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligraauthor.svg @@ -0,0 +1 @@ +author.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligraflow.svg b/breeze-icons-5.21.0/icons/apps/48/calligraflow.svg new file mode 120000 index 0000000..f17eaf6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligraflow.svg @@ -0,0 +1 @@ +flow.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligrakarbon.svg b/breeze-icons-5.21.0/icons/apps/48/calligrakarbon.svg new file mode 120000 index 0000000..df8a6d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligrakarbon.svg @@ -0,0 +1 @@ +karbon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligrakexi.svg b/breeze-icons-5.21.0/icons/apps/48/calligrakexi.svg new file mode 120000 index 0000000..1acb84d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligrakexi.svg @@ -0,0 +1 @@ +kexi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligraplan.svg b/breeze-icons-5.21.0/icons/apps/48/calligraplan.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligraplan.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligraplanwork.svg b/breeze-icons-5.21.0/icons/apps/48/calligraplanwork.svg new file mode 120000 index 0000000..93f5ffc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligraplanwork.svg @@ -0,0 +1 @@ +planwork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligrasheets.svg b/breeze-icons-5.21.0/icons/apps/48/calligrasheets.svg new file mode 120000 index 0000000..3a386bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligrasheets.svg @@ -0,0 +1 @@ +sheets.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligrastage.svg b/breeze-icons-5.21.0/icons/apps/48/calligrastage.svg new file mode 120000 index 0000000..1151ae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligrastage.svg @@ -0,0 +1 @@ +stage.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/calligrawords.svg b/breeze-icons-5.21.0/icons/apps/48/calligrawords.svg new file mode 120000 index 0000000..e30a949 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/calligrawords.svg @@ -0,0 +1 @@ +words.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/cantata.svg b/breeze-icons-5.21.0/icons/apps/48/cantata.svg new file mode 100644 index 0000000..7eaf688 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/cantata.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/cantor.svg b/breeze-icons-5.21.0/icons/apps/48/cantor.svg new file mode 100644 index 0000000..60ed523 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/cantor.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/choqok.svg b/breeze-icons-5.21.0/icons/apps/48/choqok.svg new file mode 100644 index 0000000..12509ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/choqok.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/chromium-browser.svg b/breeze-icons-5.21.0/icons/apps/48/chromium-browser.svg new file mode 100644 index 0000000..5bcec72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/chromium-browser.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/chromium.svg b/breeze-icons-5.21.0/icons/apps/48/chromium.svg new file mode 120000 index 0000000..76494bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/chromium.svg @@ -0,0 +1 @@ +chromium-browser.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/clementine.svg b/breeze-icons-5.21.0/icons/apps/48/clementine.svg new file mode 120000 index 0000000..7b35467 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/clementine.svg @@ -0,0 +1 @@ +application-x-clementine.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/cmake.svg b/breeze-icons-5.21.0/icons/apps/48/cmake.svg new file mode 100644 index 0000000..4283b53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/cmake.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/cuttlefish.svg b/breeze-icons-5.21.0/icons/apps/48/cuttlefish.svg new file mode 100644 index 0000000..95cb266 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/cuttlefish.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/diffuse.svg b/breeze-icons-5.21.0/icons/apps/48/diffuse.svg new file mode 100644 index 0000000..78bdc2f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/diffuse.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/digikam.svg b/breeze-icons-5.21.0/icons/apps/48/digikam.svg new file mode 100644 index 0000000..d0db7eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/digikam.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/dragonplayer.svg b/breeze-icons-5.21.0/icons/apps/48/dragonplayer.svg new file mode 100644 index 0000000..6692d27 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/dragonplayer.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/filelight.svg b/breeze-icons-5.21.0/icons/apps/48/filelight.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/filelight.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/filezilla.svg b/breeze-icons-5.21.0/icons/apps/48/filezilla.svg new file mode 100644 index 0000000..bc499f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/filezilla.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/flow.svg b/breeze-icons-5.21.0/icons/apps/48/flow.svg new file mode 100644 index 0000000..cca02c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/flow.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/gimp.svg b/breeze-icons-5.21.0/icons/apps/48/gimp.svg new file mode 100644 index 0000000..b5eae5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/gimp.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/gparted.svg b/breeze-icons-5.21.0/icons/apps/48/gparted.svg new file mode 100644 index 0000000..a0f5788 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/gparted.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/gpick.svg b/breeze-icons-5.21.0/icons/apps/48/gpick.svg new file mode 100644 index 0000000..8103310 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/gpick.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/graphics-viewer-document.svg b/breeze-icons-5.21.0/icons/apps/48/graphics-viewer-document.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/graphics-viewer-document.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/grub-customizer.svg b/breeze-icons-5.21.0/icons/apps/48/grub-customizer.svg new file mode 100644 index 0000000..cbbd6bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/grub-customizer.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/gtkhash.svg b/breeze-icons-5.21.0/icons/apps/48/gtkhash.svg new file mode 100644 index 0000000..0833114 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/gtkhash.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/gwenview.svg b/breeze-icons-5.21.0/icons/apps/48/gwenview.svg new file mode 100644 index 0000000..8243697 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/gwenview.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/help-browser.svg b/breeze-icons-5.21.0/icons/apps/48/help-browser.svg new file mode 120000 index 0000000..8508302 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/help-browser.svg @@ -0,0 +1 @@ +system-help.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/htop.svg b/breeze-icons-5.21.0/icons/apps/48/htop.svg new file mode 100644 index 0000000..2886032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/htop.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/hwinfo.svg b/breeze-icons-5.21.0/icons/apps/48/hwinfo.svg new file mode 100644 index 0000000..998dd52 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/hwinfo.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/inkscape-logo.svg b/breeze-icons-5.21.0/icons/apps/48/inkscape-logo.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/inkscape-logo.svg @@ -0,0 +1 @@ +inkscape.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/inkscape.svg b/breeze-icons-5.21.0/icons/apps/48/inkscape.svg new file mode 100644 index 0000000..33b10ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/inkscape.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/internet-mail.svg b/breeze-icons-5.21.0/icons/apps/48/internet-mail.svg new file mode 120000 index 0000000..071ecc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/internet-mail.svg @@ -0,0 +1 @@ +mail-client.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/internet-telephony.svg b/breeze-icons-5.21.0/icons/apps/48/internet-telephony.svg new file mode 120000 index 0000000..e3d5612 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/internet-telephony.svg @@ -0,0 +1 @@ +plasma-mobile-phone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/internet-web-browser.svg b/breeze-icons-5.21.0/icons/apps/48/internet-web-browser.svg new file mode 100644 index 0000000..0017aa9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/internet-web-browser.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/jdownloader.svg b/breeze-icons-5.21.0/icons/apps/48/jdownloader.svg new file mode 100644 index 0000000..b34f79a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/jdownloader.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/juk.svg b/breeze-icons-5.21.0/icons/apps/48/juk.svg new file mode 100644 index 0000000..a103b3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/juk.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/k3b.svg b/breeze-icons-5.21.0/icons/apps/48/k3b.svg new file mode 100644 index 0000000..9d72a3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/k3b.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kaddressbook.svg b/breeze-icons-5.21.0/icons/apps/48/kaddressbook.svg new file mode 120000 index 0000000..6de7637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kaddressbook.svg @@ -0,0 +1 @@ +office-address-book.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kaffeine.svg b/breeze-icons-5.21.0/icons/apps/48/kaffeine.svg new file mode 100644 index 0000000..e949033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kaffeine.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kalarm.svg b/breeze-icons-5.21.0/icons/apps/48/kalarm.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kalarm.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kalgebra.svg b/breeze-icons-5.21.0/icons/apps/48/kalgebra.svg new file mode 100644 index 0000000..85ccc48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kalgebra.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kamoso.svg b/breeze-icons-5.21.0/icons/apps/48/kamoso.svg new file mode 100644 index 0000000..65c6584 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kamoso.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/karbon.svg b/breeze-icons-5.21.0/icons/apps/48/karbon.svg new file mode 100644 index 0000000..5b13f8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/karbon.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kate.svg b/breeze-icons-5.21.0/icons/apps/48/kate.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kate.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kblogger.svg b/breeze-icons-5.21.0/icons/apps/48/kblogger.svg new file mode 100644 index 0000000..6eb2ebd --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kblogger.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kcalc.svg b/breeze-icons-5.21.0/icons/apps/48/kcalc.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kcalc.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kchart.svg b/breeze-icons-5.21.0/icons/apps/48/kchart.svg new file mode 120000 index 0000000..3a386bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kchart.svg @@ -0,0 +1 @@ +sheets.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kcolorchooser.svg b/breeze-icons-5.21.0/icons/apps/48/kcolorchooser.svg new file mode 120000 index 0000000..b26e439 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kcolorchooser.svg @@ -0,0 +1 @@ +gpick.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kde-frameworks.svg b/breeze-icons-5.21.0/icons/apps/48/kde-frameworks.svg new file mode 100644 index 0000000..fd17735 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kde-frameworks.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kdenlive.svg b/breeze-icons-5.21.0/icons/apps/48/kdenlive.svg new file mode 100644 index 0000000..25509a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kdenlive.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kdevelop.svg b/breeze-icons-5.21.0/icons/apps/48/kdevelop.svg new file mode 100644 index 0000000..0479905 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kdevelop.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kdiff3.svg b/breeze-icons-5.21.0/icons/apps/48/kdiff3.svg new file mode 100644 index 0000000..0002a0a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kdiff3.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kdots.svg b/breeze-icons-5.21.0/icons/apps/48/kdots.svg new file mode 100644 index 0000000..33dc1cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kdots.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kexi.svg b/breeze-icons-5.21.0/icons/apps/48/kexi.svg new file mode 100644 index 0000000..9d788b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kexi.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kfind.svg b/breeze-icons-5.21.0/icons/apps/48/kfind.svg new file mode 100644 index 0000000..200572a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kfind.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kget.svg b/breeze-icons-5.21.0/icons/apps/48/kget.svg new file mode 100644 index 0000000..af0c15a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kget.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kile.svg b/breeze-icons-5.21.0/icons/apps/48/kile.svg new file mode 100644 index 0000000..037b787 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kile.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kipi-dngconverter.svg b/breeze-icons-5.21.0/icons/apps/48/kipi-dngconverter.svg new file mode 100644 index 0000000..f2bc313 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kipi-dngconverter.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kipi-expoblending.svg b/breeze-icons-5.21.0/icons/apps/48/kipi-expoblending.svg new file mode 100644 index 0000000..dc26c81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kipi-expoblending.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kipi-panorama.svg b/breeze-icons-5.21.0/icons/apps/48/kipi-panorama.svg new file mode 100644 index 0000000..7a9d893 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kipi-panorama.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/klipper.svg b/breeze-icons-5.21.0/icons/apps/48/klipper.svg new file mode 100644 index 0000000..7b735ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/klipper.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kmag.svg b/breeze-icons-5.21.0/icons/apps/48/kmag.svg new file mode 100644 index 0000000..a719531 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kmag.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kmail.svg b/breeze-icons-5.21.0/icons/apps/48/kmail.svg new file mode 120000 index 0000000..071ecc1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kmail.svg @@ -0,0 +1 @@ +mail-client.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kmenuedit.svg b/breeze-icons-5.21.0/icons/apps/48/kmenuedit.svg new file mode 100644 index 0000000..4d51ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kmenuedit.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kmix.svg b/breeze-icons-5.21.0/icons/apps/48/kmix.svg new file mode 100644 index 0000000..6628ee0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kmix.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kmousetool.svg b/breeze-icons-5.21.0/icons/apps/48/kmousetool.svg new file mode 100644 index 0000000..7fb694a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kmousetool.svg @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kmouth.svg b/breeze-icons-5.21.0/icons/apps/48/kmouth.svg new file mode 100644 index 0000000..45aa9ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kmouth.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/knotes.svg b/breeze-icons-5.21.0/icons/apps/48/knotes.svg new file mode 100644 index 0000000..939223d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/knotes.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/konqueror.svg b/breeze-icons-5.21.0/icons/apps/48/konqueror.svg new file mode 100644 index 0000000..ed0e10f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/konqueror.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kontact.svg b/breeze-icons-5.21.0/icons/apps/48/kontact.svg new file mode 100644 index 0000000..cf19540 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kontact.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/konversation.svg b/breeze-icons-5.21.0/icons/apps/48/konversation.svg new file mode 100644 index 0000000..553c008 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/konversation.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kopete.svg b/breeze-icons-5.21.0/icons/apps/48/kopete.svg new file mode 100644 index 0000000..ace2335 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kopete.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/korgac.svg b/breeze-icons-5.21.0/icons/apps/48/korgac.svg new file mode 120000 index 0000000..93f5ffc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/korgac.svg @@ -0,0 +1 @@ +planwork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/korganizer.svg b/breeze-icons-5.21.0/icons/apps/48/korganizer.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/korganizer.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kplato.svg b/breeze-icons-5.21.0/icons/apps/48/kplato.svg new file mode 120000 index 0000000..93f5ffc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kplato.svg @@ -0,0 +1 @@ +planwork.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kpresenter.svg b/breeze-icons-5.21.0/icons/apps/48/kpresenter.svg new file mode 120000 index 0000000..1151ae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kpresenter.svg @@ -0,0 +1 @@ +stage.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/krename.svg b/breeze-icons-5.21.0/icons/apps/48/krename.svg new file mode 100644 index 0000000..4823205 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/krename.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kronometer.svg b/breeze-icons-5.21.0/icons/apps/48/kronometer.svg new file mode 100644 index 0000000..91d22d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kronometer.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/krusader_root.svg b/breeze-icons-5.21.0/icons/apps/48/krusader_root.svg new file mode 100644 index 0000000..15c3e73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/krusader_root.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/krusader_user.svg b/breeze-icons-5.21.0/icons/apps/48/krusader_user.svg new file mode 100644 index 0000000..1805642 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/krusader_user.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ksnapshot.svg b/breeze-icons-5.21.0/icons/apps/48/ksnapshot.svg new file mode 100644 index 0000000..f55942c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ksnapshot.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kspread.svg b/breeze-icons-5.21.0/icons/apps/48/kspread.svg new file mode 120000 index 0000000..3a386bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kspread.svg @@ -0,0 +1 @@ +sheets.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/ktimer.svg b/breeze-icons-5.21.0/icons/apps/48/ktimer.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ktimer.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/ktip.svg b/breeze-icons-5.21.0/icons/apps/48/ktip.svg new file mode 100644 index 0000000..252332f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ktip.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ktnef.svg b/breeze-icons-5.21.0/icons/apps/48/ktnef.svg new file mode 100644 index 0000000..66de0d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ktnef.svg @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ktorrent.svg b/breeze-icons-5.21.0/icons/apps/48/ktorrent.svg new file mode 100644 index 0000000..052c94a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ktorrent.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kube-mail.svg b/breeze-icons-5.21.0/icons/apps/48/kube-mail.svg new file mode 100644 index 0000000..aa03b81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kube-mail.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + kube-mail + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kuser.svg b/breeze-icons-5.21.0/icons/apps/48/kuser.svg new file mode 100644 index 0000000..f4d0b3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kuser.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kwalletmanager.svg b/breeze-icons-5.21.0/icons/apps/48/kwalletmanager.svg new file mode 100644 index 0000000..1b4dbfc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kwalletmanager.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/kwalletmanager2.svg b/breeze-icons-5.21.0/icons/apps/48/kwalletmanager2.svg new file mode 120000 index 0000000..71a90f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kwalletmanager2.svg @@ -0,0 +1 @@ +kwalletmanager.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kwikdisk.svg b/breeze-icons-5.21.0/icons/apps/48/kwikdisk.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kwikdisk.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kword.svg b/breeze-icons-5.21.0/icons/apps/48/kword.svg new file mode 120000 index 0000000..e30a949 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kword.svg @@ -0,0 +1 @@ +words.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/kwrite.svg b/breeze-icons-5.21.0/icons/apps/48/kwrite.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/kwrite.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/labplot.svg b/breeze-icons-5.21.0/icons/apps/48/labplot.svg new file mode 100644 index 0000000..622e392 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/labplot.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/labplot2.svg b/breeze-icons-5.21.0/icons/apps/48/labplot2.svg new file mode 120000 index 0000000..9da241f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/labplot2.svg @@ -0,0 +1 @@ +labplot.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-base.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-base.svg new file mode 100644 index 0000000..b6906c0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-base.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-calc.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-calc.svg new file mode 100644 index 0000000..33dd3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-calc.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-draw.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-draw.svg new file mode 100644 index 0000000..92044ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-draw.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-impress.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-impress.svg new file mode 100644 index 0000000..25347e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-impress.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-main.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-main.svg new file mode 100644 index 0000000..27768f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-main.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-math.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-math.svg new file mode 100644 index 0000000..d312e01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-math.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-startcenter.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/libreoffice-writer.svg b/breeze-icons-5.21.0/icons/apps/48/libreoffice-writer.svg new file mode 100644 index 0000000..3554e5d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/libreoffice-writer.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/linguist.svg b/breeze-icons-5.21.0/icons/apps/48/linguist.svg new file mode 100644 index 0000000..8a7e731 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/linguist.svg @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/mail-client.svg b/breeze-icons-5.21.0/icons/apps/48/mail-client.svg new file mode 100644 index 0000000..ed47feb --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/mail-client.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/multimedia-volume-control.svg b/breeze-icons-5.21.0/icons/apps/48/multimedia-volume-control.svg new file mode 100644 index 0000000..0c9adb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/multimedia-volume-control.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/muon.svg b/breeze-icons-5.21.0/icons/apps/48/muon.svg new file mode 100644 index 0000000..bb0dbbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/muon.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/muondiscover.svg b/breeze-icons-5.21.0/icons/apps/48/muondiscover.svg new file mode 100644 index 0000000..bfae918 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/muondiscover.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/network-manager.svg b/breeze-icons-5.21.0/icons/apps/48/network-manager.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/network-manager.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/ntfs-config.svg b/breeze-icons-5.21.0/icons/apps/48/ntfs-config.svg new file mode 100644 index 0000000..b07ec29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ntfs-config.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/octave.svg b/breeze-icons-5.21.0/icons/apps/48/octave.svg new file mode 100644 index 0000000..21e5a37 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/octave.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/octopi.svg b/breeze-icons-5.21.0/icons/apps/48/octopi.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/octopi.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/office-address-book.svg b/breeze-icons-5.21.0/icons/apps/48/office-address-book.svg new file mode 100644 index 0000000..4370815 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/office-address-book.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/office-calendar.svg b/breeze-icons-5.21.0/icons/apps/48/office-calendar.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/office-calendar.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/okteta.svg b/breeze-icons-5.21.0/icons/apps/48/okteta.svg new file mode 100644 index 0000000..dfd6fb0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/okteta.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/okular.svg b/breeze-icons-5.21.0/icons/apps/48/okular.svg new file mode 100644 index 0000000..96b2980 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/okular.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/partitionmanager.svg b/breeze-icons-5.21.0/icons/apps/48/partitionmanager.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/partitionmanager.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/photolayoutseditor.svg b/breeze-icons-5.21.0/icons/apps/48/photolayoutseditor.svg new file mode 100644 index 0000000..99e0a8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/photolayoutseditor.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/plan.svg b/breeze-icons-5.21.0/icons/apps/48/plan.svg new file mode 100644 index 0000000..4362f58 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/plan.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/planetkde.svg b/breeze-icons-5.21.0/icons/apps/48/planetkde.svg new file mode 100644 index 0000000..4901bde --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/planetkde.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/plank.svg b/breeze-icons-5.21.0/icons/apps/48/plank.svg new file mode 100644 index 0000000..22188f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/plank.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/planner.svg b/breeze-icons-5.21.0/icons/apps/48/planner.svg new file mode 120000 index 0000000..8245354 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/planner.svg @@ -0,0 +1 @@ +plan.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/planwork.svg b/breeze-icons-5.21.0/icons/apps/48/planwork.svg new file mode 100644 index 0000000..e24ed37 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/planwork.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/plasma-media-center.svg b/breeze-icons-5.21.0/icons/apps/48/plasma-media-center.svg new file mode 100644 index 0000000..65d6682 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/plasma-media-center.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/plasma-mobile-phone.svg b/breeze-icons-5.21.0/icons/apps/48/plasma-mobile-phone.svg new file mode 100644 index 0000000..f715e97 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/plasma-mobile-phone.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/preferences-system.svg b/breeze-icons-5.21.0/icons/apps/48/preferences-system.svg new file mode 100644 index 0000000..ddbe3dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/preferences-system.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/qbittorrent.svg b/breeze-icons-5.21.0/icons/apps/48/qbittorrent.svg new file mode 100644 index 0000000..57d9173 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/qbittorrent.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/qdbusviewer.svg b/breeze-icons-5.21.0/icons/apps/48/qdbusviewer.svg new file mode 100644 index 0000000..3cdf309 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/qdbusviewer.svg @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/qelectrotech.svg b/breeze-icons-5.21.0/icons/apps/48/qelectrotech.svg new file mode 100644 index 0000000..fd21ff0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/qelectrotech.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/qtcreator.svg b/breeze-icons-5.21.0/icons/apps/48/qtcreator.svg new file mode 100644 index 0000000..9b10b22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/qtcreator.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/quassel.svg b/breeze-icons-5.21.0/icons/apps/48/quassel.svg new file mode 100644 index 0000000..8a47904 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/quassel.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ring.svg b/breeze-icons-5.21.0/icons/apps/48/ring.svg new file mode 100644 index 0000000..e69d03d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ring.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/scanner.svg b/breeze-icons-5.21.0/icons/apps/48/scanner.svg new file mode 120000 index 0000000..a6fb1a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/scanner.svg @@ -0,0 +1 @@ +skanlite.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/sheets.svg b/breeze-icons-5.21.0/icons/apps/48/sheets.svg new file mode 100644 index 0000000..ef4205d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/sheets.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/showfoto.svg b/breeze-icons-5.21.0/icons/apps/48/showfoto.svg new file mode 100644 index 0000000..4980dfa --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/showfoto.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/skanlite.svg b/breeze-icons-5.21.0/icons/apps/48/skanlite.svg new file mode 100644 index 0000000..d632923 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/skanlite.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/skrooge-black.svg b/breeze-icons-5.21.0/icons/apps/48/skrooge-black.svg new file mode 100644 index 0000000..6afaa93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/skrooge-black.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/skrooge-initial.svg b/breeze-icons-5.21.0/icons/apps/48/skrooge-initial.svg new file mode 120000 index 0000000..c0f3c03 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/skrooge-initial.svg @@ -0,0 +1 @@ +skrooge.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/skrooge.svg b/breeze-icons-5.21.0/icons/apps/48/skrooge.svg new file mode 100644 index 0000000..7af1746 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/skrooge.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/smartgit.svg b/breeze-icons-5.21.0/icons/apps/48/smartgit.svg new file mode 100644 index 0000000..cafaca0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/smartgit.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/smplayer.svg b/breeze-icons-5.21.0/icons/apps/48/smplayer.svg new file mode 100644 index 0000000..87c3ec1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/smplayer.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/spectacle.svg b/breeze-icons-5.21.0/icons/apps/48/spectacle.svg new file mode 120000 index 0000000..ffbc8d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/spectacle.svg @@ -0,0 +1 @@ +ksnapshot.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/stage.svg b/breeze-icons-5.21.0/icons/apps/48/stage.svg new file mode 100644 index 0000000..d813a94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/stage.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/sublime.svg b/breeze-icons-5.21.0/icons/apps/48/sublime.svg new file mode 100644 index 0000000..4496c20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/sublime.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/synaptic.svg b/breeze-icons-5.21.0/icons/apps/48/synaptic.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/synaptic.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/synfig_icon.svg b/breeze-icons-5.21.0/icons/apps/48/synfig_icon.svg new file mode 100644 index 0000000..d9ceeca --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/synfig_icon.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/system-file-manager.svg b/breeze-icons-5.21.0/icons/apps/48/system-file-manager.svg new file mode 100644 index 0000000..c4cdf81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/system-file-manager.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/system-help.svg b/breeze-icons-5.21.0/icons/apps/48/system-help.svg new file mode 100644 index 0000000..9dde6fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/system-help.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/system-shutdown.svg b/breeze-icons-5.21.0/icons/apps/48/system-shutdown.svg new file mode 100644 index 0000000..a5eae14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/system-shutdown.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/system-software-install.svg b/breeze-icons-5.21.0/icons/apps/48/system-software-install.svg new file mode 100644 index 0000000..8ad8698 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/system-software-install.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/system-software-update.svg b/breeze-icons-5.21.0/icons/apps/48/system-software-update.svg new file mode 100644 index 0000000..1c6f7b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/system-software-update.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/systemsettings.svg b/breeze-icons-5.21.0/icons/apps/48/systemsettings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/systemsettings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/telegram.svg b/breeze-icons-5.21.0/icons/apps/48/telegram.svg new file mode 100644 index 0000000..3bb96b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/telegram.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/telepathy-kde.svg b/breeze-icons-5.21.0/icons/apps/48/telepathy-kde.svg new file mode 100644 index 0000000..045508d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/telepathy-kde.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/tor-browser.svg b/breeze-icons-5.21.0/icons/apps/48/tor-browser.svg new file mode 100644 index 0000000..d728c62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/tor-browser.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/ubiquity.svg b/breeze-icons-5.21.0/icons/apps/48/ubiquity.svg new file mode 100644 index 0000000..a8f59a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/ubiquity.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/umbrello.svg b/breeze-icons-5.21.0/icons/apps/48/umbrello.svg new file mode 100644 index 0000000..d6b9a9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/umbrello.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/unetbootin.svg b/breeze-icons-5.21.0/icons/apps/48/unetbootin.svg new file mode 100644 index 0000000..034015d --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/unetbootin.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/usb-creator-kde.svg b/breeze-icons-5.21.0/icons/apps/48/usb-creator-kde.svg new file mode 100644 index 0000000..599e20e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/usb-creator-kde.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/utilities-energy-monitor.svg b/breeze-icons-5.21.0/icons/apps/48/utilities-energy-monitor.svg new file mode 100644 index 0000000..3be105c --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/utilities-energy-monitor.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/utilities-file-archiver.svg b/breeze-icons-5.21.0/icons/apps/48/utilities-file-archiver.svg new file mode 120000 index 0000000..f3f331a --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/utilities-file-archiver.svg @@ -0,0 +1 @@ +ark.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/apps/48/utilities-log-viewer.svg b/breeze-icons-5.21.0/icons/apps/48/utilities-log-viewer.svg new file mode 100644 index 0000000..137eb28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/utilities-log-viewer.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/utilities-system-monitor.svg b/breeze-icons-5.21.0/icons/apps/48/utilities-system-monitor.svg new file mode 100644 index 0000000..f964c77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/utilities-system-monitor.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/utilities-terminal.svg b/breeze-icons-5.21.0/icons/apps/48/utilities-terminal.svg new file mode 100644 index 0000000..d9c61b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/utilities-terminal.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/virtualbox.svg b/breeze-icons-5.21.0/icons/apps/48/virtualbox.svg new file mode 100644 index 0000000..1e074ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/virtualbox.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/vlc.svg b/breeze-icons-5.21.0/icons/apps/48/vlc.svg new file mode 100644 index 0000000..5184216 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/vlc.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/vokoscreen.svg b/breeze-icons-5.21.0/icons/apps/48/vokoscreen.svg new file mode 100644 index 0000000..f018def --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/vokoscreen.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/words.svg b/breeze-icons-5.21.0/icons/apps/48/words.svg new file mode 100644 index 0000000..e8d0e6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/words.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/xchat.svg b/breeze-icons-5.21.0/icons/apps/48/xchat.svg new file mode 100644 index 0000000..d6f16eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/xchat.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/xterm-color.svg b/breeze-icons-5.21.0/icons/apps/48/xterm-color.svg new file mode 100644 index 0000000..6c3eb4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/xterm-color.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/xterm.svg b/breeze-icons-5.21.0/icons/apps/48/xterm.svg new file mode 100644 index 0000000..2202ea8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/xterm.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/apps/48/yakuake.svg b/breeze-icons-5.21.0/icons/apps/48/yakuake.svg new file mode 100644 index 0000000..e16fd02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/apps/48/yakuake.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-development.svg b/breeze-icons-5.21.0/icons/categories/32/applications-development.svg new file mode 100644 index 0000000..3e6aeaa --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-development.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-education.svg b/breeze-icons-5.21.0/icons/categories/32/applications-education.svg new file mode 100644 index 0000000..1b8234d --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-education.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-engineering.svg b/breeze-icons-5.21.0/icons/categories/32/applications-engineering.svg new file mode 100644 index 0000000..3effc86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-engineering.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-games.svg b/breeze-icons-5.21.0/icons/categories/32/applications-games.svg new file mode 100644 index 0000000..9518df5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-games.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-graphics.svg b/breeze-icons-5.21.0/icons/categories/32/applications-graphics.svg new file mode 100644 index 0000000..3489cf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-graphics.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-internet.svg b/breeze-icons-5.21.0/icons/categories/32/applications-internet.svg new file mode 100644 index 0000000..c613d94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-internet.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-multimedia.svg b/breeze-icons-5.21.0/icons/categories/32/applications-multimedia.svg new file mode 100644 index 0000000..7752e5a --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-multimedia.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-office.svg b/breeze-icons-5.21.0/icons/categories/32/applications-office.svg new file mode 100644 index 0000000..603a3a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-office.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-other.svg b/breeze-icons-5.21.0/icons/categories/32/applications-other.svg new file mode 120000 index 0000000..8340062 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-other.svg @@ -0,0 +1 @@ +../../apps/32/preferences-other.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-science.svg b/breeze-icons-5.21.0/icons/categories/32/applications-science.svg new file mode 100644 index 0000000..63382c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-science.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-system.svg b/breeze-icons-5.21.0/icons/categories/32/applications-system.svg new file mode 120000 index 0000000..86aae64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-system.svg @@ -0,0 +1 @@ +../../apps/32/preferences-desktop.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/categories/32/applications-utilities.svg b/breeze-icons-5.21.0/icons/categories/32/applications-utilities.svg new file mode 100644 index 0000000..3b556b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/categories/32/applications-utilities.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/computer-laptop.svg b/breeze-icons-5.21.0/icons/devices/16/computer-laptop.svg new file mode 100644 index 0000000..2477135 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/computer-laptop.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/computer.svg b/breeze-icons-5.21.0/icons/devices/16/computer.svg new file mode 100644 index 0000000..dc5dba1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/computer.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/drive-harddisk.svg b/breeze-icons-5.21.0/icons/devices/16/drive-harddisk.svg new file mode 100644 index 0000000..00ffbe0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/drive-harddisk.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/drive-removable-media-usb-pendrive.svg b/breeze-icons-5.21.0/icons/devices/16/drive-removable-media-usb-pendrive.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/drive-removable-media-usb-pendrive.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/16/drive-removable-media-usb.svg b/breeze-icons-5.21.0/icons/devices/16/drive-removable-media-usb.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/16/drive-removable-media.svg b/breeze-icons-5.21.0/icons/devices/16/drive-removable-media.svg new file mode 100644 index 0000000..05aceb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/drive-removable-media.svg @@ -0,0 +1,15 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/input-tablet.svg b/breeze-icons-5.21.0/icons/devices/16/input-tablet.svg new file mode 100644 index 0000000..48273f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/input-tablet.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/media-floppy.svg b/breeze-icons-5.21.0/icons/devices/16/media-floppy.svg new file mode 120000 index 0000000..c7be1ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-floppy.svg @@ -0,0 +1 @@ +../../actions/16/document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/16/media-optical-audio.svg b/breeze-icons-5.21.0/icons/devices/16/media-optical-audio.svg new file mode 100644 index 0000000..b0a0708 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-optical-audio.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/media-optical-data.svg b/breeze-icons-5.21.0/icons/devices/16/media-optical-data.svg new file mode 100644 index 0000000..4bb5b64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-optical-data.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/media-optical-mixed-cd.svg b/breeze-icons-5.21.0/icons/devices/16/media-optical-mixed-cd.svg new file mode 100644 index 0000000..bd577e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-optical-mixed-cd.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/media-optical-recordable.svg b/breeze-icons-5.21.0/icons/devices/16/media-optical-recordable.svg new file mode 100644 index 0000000..5dec7cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-optical-recordable.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/media-optical-video.svg b/breeze-icons-5.21.0/icons/devices/16/media-optical-video.svg new file mode 100644 index 0000000..bd6adfa --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-optical-video.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/media-optical.svg b/breeze-icons-5.21.0/icons/devices/16/media-optical.svg new file mode 100644 index 0000000..3a2bf87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/media-optical.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/multimedia-player-ipod-mini-blue.svg b/breeze-icons-5.21.0/icons/devices/16/multimedia-player-ipod-mini-blue.svg new file mode 100644 index 0000000..8d7af1d --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/multimedia-player-ipod-mini-blue.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-bluetooth.svg b/breeze-icons-5.21.0/icons/devices/16/network-bluetooth.svg new file mode 100644 index 0000000..9235d4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-bluetooth.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-modem.svg b/breeze-icons-5.21.0/icons/devices/16/network-modem.svg new file mode 100644 index 0000000..738a60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-modem.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-vpn.svg b/breeze-icons-5.21.0/icons/devices/16/network-vpn.svg new file mode 100644 index 0000000..a60527b --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-vpn.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wired-activated.svg b/breeze-icons-5.21.0/icons/devices/16/network-wired-activated.svg new file mode 100644 index 0000000..20e92fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wired-activated.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wired-unavailable.svg b/breeze-icons-5.21.0/icons/devices/16/network-wired-unavailable.svg new file mode 100644 index 0000000..5193e49 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wired-unavailable.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wired.svg b/breeze-icons-5.21.0/icons/devices/16/network-wired.svg new file mode 120000 index 0000000..141bbe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wired.svg @@ -0,0 +1 @@ +network-wired-activated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-00.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-00.svg new file mode 100644 index 0000000..70cbf8f --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-00.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-100.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-100.svg new file mode 100644 index 0000000..6806116 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-100.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-25.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-25.svg new file mode 100644 index 0000000..07b288a --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-25.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-50.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-50.svg new file mode 100644 index 0000000..cd703bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-50.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-75.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-75.svg new file mode 100644 index 0000000..dfb5a9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless-connected-75.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless-disconnected.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless-disconnected.svg new file mode 100644 index 0000000..94d5270 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless-disconnected.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/network-wireless.svg b/breeze-icons-5.21.0/icons/devices/16/network-wireless.svg new file mode 120000 index 0000000..af03860 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/network-wireless.svg @@ -0,0 +1 @@ +network-wireless-connected-100.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/16/smartphone.svg b/breeze-icons-5.21.0/icons/devices/16/smartphone.svg new file mode 100644 index 0000000..baa813a --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/smartphone.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/16/tablet.svg b/breeze-icons-5.21.0/icons/devices/16/tablet.svg new file mode 100644 index 0000000..d9274ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/16/tablet.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/computer-laptop.svg b/breeze-icons-5.21.0/icons/devices/22/computer-laptop.svg new file mode 100644 index 0000000..d28146f --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/computer-laptop.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/computer.svg b/breeze-icons-5.21.0/icons/devices/22/computer.svg new file mode 100644 index 0000000..9c9e613 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/computer.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/drive-harddisk.svg b/breeze-icons-5.21.0/icons/devices/22/drive-harddisk.svg new file mode 100644 index 0000000..e2ae1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/drive-harddisk.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/drive-removable-media-usb-pendrive.svg b/breeze-icons-5.21.0/icons/devices/22/drive-removable-media-usb-pendrive.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/drive-removable-media-usb-pendrive.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/drive-removable-media-usb.svg b/breeze-icons-5.21.0/icons/devices/22/drive-removable-media-usb.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/drive-removable-media.svg b/breeze-icons-5.21.0/icons/devices/22/drive-removable-media.svg new file mode 100644 index 0000000..a360f19 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/drive-removable-media.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/input-keyboard.svg b/breeze-icons-5.21.0/icons/devices/22/input-keyboard.svg new file mode 100644 index 0000000..aad362c --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/input-keyboard.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/input-tablet.svg b/breeze-icons-5.21.0/icons/devices/22/input-tablet.svg new file mode 100644 index 0000000..0b996ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/input-tablet.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/input-touchpad.svg b/breeze-icons-5.21.0/icons/devices/22/input-touchpad.svg new file mode 100644 index 0000000..81a051a --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/input-touchpad.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/media-floppy.svg b/breeze-icons-5.21.0/icons/devices/22/media-floppy.svg new file mode 120000 index 0000000..f13ae03 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-floppy.svg @@ -0,0 +1 @@ +../../actions/22/document-save.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/media-optical-audio.svg b/breeze-icons-5.21.0/icons/devices/22/media-optical-audio.svg new file mode 120000 index 0000000..3a0e5cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-optical-audio.svg @@ -0,0 +1 @@ +../../actions/22/tools-rip-audio-cd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/media-optical-data.svg b/breeze-icons-5.21.0/icons/devices/22/media-optical-data.svg new file mode 100644 index 0000000..9c05e0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-optical-data.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/media-optical-mixed-cd.svg b/breeze-icons-5.21.0/icons/devices/22/media-optical-mixed-cd.svg new file mode 100644 index 0000000..074c407 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-optical-mixed-cd.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/media-optical-recordable.svg b/breeze-icons-5.21.0/icons/devices/22/media-optical-recordable.svg new file mode 100644 index 0000000..4479125 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-optical-recordable.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/media-optical-video.svg b/breeze-icons-5.21.0/icons/devices/22/media-optical-video.svg new file mode 120000 index 0000000..c84fbd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-optical-video.svg @@ -0,0 +1 @@ +../../actions/22/tools-rip-video-cd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/media-optical.svg b/breeze-icons-5.21.0/icons/devices/22/media-optical.svg new file mode 120000 index 0000000..162685a --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/media-optical.svg @@ -0,0 +1 @@ +../../actions/22/tools-media-optical-format.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/multimedia-player-ipod-mini-blue.svg b/breeze-icons-5.21.0/icons/devices/22/multimedia-player-ipod-mini-blue.svg new file mode 100644 index 0000000..a2ba401 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/multimedia-player-ipod-mini-blue.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-bluetooth.svg b/breeze-icons-5.21.0/icons/devices/22/network-bluetooth.svg new file mode 100644 index 0000000..91be0ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-bluetooth.svg @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-modem.svg b/breeze-icons-5.21.0/icons/devices/22/network-modem.svg new file mode 100644 index 0000000..e159a1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-modem.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-vpn.svg b/breeze-icons-5.21.0/icons/devices/22/network-vpn.svg new file mode 100644 index 0000000..a2e25a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-vpn.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wired-activated.svg b/breeze-icons-5.21.0/icons/devices/22/network-wired-activated.svg new file mode 100644 index 0000000..b45b22d --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wired-activated.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wired-unavailable.svg b/breeze-icons-5.21.0/icons/devices/22/network-wired-unavailable.svg new file mode 100644 index 0000000..cae9030 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wired-unavailable.svg @@ -0,0 +1,5 @@ + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wired.svg b/breeze-icons-5.21.0/icons/devices/22/network-wired.svg new file mode 120000 index 0000000..141bbe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wired.svg @@ -0,0 +1 @@ +network-wired-activated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-00.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-00.svg new file mode 100644 index 0000000..004c786 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-00.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-100.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-100.svg new file mode 100644 index 0000000..3b01373 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-100.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-25.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-25.svg new file mode 100644 index 0000000..92f21c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-25.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-50.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-50.svg new file mode 100644 index 0000000..7751f02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-50.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-75.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-75.svg new file mode 100644 index 0000000..672be0f --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless-connected-75.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless-disconnected.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless-disconnected.svg new file mode 100644 index 0000000..12850f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless-disconnected.svg @@ -0,0 +1,20 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/network-wireless.svg b/breeze-icons-5.21.0/icons/devices/22/network-wireless.svg new file mode 120000 index 0000000..af03860 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/network-wireless.svg @@ -0,0 +1 @@ +network-wireless-connected-100.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/22/smartphone.svg b/breeze-icons-5.21.0/icons/devices/22/smartphone.svg new file mode 100644 index 0000000..a430fbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/smartphone.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/22/tablet.svg b/breeze-icons-5.21.0/icons/devices/22/tablet.svg new file mode 100644 index 0000000..66c7d01 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/22/tablet.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/audio-card.svg b/breeze-icons-5.21.0/icons/devices/64/audio-card.svg new file mode 100644 index 0000000..bd1dc36 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/audio-card.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/audio-headphones.svg b/breeze-icons-5.21.0/icons/devices/64/audio-headphones.svg new file mode 100644 index 0000000..ee370cf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/audio-headphones.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/battery.svg b/breeze-icons-5.21.0/icons/devices/64/battery.svg new file mode 100644 index 0000000..d598ce8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/battery.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/camera-photo.svg b/breeze-icons-5.21.0/icons/devices/64/camera-photo.svg new file mode 100644 index 0000000..6b8f7fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/camera-photo.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/camera-web.svg b/breeze-icons-5.21.0/icons/devices/64/camera-web.svg new file mode 100644 index 0000000..1d9acbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/camera-web.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/computer-laptop.svg b/breeze-icons-5.21.0/icons/devices/64/computer-laptop.svg new file mode 100644 index 0000000..2e707e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/computer-laptop.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/computer.svg b/breeze-icons-5.21.0/icons/devices/64/computer.svg new file mode 100644 index 0000000..f5df857 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/computer.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/cpu.svg b/breeze-icons-5.21.0/icons/devices/64/cpu.svg new file mode 100644 index 0000000..14a183d --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/cpu.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/drive-harddisk.svg b/breeze-icons-5.21.0/icons/devices/64/drive-harddisk.svg new file mode 100644 index 0000000..9dcc8b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/drive-harddisk.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/drive-removable-media-usb-pendrive.svg b/breeze-icons-5.21.0/icons/devices/64/drive-removable-media-usb-pendrive.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/drive-removable-media-usb-pendrive.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/64/drive-removable-media-usb.svg b/breeze-icons-5.21.0/icons/devices/64/drive-removable-media-usb.svg new file mode 120000 index 0000000..a283cdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/64/drive-removable-media.svg b/breeze-icons-5.21.0/icons/devices/64/drive-removable-media.svg new file mode 100644 index 0000000..c0ea0a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/drive-removable-media.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/input-gaming.svg b/breeze-icons-5.21.0/icons/devices/64/input-gaming.svg new file mode 100644 index 0000000..249f76d --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/input-gaming.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/input-keyboard.svg b/breeze-icons-5.21.0/icons/devices/64/input-keyboard.svg new file mode 100644 index 0000000..6227b78 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/input-keyboard.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/input-mouse.svg b/breeze-icons-5.21.0/icons/devices/64/input-mouse.svg new file mode 100644 index 0000000..db004f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/input-mouse.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/input-tablet.svg b/breeze-icons-5.21.0/icons/devices/64/input-tablet.svg new file mode 100644 index 0000000..926aa22 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/input-tablet.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/input-touchpad.svg b/breeze-icons-5.21.0/icons/devices/64/input-touchpad.svg new file mode 100644 index 0000000..c1f4389 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/input-touchpad.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-flash-memory-stick.svg b/breeze-icons-5.21.0/icons/devices/64/media-flash-memory-stick.svg new file mode 100644 index 0000000..9cc2f23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-flash-memory-stick.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-flash-sd-mmc.svg b/breeze-icons-5.21.0/icons/devices/64/media-flash-sd-mmc.svg new file mode 100644 index 0000000..f895921 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-flash-sd-mmc.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-flash-smart-media.svg b/breeze-icons-5.21.0/icons/devices/64/media-flash-smart-media.svg new file mode 120000 index 0000000..e5c447a --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-flash-smart-media.svg @@ -0,0 +1 @@ +media-flash-sd-mmc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/64/media-flash.svg b/breeze-icons-5.21.0/icons/devices/64/media-flash.svg new file mode 100644 index 0000000..fde77d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-flash.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical-audio.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical-audio.svg new file mode 100644 index 0000000..8613138 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical-audio.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical-blu-ray.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical-blu-ray.svg new file mode 100644 index 0000000..668dc3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical-blu-ray.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical-data.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical-data.svg new file mode 100644 index 0000000..a901de8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical-data.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical-dvd.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical-dvd.svg new file mode 100644 index 0000000..d614560 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical-dvd.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical-recordable.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical-recordable.svg new file mode 100644 index 0000000..7085ea5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical-recordable.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical-video.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical-video.svg new file mode 100644 index 0000000..b86cfbc --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical-video.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/media-optical.svg b/breeze-icons-5.21.0/icons/devices/64/media-optical.svg new file mode 100644 index 0000000..7895605 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/media-optical.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/multimedia-player.svg b/breeze-icons-5.21.0/icons/devices/64/multimedia-player.svg new file mode 100644 index 0000000..0f05184 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/multimedia-player.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/network-card.svg b/breeze-icons-5.21.0/icons/devices/64/network-card.svg new file mode 100644 index 0000000..29b2ec2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/network-card.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/phone.svg b/breeze-icons-5.21.0/icons/devices/64/phone.svg new file mode 120000 index 0000000..9a05e5c --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/phone.svg @@ -0,0 +1 @@ +smartphone.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/devices/64/printer.svg b/breeze-icons-5.21.0/icons/devices/64/printer.svg new file mode 100644 index 0000000..d96428e --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/printer.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/scanner.svg b/breeze-icons-5.21.0/icons/devices/64/scanner.svg new file mode 100644 index 0000000..ce96173 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/scanner.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/smartphone.svg b/breeze-icons-5.21.0/icons/devices/64/smartphone.svg new file mode 100644 index 0000000..cfeef87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/smartphone.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/video-display.svg b/breeze-icons-5.21.0/icons/devices/64/video-display.svg new file mode 100644 index 0000000..fd8ce1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/video-display.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/devices/64/video-television.svg b/breeze-icons-5.21.0/icons/devices/64/video-television.svg new file mode 100644 index 0000000..b04c30d --- /dev/null +++ b/breeze-icons-5.21.0/icons/devices/64/video-television.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/emblem-symbolic-link.svg b/breeze-icons-5.21.0/icons/emblems/16/emblem-symbolic-link.svg new file mode 100644 index 0000000..94f8eb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/emblem-symbolic-link.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/rating-unrated.svg b/breeze-icons-5.21.0/icons/emblems/16/rating-unrated.svg new file mode 100644 index 0000000..371202a --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/rating-unrated.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/rating.svg b/breeze-icons-5.21.0/icons/emblems/16/rating.svg new file mode 100644 index 0000000..ef9c3ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/rating.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-added.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-added.svg new file mode 100644 index 0000000..ecda019 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-added.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-conflicting.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-conflicting.svg new file mode 100644 index 0000000..5f05cb1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-conflicting.svg @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-locally-modified-unstaged.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-locally-modified-unstaged.svg new file mode 100644 index 0000000..8d00659 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-locally-modified-unstaged.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-locally-modified.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-locally-modified.svg new file mode 100644 index 0000000..4c03bdf --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-locally-modified.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-normal.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-normal.svg new file mode 100644 index 0000000..e3f3c00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-normal.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-removed.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-removed.svg new file mode 100644 index 0000000..a579ea4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-removed.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/16/vcs-update-required.svg b/breeze-icons-5.21.0/icons/emblems/16/vcs-update-required.svg new file mode 100644 index 0000000..50b8a77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/16/vcs-update-required.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/22/emblem-encrypted-unlocked.svg b/breeze-icons-5.21.0/icons/emblems/22/emblem-encrypted-unlocked.svg new file mode 100644 index 0000000..677145e --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/22/emblem-encrypted-unlocked.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/22/emblem-favorite.svg b/breeze-icons-5.21.0/icons/emblems/22/emblem-favorite.svg new file mode 100644 index 0000000..80c9d24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/22/emblem-favorite.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/22/emblem-important.svg b/breeze-icons-5.21.0/icons/emblems/22/emblem-important.svg new file mode 100644 index 0000000..db57ef6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/22/emblem-important.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/22/emblem-locked.svg b/breeze-icons-5.21.0/icons/emblems/22/emblem-locked.svg new file mode 100644 index 0000000..df6ab41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/22/emblem-locked.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/22/emblem-symbolic-link.svg b/breeze-icons-5.21.0/icons/emblems/22/emblem-symbolic-link.svg new file mode 100644 index 0000000..9fdc2d5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/22/emblem-symbolic-link.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/checkmark.svg b/breeze-icons-5.21.0/icons/emblems/8/checkmark.svg new file mode 120000 index 0000000..5693f29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/checkmark.svg @@ -0,0 +1 @@ +emblem-mounted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-added.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-added.svg new file mode 100644 index 0000000..e4fc9e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-added.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-checked.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-checked.svg new file mode 120000 index 0000000..5693f29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-checked.svg @@ -0,0 +1 @@ +emblem-mounted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-error.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-error.svg new file mode 100644 index 0000000..6b5fbd9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-error.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-information.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-information.svg new file mode 100644 index 0000000..5a18d24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-information.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-locked.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-locked.svg new file mode 100644 index 0000000..cd4a89e --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-locked.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-mounted.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-mounted.svg new file mode 100644 index 0000000..c074a09 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-mounted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-pause.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-pause.svg new file mode 100644 index 0000000..fe3bf7d --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-pause.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-question.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-question.svg new file mode 100644 index 0000000..31d6c6b --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-question.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-remove.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-remove.svg new file mode 100644 index 0000000..bd1fa3a --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-remove.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-success.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-success.svg new file mode 120000 index 0000000..5693f29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-success.svg @@ -0,0 +1 @@ +emblem-mounted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-unavailable.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-unavailable.svg new file mode 100644 index 0000000..6a86e5d --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-unavailable.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-unlocked.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-unlocked.svg new file mode 100644 index 0000000..6450d86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-unlocked.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-unmounted.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-unmounted.svg new file mode 100644 index 0000000..b06a72e --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-unmounted.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emblems/8/emblem-warning.svg b/breeze-icons-5.21.0/icons/emblems/8/emblem-warning.svg new file mode 100644 index 0000000..6c54871 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emblems/8/emblem-warning.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/drink-beer.svg b/breeze-icons-5.21.0/icons/emotes/22/drink-beer.svg new file mode 100644 index 0000000..01ce3d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/drink-beer.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/drink-martini.svg b/breeze-icons-5.21.0/icons/emotes/22/drink-martini.svg new file mode 100644 index 0000000..7fd21ab --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/drink-martini.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-angel.svg b/breeze-icons-5.21.0/icons/emotes/22/face-angel.svg new file mode 100644 index 0000000..c54335d --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-angel.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-angry.svg b/breeze-icons-5.21.0/icons/emotes/22/face-angry.svg new file mode 100644 index 0000000..6709ba4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-angry.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-clown.svg b/breeze-icons-5.21.0/icons/emotes/22/face-clown.svg new file mode 100644 index 0000000..18e2848 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-clown.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-confused.svg b/breeze-icons-5.21.0/icons/emotes/22/face-confused.svg new file mode 100644 index 0000000..b7b47fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-confused.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-cool.svg b/breeze-icons-5.21.0/icons/emotes/22/face-cool.svg new file mode 100644 index 0000000..29d5830 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-cool.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-crying.svg b/breeze-icons-5.21.0/icons/emotes/22/face-crying.svg new file mode 100644 index 0000000..8132a03 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-crying.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-devilish.svg b/breeze-icons-5.21.0/icons/emotes/22/face-devilish.svg new file mode 100644 index 0000000..d43f5b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-devilish.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-embarrassed.svg b/breeze-icons-5.21.0/icons/emotes/22/face-embarrassed.svg new file mode 100644 index 0000000..ef38da1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-embarrassed.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-glasses.svg b/breeze-icons-5.21.0/icons/emotes/22/face-glasses.svg new file mode 100644 index 0000000..dcab136 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-glasses.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-hug-left.svg b/breeze-icons-5.21.0/icons/emotes/22/face-hug-left.svg new file mode 100644 index 0000000..cd5cf85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-hug-left.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-hug-right.svg b/breeze-icons-5.21.0/icons/emotes/22/face-hug-right.svg new file mode 100644 index 0000000..cee0509 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-hug-right.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-in-love.svg b/breeze-icons-5.21.0/icons/emotes/22/face-in-love.svg new file mode 100644 index 0000000..98ac9dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-in-love.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-kiss.svg b/breeze-icons-5.21.0/icons/emotes/22/face-kiss.svg new file mode 100644 index 0000000..848eedc --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-kiss.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-laughing.svg b/breeze-icons-5.21.0/icons/emotes/22/face-laughing.svg new file mode 100644 index 0000000..baa365c --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-laughing.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-ninja.svg b/breeze-icons-5.21.0/icons/emotes/22/face-ninja.svg new file mode 100644 index 0000000..1fb8b44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-ninja.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-pirate.svg b/breeze-icons-5.21.0/icons/emotes/22/face-pirate.svg new file mode 100644 index 0000000..1d781bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-pirate.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-plain.svg b/breeze-icons-5.21.0/icons/emotes/22/face-plain.svg new file mode 100644 index 0000000..2430d21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-plain.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-quiet.svg b/breeze-icons-5.21.0/icons/emotes/22/face-quiet.svg new file mode 100644 index 0000000..6aa7f00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-quiet.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-raspberry.svg b/breeze-icons-5.21.0/icons/emotes/22/face-raspberry.svg new file mode 100644 index 0000000..13ba357 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-raspberry.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-sad.svg b/breeze-icons-5.21.0/icons/emotes/22/face-sad.svg new file mode 100644 index 0000000..a092a41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-sad.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-sick.svg b/breeze-icons-5.21.0/icons/emotes/22/face-sick.svg new file mode 100644 index 0000000..11d92ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-sick.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-sleeping.svg b/breeze-icons-5.21.0/icons/emotes/22/face-sleeping.svg new file mode 100644 index 0000000..da3bedc --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-sleeping.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-smile-big.svg b/breeze-icons-5.21.0/icons/emotes/22/face-smile-big.svg new file mode 100644 index 0000000..28dd220 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-smile-big.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-smile-grin.svg b/breeze-icons-5.21.0/icons/emotes/22/face-smile-grin.svg new file mode 100644 index 0000000..204e723 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-smile-grin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-smile.svg b/breeze-icons-5.21.0/icons/emotes/22/face-smile.svg new file mode 100644 index 0000000..8209f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-smile.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-smirk.svg b/breeze-icons-5.21.0/icons/emotes/22/face-smirk.svg new file mode 100644 index 0000000..b140066 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-smirk.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-surprise.svg b/breeze-icons-5.21.0/icons/emotes/22/face-surprise.svg new file mode 100644 index 0000000..eec0315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-surprise.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-uncertain.svg b/breeze-icons-5.21.0/icons/emotes/22/face-uncertain.svg new file mode 100644 index 0000000..36958a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-uncertain.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-wink.svg b/breeze-icons-5.21.0/icons/emotes/22/face-wink.svg new file mode 100644 index 0000000..cfdd502 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-wink.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-worried.svg b/breeze-icons-5.21.0/icons/emotes/22/face-worried.svg new file mode 100644 index 0000000..1b0354c --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-worried.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/face-yawn.svg b/breeze-icons-5.21.0/icons/emotes/22/face-yawn.svg new file mode 100644 index 0000000..341d6fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/face-yawn.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/emotes/22/food-cake.svg b/breeze-icons-5.21.0/icons/emotes/22/food-cake.svg new file mode 100644 index 0000000..7bfd448 --- /dev/null +++ b/breeze-icons-5.21.0/icons/emotes/22/food-cake.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/index.theme b/breeze-icons-5.21.0/icons/index.theme new file mode 100644 index 0000000..b97d7df --- /dev/null +++ b/breeze-icons-5.21.0/icons/index.theme @@ -0,0 +1,317 @@ +[Icon Theme] +Name=Breeze +Name[ar]=نسيم +Name[ast]=Breeze +Name[ca]=Brisa +Name[ca@valencia]=Brisa +Name[cs]=Breeze +Name[da]=Breeze +Name[de]=Breeze +Name[en_GB]=Breeze +Name[es]=Brisa +Name[fi]=Breeze +Name[gl]=Breeze +Name[ia]=Breeze +Name[it]=Brezza +Name[ko]=Breeze +Name[nl]=Breeze +Name[nn]=Breeze +Name[pl]=Bryza +Name[pt]=Brisa +Name[pt_BR]=Breeze +Name[ru]=Breeze +Name[sk]=Breeze +Name[sl]=Sapica +Name[sr]=Поветарац +Name[sr@ijekavian]=Поветарац +Name[sr@ijekavianlatin]=Povetarac +Name[sr@latin]=Povetarac +Name[sv]=Breeze +Name[uk]=Breeze +Name[x-test]=xxBreezexx +Name[zh_CN]=微风 + +Comment=Default Plasma 5 Theme +Comment[ar]=سمة بلازما 5 الافتراضيّة +Comment[ast]=Tema de Plasma 5 por defeutu +Comment[ca]=Tema del Plasma 5 per defecte +Comment[ca@valencia]=Tema del Plasma 5 per defecte +Comment[cs]=Výchozí motiv Plasma 5 +Comment[da]=Standard Plasma 5-tema +Comment[de]=Standard-Arbeitsflächendesign für Plasma 5 +Comment[en_GB]=Default Plasma 5 Theme +Comment[es]=Tema por omisión de Plasma 5 +Comment[fi]=Plasma 5:n oletusteema +Comment[gl]=Tema predeterminado de Plasma 5 +Comment[ia]=Thema predefinite de Plasma 5 +Comment[it]=Tema predefinito di Plasma 5 +Comment[ko]=기본 Plasma 5 테마 +Comment[nl]=Standaard Plasma 5 thema +Comment[nn]=Standard Plasma 5-tema +Comment[pl]=Domyślny wystrój Plazmy 5 +Comment[pt]=Tema Predefinido do Plasma 5 +Comment[pt_BR]=Tema padrão do Plasma 5 +Comment[ru]=Стандартный набор значков в Plasma 5 +Comment[sk]=Predvolená téma Plasma 5 +Comment[sl]=Privzeta tema za Plasmo 5 +Comment[sr]=Подразумевана тема Плазме 5 +Comment[sr@ijekavian]=Подразумевана тема Плазме 5 +Comment[sr@ijekavianlatin]=Podrazumevana tema Plasme 5 +Comment[sr@latin]=Podrazumevana tema Plasme 5 +Comment[sv]=Plasma 5 standardtema +Comment[uk]=Типова тема Плазми 5 +Comment[x-test]=xxDefault Plasma 5 Themexx +Comment[zh_CN]=默认 Plasma 5 主题 + +DisplayDepth=32 + +Inherits=hicolor + +Example=folder + +DesktopDefault=48 +DesktopSizes=16,22,32,48,64,128,256 +ToolbarDefault=22 +ToolbarSizes=16,22,32,48 +MainToolbarDefault=22 +MainToolbarSizes=16,22,32,48 +SmallDefault=16 +SmallSizes=16,22,32,48 +PanelDefault=32 +PanelSizes=16,22,32,48,64,128,256 +DialogDefault=32 +DialogSizes=16,22,32,48,64,128,256 + +########## Directories +########## ordered by category and alphabetically + +Directories=actions/12,actions/16,actions/22,actions/24,actions/32,actions/48,apps/16,apps/22,apps/32,apps/48,applets/256,categories/16,categories/22,categories/32,categories/48,devices/16,devices/22,devices/48,devices/64,emblems/8,emblems/16,emblems/22,emotes/22,mimetypes/16,mimetypes/22,mimetypes/32,mimetypes/64,places/16,places/22,places/32,places/64,status/16,status/22,status/24,status/64 + +########## Actions +########## ordered by size + +#12x12 - Fixed size - For Inkscape +[actions/12] +Size=12 +Context=Actions +Type=Fixed + +#16x16 - Fixed size - For use in sidebar(s) smaller toolbar(s) >!!!ONLY!!!<: e.g. Kate movable sidebar/toolbar (search and replace, current project, etc.) or Juk tree view - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/16] +Size=16 +Context=Actions +Type=Fixed + +#22x22 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/22] +Size=22 +Context=Actions +Type=Fixed + +#24x24 - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/24] +Size=24 +Context=Actions +Type=Fixed + +#32x32 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/32] +Size=32 +Context=Actions +Type=Fixed + +########## Apps +########## ordered by size + +#16x16 - Fixed size - Application icon(s) for Dolphin sidebar - OPTIONAL + DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[apps/16] +Size=16 +Context=Applications +Type=Fixed + +#22x22 - Fixed size - Workaround icon(s) for toolbar(s) button(s) e.g. Dolphin Open Terminal/About Dolphin/About KDE buttons - WRONG_ICON_USAGE_BY_APP - Monochrome +[apps/22] +Size=22 +Context=Applications +Type=Fixed + +#32x32 - Fixed size - For System Settings icons >!!!ONLY!!!< - Scalable to the following sizes: 32x32 (default), 64x64, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[apps/32] +Size=32 +Context=Applications +Type=Fixed + +#48x48 - Scalable - For application icons >!!!ONLY!!!< - Scalable to the following sizes: 48x48 (default), 96x96 and 24x24 (not recommended) - DO_NOT_USE_ANYWHERE_ELSE - Color +[apps/48] +Size=48 +Context=Applications +Type=Scalable +MinSize=48 +MaxSize=256 + +#256x256 - Scalable - For applets / widgets icons >!!!ONLY!!! - DO_NOT_USE_ANYWHERE_ELSE - Color +[applets/256] +Size=256 +Context=Applications +Type=Scalable +MinSize=48 +MaxSize=256 + +########## Categories +########## ordered by size + +#32x32 - Fixed size - For categories icons >!!!ONLY!!!< - Used in Kickoff (KDE 4.x.x) and Lancelot. Also used in MATE and Cinnamon (just FYI) - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[categories/32] +Size=32 +Context=Categories +Type=Fixed + +########## Devices +########## ordered by size + +#16x16 - Fixed size - For small device icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[devices/16] +Size=16 +Context=Devices +Type=Fixed + +#22x22 - Fixed size - For small device icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[devices/22] +Size=22 +Context=Devices +Type=Fixed + +#64x64 - Scalable - For device icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[devices/64] +Size=64 +Context=Devices +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Emblems +########## ordered by size + +#8x8 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/8] +Size=8 +Context=Emblems +Type=Fixed + +#16x16 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/16] +Size=16 +Context=Emblems +Type=Fixed + +#22x22 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/22] +Size=22 +Context=Emblems +Type=Fixed + +########## Emoticons +########## ordered by size + +#22x22 - Fixed size - Emoticons - DO_NOT_USE_ANYWHERE_ELSE - Color/flat +[emotes/22] +Size=22 +Context=Emotes +Type=Fixed + +########## Mimetypes +########## ordered by size + +#16x16 - Fixed size - For small file type icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[mimetypes/16] +Size=16 +Context=MimeTypes +Type=Fixed +MinSize=16 + +#22x22 - Fixed size - For small file type icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[mimetypes/22] +Size=22 +Context=MimeTypes +Type=Scalable +MinSize=22 +MaxSize=24 + +#32x32 - Scalable - For file type icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[mimetypes/32] +Size=32 +Context=MimeTypes +Type=Scalable +MinSize=32 +MaxSize=48 + +#64x64 - Scalable - For file type icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[mimetypes/64] +Size=64 +Context=MimeTypes +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Places +########## ordered by size + +#16x16 - Fixed size - For small folder icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[places/16] +Size=16 +Context=Places +Type=Fixed +MinSize=16 + +#22x22 - Fixed size - Workaround icon(s) for toolbar(s) button(s) e.g. KMail trash icon - WRONG_ICON_USAGE_BY_APP - Monochrome +[places/22] +Size=22 +Context=Places +Type=Fixed + +#32x32 - Scalable - For folder icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[places/32] +Size=32 +Context=Places +Type=Scalable +MinSize=32 +MaxSize=48 + +#64x64 - Scalable - For folder icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[places/64] +Size=64 +Context=Places +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Status +########## ordered by size + +#16x16 - Fixed size - For IM status icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[status/16] +Size=16 +Context=Status +Type=Fixed + +#22x22 - Fixed size - Icon(s) for Plasma theme/System Tray. Not particularly used on Plasma. - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[status/22] +Size=22 +Context=Status +Type=Scalable +MinSize=22 +MaxSize=32 + +#24x24 - Fixed size - for GTK apps. - WRONG_ICON_USAGE_BY_APP - Monochrome +[status/24] +Size=24 +Context=Status +Type=Fixed + +#64x64 - Fixed size - For dialog icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color +[status/64] +Size=64 +Context=Status +Type=Fixed + +########## EOF diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/android-package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/16/android-package-archive.svg new file mode 100644 index 0000000..0b4018b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/android-package-archive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-atom+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-atom+xml.svg new file mode 100644 index 0000000..cd2097c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-atom+xml.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-epub+zip.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-epub+zip.svg new file mode 100644 index 0000000..73b68ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-epub+zip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-illustrator.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-illustrator.svg new file mode 100644 index 0000000..3538302 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-illustrator.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-msword-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-msword.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-octet-stream.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-octet-stream.svg new file mode 100644 index 0000000..74920f9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-octet-stream.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-ogg.svg new file mode 100644 index 0000000..6ea8eb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-ogg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pdf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pdf.svg new file mode 100644 index 0000000..1a24ed1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pdf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-encrypted.svg new file mode 100644 index 0000000..3b3d9cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-encrypted.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-keys.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp.svg new file mode 100644 index 0000000..18fa510 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pgp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-postscript.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-postscript.svg new file mode 100644 index 0000000..74a30d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-postscript.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-relaxng.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-rss+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-sxw.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.iccprofile.svg new file mode 100644 index 0000000..9f00a99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.iccprofile.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..c3d635a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..3bc7ab8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..0984b2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..a1786bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..3e94142 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..93f7cde --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..6489d79 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..1da3e7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.scribus.svg new file mode 100644 index 0000000..2ef89c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.scribus.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..ad11f80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-7z-compressed.svg new file mode 100644 index 0000000..7d6fa4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-7z-compressed.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-abiword.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ace.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ace.svg new file mode 100644 index 0000000..ccffa84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ace.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-applix-word.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ar.svg new file mode 100644 index 0000000..d2a9e0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-arc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-arc.svg new file mode 100644 index 0000000..227dec4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-arc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-arj.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-arj.svg new file mode 100644 index 0000000..782aee7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-arj.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bittorrent.svg new file mode 100644 index 0000000..c137189 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bittorrent.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-blender.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-blender.svg new file mode 100644 index 0000000..2ce47d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-blender.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzdvi.svg new file mode 100644 index 0000000..4c9d67c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzdvi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..c15ceeb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzip-compressed-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzip.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzip.svg new file mode 100644 index 0000000..c895bdd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-bzip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cd-image.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cd-image.svg new file mode 100644 index 0000000..d844396 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cd-image.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cda.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cda.svg new file mode 100644 index 0000000..8b817fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cda.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-chm.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-chm.svg new file mode 100644 index 0000000..96d4781 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-chm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-compress.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-compressed-tar.svg new file mode 100644 index 0000000..b09f803 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-compressed-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cpio.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cpio.svg new file mode 100644 index 0000000..fad88ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cpio.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cue.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-deb.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-deb.svg new file mode 100644 index 0000000..a659013 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-deb.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-designer.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-designer.svg new file mode 100644 index 0000000..6e0eec2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-designer.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-desktop.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-desktop.svg new file mode 100644 index 0000000..bcf9031 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-desktop.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-egon.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-executable-script.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-executable-script.svg new file mode 100644 index 0000000..a55aed9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-executable-script.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-executable.svg new file mode 100644 index 0000000..5af074b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-executable.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-flash-video.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-afm.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-afm.svg new file mode 100644 index 0000000..a1222a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-afm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-bdf.svg new file mode 100644 index 0000000..d6b6271 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-bdf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-otf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-otf.svg new file mode 100644 index 0000000..105d8f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-otf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-snf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-ttf.svg new file mode 100644 index 0000000..cdce288 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-ttf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-type1.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-type1.svg new file mode 100644 index 0000000..bcaab62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-font-type1.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzdvi.svg new file mode 100644 index 0000000..6b7480d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzdvi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzip.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzip.svg new file mode 100644 index 0000000..2ebb176 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzpostscript.svg new file mode 100644 index 0000000..d56a419 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-gzpostscript.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-iso.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-it87.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-jar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java-applet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java-archive.svg new file mode 100644 index 0000000..98eaaae --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java-archive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java.svg new file mode 100644 index 0000000..a985da5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-java.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-javascript.svg new file mode 100644 index 0000000..41b0b0b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-javascript.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-k3b.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..42d08ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kdenlivetitle.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..b8ac3e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexi-connectiondata.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..7705032 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-shortcut.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kformula.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kontour.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kplato.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kplato.svg new file mode 100644 index 0000000..9bf8df6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kplato.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-krita.svg new file mode 100644 index 0000000..98413f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-krita.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kvtml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kvtml.svg new file mode 100644 index 0000000..40fae10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kvtml.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kword.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lha.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lha.svg new file mode 100644 index 0000000..b5addc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lha.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lyx.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lyx.svg new file mode 100644 index 0000000..b11463d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lyx.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..792d363 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lzma-compressed-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lzop.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lzop.svg new file mode 100644 index 0000000..f9e239e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-lzop.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-m4.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-marble.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-marble.svg new file mode 100644 index 0000000..70fa8eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-marble.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ms-shortcut.svg new file mode 100644 index 0000000..3c347b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ms-shortcut.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mswrite.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-nzb.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-object.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-pak.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-pem-key.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-pem-key.svg new file mode 100644 index 0000000..619784b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-pem-key.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-perl.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-perl.svg new file mode 100644 index 0000000..b7ed031 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-perl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-php.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-php.svg new file mode 100644 index 0000000..217e8d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-php.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-plasma.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-plasma.svg new file mode 100644 index 0000000..d6371bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-plasma.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-python-bytecode.svg new file mode 100644 index 0000000..9d966fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-python-bytecode.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-qet-element.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-qet-project.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-quattropro.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-rar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-rar.svg new file mode 100644 index 0000000..fd309b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-rar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-rpm.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-rpm.svg new file mode 100644 index 0000000..c7653a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-rpm.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ruby.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ruby.svg new file mode 100644 index 0000000..f5965c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-ruby.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-shellscript.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-shockwave-flash.svg new file mode 100644 index 0000000..ca583f3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-shockwave-flash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-siag.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sif.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-skg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-skg.svg new file mode 100644 index 0000000..2470651 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-skg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-skgc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-skgc.svg new file mode 100644 index 0000000..26be78d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-skgc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-smb-server.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-smb-workgroup.svg new file mode 100644 index 0000000..8a27304 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-smb-workgroup.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-srt.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-srt.svg new file mode 100644 index 0000000..743b897 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-srt.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-srtrip.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-subrip.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tar.svg new file mode 100644 index 0000000..40baa42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tarz.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tarz.svg new file mode 100644 index 0000000..cd92e06 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tarz.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tgif.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-theme.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-theme.svg new file mode 100644 index 0000000..c8ee5d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-theme.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-trash.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-trash.svg new file mode 100644 index 0000000..b1337b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-trash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-troff-man.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tzo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tzo.svg new file mode 100644 index 0000000..e951e8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-tzo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-wmf.svg new file mode 100644 index 0000000..0e73264 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-wmf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-zerosize.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-zerosize.svg new file mode 100644 index 0000000..bd1366e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-zerosize.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-x-zoo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-xsd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-xslt+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/application-zip.svg b/breeze-icons-5.21.0/icons/mimetypes/16/application-zip.svg new file mode 100644 index 0000000..a7d4b13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/application-zip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-ac3.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-midi.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-midi.svg new file mode 100644 index 0000000..9cbccde --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-midi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp3.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-prs.sid.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-aiff.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-flac.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-flac.svg new file mode 100644 index 0000000..f7b5ba7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-flac.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-generic.svg new file mode 100644 index 0000000..08bf323 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-monkey.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-mpeg.svg new file mode 100644 index 0000000..2ae5a7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-mpeg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-wav.svg b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-wav.svg new file mode 100644 index 0000000..ea301d1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/audio-x-wav.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/16/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/fonts-package.svg b/breeze-icons-5.21.0/icons/mimetypes/16/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-bmp.svg new file mode 100644 index 0000000..5e9421b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-bmp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-gif.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-gif.svg new file mode 100644 index 0000000..36b777a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-gif.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-jpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-jpeg.svg new file mode 100644 index 0000000..d4f853c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-jpeg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-jpeg2000.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-png.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-png.svg new file mode 100644 index 0000000..23704fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-png.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-svg+xml-compressed.svg new file mode 100644 index 0000000..71a9b12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-svg+xml-compressed.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-tiff.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-tiff.svg new file mode 100644 index 0000000..418f39f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-tiff.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.dgn.svg new file mode 100644 index 0000000..5efa3d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.dgn.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.djvu.svg new file mode 100644 index 0000000..01500bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.djvu.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.dwg.svg new file mode 100644 index 0000000..3e69f40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.dwg.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-adobe-dng.svg new file mode 100644 index 0000000..bed670f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-adobe-dng.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-emf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-eps.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-generic.svg new file mode 100644 index 0000000..35596f5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-ico.svg new file mode 100644 index 0000000..3b2dc36 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-ico.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-icon.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-psd.svg new file mode 100644 index 0000000..ac17732 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-psd.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-tga.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-tga.svg new file mode 100644 index 0000000..14a523a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-tga.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..8af550d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-xcf.svg new file mode 100644 index 0000000..6501483 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-xcf.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/image-x-xfig.svg b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/inode-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/16/inode-directory.svg new file mode 120000 index 0000000..6b2ed9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/inode-directory.svg @@ -0,0 +1 @@ +../../places/16/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-database.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-extension.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-text.svg b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/message-news.svg b/breeze-icons-5.21.0/icons/mimetypes/16/message-news.svg new file mode 100644 index 0000000..9921e0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/message-news.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/message-partial.svg b/breeze-icons-5.21.0/icons/mimetypes/16/message-partial.svg new file mode 100644 index 0000000..5abe302 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/message-partial.svg @@ -0,0 +1,57 @@ + + + + + + + + + + image/svg+xml + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/message-rfc822.svg b/breeze-icons-5.21.0/icons/mimetypes/16/message-rfc822.svg new file mode 100644 index 0000000..8e71917 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/message-rfc822.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons/mimetypes/16/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/message.svg b/breeze-icons-5.21.0/icons/mimetypes/16/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/none.svg b/breeze-icons-5.21.0/icons/mimetypes/16/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/odf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/package-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/16/package-x-generic.svg new file mode 100644 index 0000000..7d6fa4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/package-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-css.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-css.svg new file mode 100644 index 0000000..3b18e80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-css.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-csv.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-csv.svg new file mode 100644 index 0000000..1ce007e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-csv.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-enriched.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-html.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-html.svg new file mode 100644 index 0000000..78e4739 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-html.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-mathml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-rdf+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-rdf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-rtf.svg new file mode 100644 index 0000000..2eef990 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-rtf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-sgml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-troff.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-vcalendar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-vnd.abc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-adasrc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-adasrc.svg new file mode 100644 index 0000000..ce570bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-adasrc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-authors.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-authors.svg new file mode 100644 index 0000000..8eb2091 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-authors.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-bibtex.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-c++hdr.svg new file mode 100644 index 0000000..42a53a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-c++hdr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-c++src.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-c++src.svg new file mode 100644 index 0000000..ea73814 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-c++src.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-changelog.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-changelog.svg new file mode 100644 index 0000000..a486034 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-changelog.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-chdr.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-chdr.svg new file mode 100644 index 0000000..3dc00e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-chdr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-cmake.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-copying.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-credits.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-csharp.svg new file mode 100644 index 0000000..aed8dd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-csharp.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-csrc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-csrc.svg new file mode 100644 index 0000000..571e258 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-csrc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-dtd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-generic.svg new file mode 100644 index 0000000..f14fac9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-haskell.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-haskell.svg new file mode 100644 index 0000000..7ce7efd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-haskell.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-hex.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-hex.svg new file mode 100644 index 0000000..ad3154d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-hex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-install.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-install.svg new file mode 100644 index 0000000..9f7a515 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-install.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-java-source.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-ldif.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-lilypond.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-log.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-makefile.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-markdown.svg new file mode 100644 index 0000000..b79cdf3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-markdown.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-nfo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-objchdr.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-opml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-pascal.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-pascal.svg new file mode 100644 index 0000000..5622222 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-pascal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-patch.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-patch.svg new file mode 100644 index 0000000..fa89b9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-patch.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-po.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-po.svg new file mode 100644 index 0000000..d5fd5f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-po.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-python.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-qml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-qml.svg new file mode 100644 index 0000000..4dc2caf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-qml.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-readme.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-rpm-spec.svg new file mode 100644 index 0000000..f3f7ced --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-rpm-spec.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-script.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-script.svg new file mode 100644 index 0000000..c22b76f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-script.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-sql.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-tcl.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-tcl.svg new file mode 100644 index 0000000..6335aed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-tcl.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-tex.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-tex.svg new file mode 100644 index 0000000..307c8db --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-tex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-texinfo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-texinfo.svg new file mode 100644 index 0000000..70e0155 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-texinfo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-vcard.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-x-xslfo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-xmcd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/text-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/16/text-xml.svg new file mode 100644 index 0000000..59220bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/text-xml.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/unknown.svg b/breeze-icons-5.21.0/icons/mimetypes/16/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/uri-mms.svg b/breeze-icons-5.21.0/icons/mimetypes/16/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/uri-mmst.svg b/breeze-icons-5.21.0/icons/mimetypes/16/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/uri-pnm.svg b/breeze-icons-5.21.0/icons/mimetypes/16/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/uri-rtspt.svg b/breeze-icons-5.21.0/icons/mimetypes/16/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/uri-rtspu.svg b/breeze-icons-5.21.0/icons/mimetypes/16/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-mp4.svg new file mode 100644 index 0000000..acf8a02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-mp4.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-vivo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-wavelet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-webm.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-webm.svg new file mode 100644 index 0000000..3c7e22a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-webm.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-anim.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-flic.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-flv.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-generic.svg new file mode 100644 index 0000000..ea4affe --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-generic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-javafx.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-matroska.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-matroska.svg new file mode 100644 index 0000000..2ae8d5e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-matroska.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-mng.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-msvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/video-x-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-wmv.svg new file mode 100644 index 0000000..b4d11ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/video-x-wmv.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-hdd.svg new file mode 100644 index 0000000..ff0ad3a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-hdd.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-ova.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-ova.svg new file mode 100644 index 0000000..a9e7c5c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-ova.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-ovf.svg new file mode 100644 index 0000000..14ae9b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-ovf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..08934d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vbox-extpack.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vbox.svg new file mode 100644 index 0000000..821007a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vbox.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vdi.svg new file mode 100644 index 0000000..7e0aa70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vdi.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vmdk.svg new file mode 100644 index 0000000..a771b87 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/virtualbox-vmdk.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..5bd81d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-kde-nsplugin-generated.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-media-podcast.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-media-podcast.svg new file mode 100644 index 0000000..3d7d2cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-media-podcast.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-address-book.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-calendar.svg new file mode 100644 index 0000000..dc22be8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-calendar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-contact.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-contact.svg new file mode 100644 index 0000000..75d17b8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-contact.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-document.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-document.svg new file mode 100644 index 0000000..d4723e9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-document.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-drawing.svg new file mode 100644 index 0000000..f2ac1ac --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-drawing.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-presentation.svg new file mode 100644 index 0000000..9ce9c6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-presentation.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/16/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-spreadsheet.svg new file mode 100644 index 0000000..4c20823 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/16/x-office-spreadsheet.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/android-package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/22/android-package-archive.svg new file mode 100644 index 0000000..045aa4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/android-package-archive.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-atom+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-atom+xml.svg new file mode 100644 index 0000000..90436ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-atom+xml.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-epub+zip.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-epub+zip.svg new file mode 100644 index 0000000..847d498 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-epub+zip.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-illustrator.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-illustrator.svg new file mode 100644 index 0000000..cb6c74f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-illustrator.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-msword-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-msword.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-octet-stream.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-octet-stream.svg new file mode 100644 index 0000000..27a8a2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-octet-stream.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-ogg.svg new file mode 100644 index 0000000..ada8def --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-ogg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pdf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pdf.svg new file mode 100644 index 0000000..3086919 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pdf.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-encrypted.svg new file mode 100644 index 0000000..183edc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-encrypted.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-keys.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp.svg new file mode 100644 index 0000000..48a6197 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pgp.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-postscript.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-postscript.svg new file mode 100644 index 0000000..81e14a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-postscript.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-relaxng.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-rss+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-sxw.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.iccprofile.svg new file mode 100644 index 0000000..17eb1bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.iccprofile.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..43ce0fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..a5837a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..e5f3440 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..1d61d48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..a786860 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..ec6dd2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..8e12776 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..fc421d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.scribus.svg new file mode 100644 index 0000000..441088b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.scribus.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..c5a682c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-7z-compressed.svg new file mode 100644 index 0000000..8cacaf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-7z-compressed.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-abiword.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ace.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ace.svg new file mode 100644 index 0000000..0cab7c9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ace.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-applix-word.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ar.svg new file mode 100644 index 0000000..b081067 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-arc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-arc.svg new file mode 100644 index 0000000..619389c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-arc.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-arj.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-arj.svg new file mode 100644 index 0000000..7f56e40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-arj.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bittorrent.svg new file mode 100644 index 0000000..8a78c26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bittorrent.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-blender.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-blender.svg new file mode 100644 index 0000000..3e9f20a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-blender.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzdvi.svg new file mode 100644 index 0000000..cecbd80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzdvi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..4b6f979 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzip-compressed-tar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzip.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzip.svg new file mode 100644 index 0000000..8bdc7e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-bzip.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cd-image.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cd-image.svg new file mode 100644 index 0000000..c3942c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cd-image.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cda.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cda.svg new file mode 100644 index 0000000..9f7dbcd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cda.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-chm.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-chm.svg new file mode 100644 index 0000000..10b4c9d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-chm.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-compress.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-compressed-tar.svg new file mode 100644 index 0000000..5271ea6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-compressed-tar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cpio.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cpio.svg new file mode 100644 index 0000000..c8434ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cpio.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cue.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-deb.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-deb.svg new file mode 100644 index 0000000..e650a35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-deb.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-designer.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-designer.svg new file mode 100644 index 0000000..d74b71c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-designer.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-desktop.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-desktop.svg new file mode 100644 index 0000000..e173deb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-desktop.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-egon.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-executable-script.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-executable-script.svg new file mode 100644 index 0000000..fa17968 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-executable-script.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-executable.svg new file mode 100644 index 0000000..d4e973f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-executable.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-flash-video.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-afm.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-afm.svg new file mode 100644 index 0000000..5201286 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-afm.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-bdf.svg new file mode 100644 index 0000000..6ca8437 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-bdf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-otf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-otf.svg new file mode 100644 index 0000000..e90629a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-otf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-snf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-ttf.svg new file mode 100644 index 0000000..f595e42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-ttf.svg @@ -0,0 +1,95 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-type1.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-type1.svg new file mode 100644 index 0000000..0a7dfd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-font-type1.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzdvi.svg new file mode 100644 index 0000000..d69f54d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzdvi.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzip.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzip.svg new file mode 100644 index 0000000..a7a76f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzip.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzpostscript.svg new file mode 100644 index 0000000..89bf2ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-gzpostscript.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-iso.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-it87.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-jar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java-applet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java-archive.svg new file mode 100644 index 0000000..2629225 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java-archive.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java.svg new file mode 100644 index 0000000..977f53e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-java.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-javascript.svg new file mode 100644 index 0000000..4e1525a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-javascript.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-k3b.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..ea1b5af --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kdenlivetitle.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..8b06ea3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexi-connectiondata.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..ba52f04 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-shortcut.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kformula.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kontour.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kplato.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kplato.svg new file mode 100644 index 0000000..6b65e02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kplato.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-krita.svg new file mode 100644 index 0000000..fbb2462 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-krita.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kvtml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kvtml.svg new file mode 100644 index 0000000..73e7086 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kvtml.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kword.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lha.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lha.svg new file mode 100644 index 0000000..2e96fe3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lha.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lyx.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lyx.svg new file mode 100644 index 0000000..0cfbeb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lyx.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..aa52cf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lzma-compressed-tar.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lzop.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lzop.svg new file mode 100644 index 0000000..6752745 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-lzop.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-m4.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-marble.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-marble.svg new file mode 100644 index 0000000..6bcc096 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-marble.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ms-shortcut.svg new file mode 100644 index 0000000..68059ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ms-shortcut.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mswrite.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-nzb.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-object.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-pak.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-pem-key.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-pem-key.svg new file mode 100644 index 0000000..2a2ac48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-pem-key.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-perl.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-perl.svg new file mode 100644 index 0000000..8efc5bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-perl.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-php.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-php.svg new file mode 100644 index 0000000..186f3f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-php.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-plasma.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-plasma.svg new file mode 100644 index 0000000..91768e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-plasma.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-python-bytecode.svg new file mode 100644 index 0000000..e10de6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-python-bytecode.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-qet-element.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-qet-project.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-quattropro.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-rar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-rar.svg new file mode 100644 index 0000000..790da0d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-rar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-rpm.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-rpm.svg new file mode 100644 index 0000000..cb722bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-rpm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ruby.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ruby.svg new file mode 100644 index 0000000..ff299f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-ruby.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-shellscript.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-shockwave-flash.svg new file mode 100644 index 0000000..35e6993 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-shockwave-flash.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-siag.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sif.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-skg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-skg.svg new file mode 100644 index 0000000..89a9097 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-skg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-skgc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-skgc.svg new file mode 100644 index 0000000..537fea9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-skgc.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-smb-server.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-smb-workgroup.svg new file mode 100644 index 0000000..9282c58 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-smb-workgroup.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-srt.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-srt.svg new file mode 100644 index 0000000..1d1b5cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-srt.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-srtrip.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-subrip.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tar.svg new file mode 100644 index 0000000..a052b9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tar.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tarz.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tarz.svg new file mode 100644 index 0000000..447f174 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tarz.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tgif.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-theme.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-theme.svg new file mode 100644 index 0000000..e429eb4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-theme.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-trash.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-trash.svg new file mode 100644 index 0000000..b351475 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-trash.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-troff-man.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tzo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tzo.svg new file mode 100644 index 0000000..32a97f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-tzo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-wmf.svg new file mode 100644 index 0000000..d5c798e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-wmf.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-zerosize.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-zerosize.svg new file mode 100644 index 0000000..6a8eba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-zerosize.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-x-zoo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-xsd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-xslt+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/application-zip.svg b/breeze-icons-5.21.0/icons/mimetypes/22/application-zip.svg new file mode 100644 index 0000000..5718131 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/application-zip.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-ac3.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-midi.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-midi.svg new file mode 100644 index 0000000..4033e08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-midi.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp3.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-prs.sid.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-aiff.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-flac.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-flac.svg new file mode 100644 index 0000000..02af39c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-flac.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-generic.svg new file mode 100644 index 0000000..557d723 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-generic.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-monkey.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-mpeg.svg new file mode 100644 index 0000000..a73b6a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-mpeg.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-wav.svg b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-wav.svg new file mode 100644 index 0000000..3086c23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/audio-x-wav.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/22/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/fonts-package.svg b/breeze-icons-5.21.0/icons/mimetypes/22/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-bmp.svg new file mode 100644 index 0000000..1a91de0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-bmp.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-gif.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-gif.svg new file mode 100644 index 0000000..50ab370 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-gif.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-jpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-jpeg.svg new file mode 100644 index 0000000..1804a6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-jpeg.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-jpeg2000.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-png.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-png.svg new file mode 100644 index 0000000..2a8bbe6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-png.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-svg+xml-compressed.svg new file mode 100644 index 0000000..c7aaf86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-svg+xml-compressed.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-tiff.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-tiff.svg new file mode 100644 index 0000000..74ada9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-tiff.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.dgn.svg new file mode 100644 index 0000000..2487521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.dgn.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.djvu.svg new file mode 100644 index 0000000..af0384a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.djvu.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.dwg.svg new file mode 100644 index 0000000..91a8343 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.dwg.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-adobe-dng.svg new file mode 100644 index 0000000..4eb92a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-adobe-dng.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-emf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-eps.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-generic.svg new file mode 100644 index 0000000..d952610 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-generic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-ico.svg new file mode 100644 index 0000000..cfcc4bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-ico.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-icon.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-psd.svg new file mode 100644 index 0000000..3a6bc98 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-psd.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-tga.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-tga.svg new file mode 100644 index 0000000..e55cbff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-tga.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..2558d6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-xcf.svg new file mode 100644 index 0000000..e9e9b0a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-xcf.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/image-x-xfig.svg b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/inode-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/22/inode-directory.svg new file mode 120000 index 0000000..5c02317 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/inode-directory.svg @@ -0,0 +1 @@ +../../places/22/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-database.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-extension.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-text.svg b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/message-news.svg b/breeze-icons-5.21.0/icons/mimetypes/22/message-news.svg new file mode 100644 index 0000000..776f798 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/message-news.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/message-partial.svg b/breeze-icons-5.21.0/icons/mimetypes/22/message-partial.svg new file mode 100644 index 0000000..f0ca0a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/message-partial.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/message-rfc822.svg b/breeze-icons-5.21.0/icons/mimetypes/22/message-rfc822.svg new file mode 100644 index 0000000..9882d9b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/message-rfc822.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons/mimetypes/22/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/message.svg b/breeze-icons-5.21.0/icons/mimetypes/22/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/none.svg b/breeze-icons-5.21.0/icons/mimetypes/22/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/odf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/package-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/22/package-x-generic.svg new file mode 100644 index 0000000..8cacaf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/package-x-generic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-css.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-css.svg new file mode 100644 index 0000000..2e1d3e6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-css.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-csv.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-csv.svg new file mode 100644 index 0000000..9d53714 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-csv.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-enriched.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-html.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-html.svg new file mode 100644 index 0000000..50ae4f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-html.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-mathml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-rdf+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-rdf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-rtf.svg new file mode 100644 index 0000000..b4e2de6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-rtf.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-sgml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-troff.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-vcalendar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-vnd.abc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-adasrc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-adasrc.svg new file mode 100644 index 0000000..822b265 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-adasrc.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-authors.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-authors.svg new file mode 100644 index 0000000..c15536b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-authors.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-bibtex.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-c++hdr.svg new file mode 100644 index 0000000..eaa1250 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-c++hdr.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-c++src.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-c++src.svg new file mode 100644 index 0000000..f2d300d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-c++src.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-changelog.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-changelog.svg new file mode 100644 index 0000000..5e09deb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-changelog.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-chdr.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-chdr.svg new file mode 100644 index 0000000..7fc9ceb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-chdr.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-cmake.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-copying.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-credits.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-csharp.svg new file mode 100644 index 0000000..412f1d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-csharp.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-csrc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-csrc.svg new file mode 100644 index 0000000..130cb10 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-csrc.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-dtd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-generic.svg new file mode 100644 index 0000000..d4e3f57 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-generic.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-haskell.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-haskell.svg new file mode 100644 index 0000000..2485c39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-haskell.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-hex.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-hex.svg new file mode 100644 index 0000000..7fe9594 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-hex.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-install.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-install.svg new file mode 100644 index 0000000..08e5589 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-install.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-java-source.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-ldif.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-lilypond.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-log.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-makefile.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-markdown.svg new file mode 100644 index 0000000..b56082e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-markdown.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-nfo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-objchdr.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-opml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-pascal.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-pascal.svg new file mode 100644 index 0000000..ae73de5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-pascal.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-patch.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-patch.svg new file mode 100644 index 0000000..93d6bda --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-patch.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-po.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-po.svg new file mode 100644 index 0000000..3891783 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-po.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-python.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-qml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-qml.svg new file mode 100644 index 0000000..d1913a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-qml.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-readme.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-rpm-spec.svg new file mode 100644 index 0000000..197d67f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-rpm-spec.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-script.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-script.svg new file mode 100644 index 0000000..32cb524 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-script.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-sql.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-tcl.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-tcl.svg new file mode 100644 index 0000000..b580e48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-tcl.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-tex.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-tex.svg new file mode 100644 index 0000000..8834fa3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-tex.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-texinfo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-texinfo.svg new file mode 100644 index 0000000..42d2930 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-texinfo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-vcard.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-x-xslfo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-xmcd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/text-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/22/text-xml.svg new file mode 100644 index 0000000..253de71 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/text-xml.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/unknown.svg b/breeze-icons-5.21.0/icons/mimetypes/22/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/uri-mms.svg b/breeze-icons-5.21.0/icons/mimetypes/22/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/uri-mmst.svg b/breeze-icons-5.21.0/icons/mimetypes/22/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/uri-pnm.svg b/breeze-icons-5.21.0/icons/mimetypes/22/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/uri-rtspt.svg b/breeze-icons-5.21.0/icons/mimetypes/22/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/uri-rtspu.svg b/breeze-icons-5.21.0/icons/mimetypes/22/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-mp4.svg new file mode 100644 index 0000000..3c43eb5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-mp4.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-vivo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-wavelet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-webm.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-webm.svg new file mode 100644 index 0000000..9494bea --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-webm.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-anim.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-flic.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-flv.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-generic.svg new file mode 100644 index 0000000..4afd061 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-generic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-javafx.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-matroska.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-matroska.svg new file mode 100644 index 0000000..643ef3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-matroska.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-mng.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-msvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/video-x-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-wmv.svg new file mode 100644 index 0000000..0426ce3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/video-x-wmv.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-hdd.svg new file mode 100644 index 0000000..bc40b85 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-hdd.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-ova.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-ova.svg new file mode 100644 index 0000000..b4d4cba --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-ova.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-ovf.svg new file mode 100644 index 0000000..f983fe4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-ovf.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..defbea1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vbox-extpack.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vbox.svg new file mode 100644 index 0000000..1de5e56 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vbox.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vdi.svg new file mode 100644 index 0000000..b4ff90f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vdi.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vmdk.svg new file mode 100644 index 0000000..1ed8cdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/virtualbox-vmdk.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..f065f77 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-kde-nsplugin-generated.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-media-podcast.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-media-podcast.svg new file mode 100644 index 0000000..8fb1062 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-media-podcast.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-address-book.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-calendar.svg new file mode 100644 index 0000000..721fde9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-calendar.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-contact.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-contact.svg new file mode 100644 index 0000000..c377196 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-contact.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-document.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-document.svg new file mode 100644 index 0000000..0f0175b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-document.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-drawing.svg new file mode 100644 index 0000000..62226f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-drawing.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-presentation.svg new file mode 100644 index 0000000..d1ae164 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-presentation.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/22/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-spreadsheet.svg new file mode 100644 index 0000000..966ba17 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/22/x-office-spreadsheet.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/android-package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/32/android-package-archive.svg new file mode 100644 index 0000000..9596696 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/android-package-archive.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-atom+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-atom+xml.svg new file mode 100644 index 0000000..1ad80ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-atom+xml.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-epub+zip.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-epub+zip.svg new file mode 100644 index 0000000..2c25fec --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-epub+zip.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-illustrator.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-illustrator.svg new file mode 100644 index 0000000..4bf4b46 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-illustrator.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-msword-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-msword.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-octet-stream.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-octet-stream.svg new file mode 100644 index 0000000..a76c961 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-octet-stream.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-ogg.svg new file mode 100644 index 0000000..a8f65d3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-ogg.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pdf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pdf.svg new file mode 100644 index 0000000..c86896b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pdf.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-encrypted.svg new file mode 100644 index 0000000..b3d6de1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-encrypted.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-keys.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp.svg new file mode 100644 index 0000000..225053e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pgp.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-postscript.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-postscript.svg new file mode 100644 index 0000000..0b4a2a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-postscript.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-relaxng.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-rss+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-sxw.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.iccprofile.svg new file mode 100644 index 0000000..e40dd59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.iccprofile.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..0047434 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..366e9ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..87e3c5c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..66c82bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..7d73393 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..e485f58 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..aed909a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..522e0a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.scribus.svg new file mode 100644 index 0000000..2670854 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.scribus.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..4f47e3b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-7z-compressed.svg new file mode 100644 index 0000000..a790e78 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-7z-compressed.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-abiword.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ace.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ace.svg new file mode 100644 index 0000000..760e729 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ace.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-applix-word.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ar.svg new file mode 100644 index 0000000..070eafd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ar.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-arc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-arc.svg new file mode 100644 index 0000000..48d8607 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-arc.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-arj.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-arj.svg new file mode 100644 index 0000000..bcf1ca5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-arj.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bittorrent.svg new file mode 100644 index 0000000..296de24 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bittorrent.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-blender.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-blender.svg new file mode 100644 index 0000000..d03075b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-blender.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzdvi.svg new file mode 100644 index 0000000..23e2a41 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzdvi.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..9bb5b48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzip-compressed-tar.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzip.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzip.svg new file mode 100644 index 0000000..9166a16 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-bzip.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cd-image.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cd-image.svg new file mode 100644 index 0000000..8d556fd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cd-image.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cda.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cda.svg new file mode 100644 index 0000000..4662086 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cda.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-chm.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-chm.svg new file mode 100644 index 0000000..bc80312 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-chm.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-compress.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-compressed-tar.svg new file mode 100644 index 0000000..cacf43f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-compressed-tar.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cpio.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cpio.svg new file mode 100644 index 0000000..bcf1ca5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cpio.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cue.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-deb.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-deb.svg new file mode 100644 index 0000000..c917937 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-deb.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-designer.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-designer.svg new file mode 100644 index 0000000..e13f294 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-designer.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-desktop.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-desktop.svg new file mode 100644 index 0000000..4b9e8d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-desktop.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-egon.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-executable-script.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-executable-script.svg new file mode 100644 index 0000000..ef0a7f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-executable-script.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-executable.svg new file mode 100644 index 0000000..b0a2af6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-executable.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-flash-video.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-afm.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-afm.svg new file mode 100644 index 0000000..89d5a63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-afm.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-bdf.svg new file mode 100644 index 0000000..67a3a4b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-bdf.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-otf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-otf.svg new file mode 100644 index 0000000..3703e90 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-otf.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-snf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-ttf.svg new file mode 100644 index 0000000..0fdb9e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-ttf.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-type1.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-type1.svg new file mode 100644 index 0000000..bc030fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-font-type1.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzdvi.svg new file mode 100644 index 0000000..bcf1ca5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzdvi.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzip.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzip.svg new file mode 100644 index 0000000..272a411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzip.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzpostscript.svg new file mode 100644 index 0000000..335b056 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-gzpostscript.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-iso.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-it87.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-jar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java-applet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java-archive.svg new file mode 100644 index 0000000..0193017 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java-archive.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java.svg new file mode 100644 index 0000000..eab72aa --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-java.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-javascript.svg new file mode 100644 index 0000000..2da469c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-javascript.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-k3b.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..529edae --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kdenlivetitle.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..1da844f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexi-connectiondata.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..987992a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-shortcut.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kformula.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kontour.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kplato.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kplato.svg new file mode 100644 index 0000000..b1e6339 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kplato.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-krita.svg new file mode 100644 index 0000000..bf3884d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-krita.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kvtml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kvtml.svg new file mode 100644 index 0000000..4a185f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kvtml.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kword.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lha.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lha.svg new file mode 100644 index 0000000..2311db5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lha.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lyx.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lyx.svg new file mode 100644 index 0000000..46c1d6a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lyx.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..272a411 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lzma-compressed-tar.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lzop.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lzop.svg new file mode 100644 index 0000000..80eae49 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-lzop.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-m4.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-marble.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-marble.svg new file mode 100644 index 0000000..2ab0a91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-marble.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ms-shortcut.svg new file mode 100644 index 0000000..a6369e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ms-shortcut.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mswrite.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-nzb.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-object.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-pak.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-pem-key.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-pem-key.svg new file mode 100644 index 0000000..b670446 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-pem-key.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-perl.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-perl.svg new file mode 100644 index 0000000..7f2c1ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-perl.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-php.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-php.svg new file mode 100644 index 0000000..fb9a87b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-php.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-plasma.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-plasma.svg new file mode 100644 index 0000000..c852a44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-plasma.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-python-bytecode.svg new file mode 100644 index 0000000..bee1387 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-python-bytecode.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-qet-element.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-qet-project.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-quattropro.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-rar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-rar.svg new file mode 100644 index 0000000..9fb640e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-rar.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-rpm.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-rpm.svg new file mode 100644 index 0000000..74711f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-rpm.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ruby.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ruby.svg new file mode 100644 index 0000000..dd3def9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-ruby.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-shellscript.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-shockwave-flash.svg new file mode 100644 index 0000000..422fe8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-shockwave-flash.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-siag.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sif.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-skg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-skg.svg new file mode 100644 index 0000000..a5bb761 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-skg.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-skgc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-skgc.svg new file mode 100644 index 0000000..e3c3cc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-skgc.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-smb-server.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-smb-workgroup.svg new file mode 100644 index 0000000..57cbf8e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-smb-workgroup.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-srt.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-srt.svg new file mode 100644 index 0000000..11289f8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-srt.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-srtrip.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-subrip.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tar.svg new file mode 100644 index 0000000..5e9581c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tar.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tarz.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tarz.svg new file mode 100644 index 0000000..1e3792f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tarz.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tgif.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-theme.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-theme.svg new file mode 100644 index 0000000..860c54d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-theme.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-trash.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-trash.svg new file mode 100644 index 0000000..09a864d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-trash.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-troff-man.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tzo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tzo.svg new file mode 100644 index 0000000..648edd6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-tzo.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-wmf.svg new file mode 100644 index 0000000..3bf512f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-wmf.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-zerosize.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-zerosize.svg new file mode 100644 index 0000000..8f53287 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-zerosize.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-x-zoo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-xsd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-xslt+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/application-zip.svg b/breeze-icons-5.21.0/icons/mimetypes/32/application-zip.svg new file mode 100644 index 0000000..83062e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/application-zip.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-ac3.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-midi.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-midi.svg new file mode 100644 index 0000000..0c01357 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-midi.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp3.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-prs.sid.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-aiff.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-flac.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-flac.svg new file mode 100644 index 0000000..0adeece --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-flac.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-generic.svg new file mode 100644 index 0000000..5058d1a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-generic.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-monkey.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-mpeg.svg new file mode 100644 index 0000000..1aab6e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-mpeg.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-wav.svg b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-wav.svg new file mode 100644 index 0000000..867d5a8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/audio-x-wav.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/32/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/fonts-package.svg b/breeze-icons-5.21.0/icons/mimetypes/32/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-bmp.svg new file mode 100644 index 0000000..c3f1852 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-bmp.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-gif.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-gif.svg new file mode 100644 index 0000000..ec668c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-gif.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-jpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-jpeg.svg new file mode 100644 index 0000000..33ca315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-jpeg.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-jpeg2000.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-png.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-png.svg new file mode 100644 index 0000000..2112fac --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-png.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-svg+xml-compressed.svg new file mode 100644 index 0000000..c784473 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-svg+xml-compressed.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-tiff.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-tiff.svg new file mode 100644 index 0000000..8b7f5a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-tiff.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.dgn.svg new file mode 100644 index 0000000..1fbe089 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.dgn.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.djvu.svg new file mode 100644 index 0000000..818693c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.djvu.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.dwg.svg new file mode 100644 index 0000000..009df19 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.dwg.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-adobe-dng.svg new file mode 100644 index 0000000..4e9dcd0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-adobe-dng.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-emf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-eps.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-generic.svg new file mode 100644 index 0000000..32e3e6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-generic.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-ico.svg new file mode 100644 index 0000000..01819f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-ico.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-icon.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-psd.svg new file mode 100644 index 0000000..e2fd425 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-psd.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-tga.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-tga.svg new file mode 100644 index 0000000..e39e4e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-tga.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..a766af5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-xcf.svg new file mode 100644 index 0000000..8edd581 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-xcf.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/image-x-xfig.svg b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/inode-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/32/inode-directory.svg new file mode 120000 index 0000000..2fdfcef --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/inode-directory.svg @@ -0,0 +1 @@ +../../places/32/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-database.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-extension.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-text.svg b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/message-news.svg b/breeze-icons-5.21.0/icons/mimetypes/32/message-news.svg new file mode 100644 index 0000000..2f67eef --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/message-news.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/message-partial.svg b/breeze-icons-5.21.0/icons/mimetypes/32/message-partial.svg new file mode 100644 index 0000000..1585c21 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/message-partial.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/message-rfc822.svg b/breeze-icons-5.21.0/icons/mimetypes/32/message-rfc822.svg new file mode 100644 index 0000000..02f98a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/message-rfc822.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons/mimetypes/32/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/message.svg b/breeze-icons-5.21.0/icons/mimetypes/32/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/none.svg b/breeze-icons-5.21.0/icons/mimetypes/32/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/odf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/package-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/32/package-x-generic.svg new file mode 100644 index 0000000..13b31a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/package-x-generic.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-css.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-css.svg new file mode 100644 index 0000000..51e294d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-css.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-csv.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-csv.svg new file mode 100644 index 0000000..bc07769 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-csv.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-enriched.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-html.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-html.svg new file mode 100644 index 0000000..e8fd87d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-html.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-mathml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-rdf+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-rdf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-rtf.svg new file mode 100644 index 0000000..1268f82 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-rtf.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-sgml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-troff.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-vcalendar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-vnd.abc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-adasrc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-adasrc.svg new file mode 100644 index 0000000..8174081 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-adasrc.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-authors.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-authors.svg new file mode 100644 index 0000000..5665806 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-authors.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-bibtex.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-c++hdr.svg new file mode 100644 index 0000000..0350d76 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-c++hdr.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-c++src.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-c++src.svg new file mode 100644 index 0000000..164983e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-c++src.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-changelog.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-changelog.svg new file mode 100644 index 0000000..a266fab --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-changelog.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-chdr.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-chdr.svg new file mode 100644 index 0000000..9764465 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-chdr.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-cmake.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-copying.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-credits.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-csharp.svg new file mode 100644 index 0000000..aba60e3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-csharp.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-csrc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-csrc.svg new file mode 100644 index 0000000..bddf49f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-csrc.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-dtd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-generic.svg new file mode 100644 index 0000000..d954a1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-generic.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-haskell.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-haskell.svg new file mode 100644 index 0000000..21877cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-haskell.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-hex.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-hex.svg new file mode 100644 index 0000000..62e1606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-hex.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-install.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-install.svg new file mode 100644 index 0000000..2da8028 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-install.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-java-source.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-ldif.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-lilypond.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-log.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-makefile.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-markdown.svg new file mode 100644 index 0000000..e734c78 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-markdown.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-nfo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-objchdr.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-opml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-pascal.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-pascal.svg new file mode 100644 index 0000000..5e6d8f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-pascal.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-patch.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-patch.svg new file mode 100644 index 0000000..165fa44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-patch.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-po.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-po.svg new file mode 100644 index 0000000..8ef5a72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-po.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-python.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-qml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-qml.svg new file mode 100644 index 0000000..7aa12c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-qml.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-readme.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-rpm-spec.svg new file mode 100644 index 0000000..f420da7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-rpm-spec.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-script.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-script.svg new file mode 100644 index 0000000..ca49fe5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-script.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-sql.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-tcl.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-tcl.svg new file mode 100644 index 0000000..f1c6578 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-tcl.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-tex.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-tex.svg new file mode 100644 index 0000000..416a7c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-tex.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-texinfo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-texinfo.svg new file mode 100644 index 0000000..91d6453 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-texinfo.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-vcard.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-x-xslfo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-xmcd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/text-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/32/text-xml.svg new file mode 100644 index 0000000..f13e756 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/text-xml.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/unknown.svg b/breeze-icons-5.21.0/icons/mimetypes/32/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/uri-mms.svg b/breeze-icons-5.21.0/icons/mimetypes/32/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/uri-mmst.svg b/breeze-icons-5.21.0/icons/mimetypes/32/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/uri-pnm.svg b/breeze-icons-5.21.0/icons/mimetypes/32/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/uri-rtspt.svg b/breeze-icons-5.21.0/icons/mimetypes/32/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/uri-rtspu.svg b/breeze-icons-5.21.0/icons/mimetypes/32/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-mp4.svg new file mode 100644 index 0000000..7368389 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-mp4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-vivo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-wavelet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-webm.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-webm.svg new file mode 100644 index 0000000..1d3623e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-webm.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-anim.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-flic.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-flv.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-generic.svg new file mode 100644 index 0000000..7368389 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-generic.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-javafx.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-matroska.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-matroska.svg new file mode 100644 index 0000000..0dcdb81 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-matroska.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-mng.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-msvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/video-x-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-wmv.svg new file mode 100644 index 0000000..46a9978 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/video-x-wmv.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-hdd.svg new file mode 100644 index 0000000..dd5f4dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-hdd.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-ova.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-ova.svg new file mode 100644 index 0000000..623ca39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-ova.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-ovf.svg new file mode 100644 index 0000000..ff99ce9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-ovf.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..19c1330 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vbox-extpack.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vbox.svg new file mode 100644 index 0000000..15826ad --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vbox.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vdi.svg new file mode 100644 index 0000000..387b7de --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vdi.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vmdk.svg new file mode 100644 index 0000000..196ddbe --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/virtualbox-vmdk.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..ba41824 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-kde-nsplugin-generated.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-media-podcast.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-media-podcast.svg new file mode 100644 index 0000000..6860637 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-media-podcast.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-address-book.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-calendar.svg new file mode 100644 index 0000000..c1a21c6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-calendar.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-contact.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-contact.svg new file mode 100644 index 0000000..cc46767 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-contact.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-document.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-document.svg new file mode 100644 index 0000000..0070799 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-document.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-drawing.svg new file mode 100644 index 0000000..a766af5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-drawing.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-presentation.svg new file mode 100644 index 0000000..75252c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-presentation.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/32/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-spreadsheet.svg new file mode 100644 index 0000000..47c23dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/32/x-office-spreadsheet.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/android-package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/64/android-package-archive.svg new file mode 100644 index 0000000..96752b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/android-package-archive.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-atom+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-atom+xml.svg new file mode 100644 index 0000000..ef258c8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-atom+xml.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-epub+zip.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-epub+zip.svg new file mode 100644 index 0000000..683e86c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-epub+zip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-illustrator.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-illustrator.svg new file mode 100644 index 0000000..5c26792 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-illustrator.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-msword-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-msword-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-msword-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-msword.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-msword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-msword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-octet-stream.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-octet-stream.svg new file mode 100644 index 0000000..07857d8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-octet-stream.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-ogg.svg new file mode 100644 index 0000000..69898e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-ogg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pdf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pdf.svg new file mode 100644 index 0000000..e43b4d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pdf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-encrypted.svg new file mode 100644 index 0000000..c274cc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-encrypted.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-keys.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-keys.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-keys.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp.svg new file mode 100644 index 0000000..e541d34 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pgp.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pkcs7-mime.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pkcs7-mime.svg new file mode 120000 index 0000000..d2a8f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-x-pem-key.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-pkcs7-signature.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-pkcs7-signature.svg new file mode 120000 index 0000000..7ed6132 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-postscript.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-postscript.svg new file mode 100644 index 0000000..d3638b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-postscript.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-relaxng.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-relaxng.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-relaxng.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-rss+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-rss+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-rss+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-rtf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-rtf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-sxw.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-sxw.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-sxw.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd-google-earth-kml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd-google-earth-kml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd-google-earth-kml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.android.package-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..f28897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +android-package-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.iccprofile.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.iccprofile.svg new file mode 100644 index 0000000..4d08578 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.iccprofile.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-access.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-access.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-access.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-excel.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-excel.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-powerpoint.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-powerpoint.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.ms-powerpoint.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.chart.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.chart.svg new file mode 100644 index 0000000..3b315a7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.chart.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.database.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.database.svg new file mode 100644 index 0000000..d752da6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.database.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg new file mode 120000 index 0000000..3ead4f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.drawing.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg new file mode 100644 index 0000000..3a5ef61 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.formula.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..555711f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.image.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg new file mode 100644 index 0000000..c3e0cd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg new file mode 100644 index 0000000..9764587 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text-master.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg new file mode 100644 index 0000000..d2614cc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text-template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg new file mode 100644 index 0000000..99b1306 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.oasis.opendocument.web-template.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.scribus.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.scribus.svg new file mode 100644 index 0000000..f85ef1b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.scribus.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.mail.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.mail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.mail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.math.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.calc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.calc.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.calc.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.calc.template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.calc.template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.calc.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.draw.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.draw.template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.draw.template.svg new file mode 100644 index 0000000..b38c12e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.draw.template.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.impress.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.impress.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.impress.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.impress.template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.impress.template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.impress.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.math.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.global.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.global.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.global.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.sun.xml.writer.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.wordperfect.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.wordperfect.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-7z-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-7z-compressed.svg new file mode 100644 index 0000000..ecd067e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-7z-compressed.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-abiword.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-abiword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-abiword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ace.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ace.svg new file mode 100644 index 0000000..7a9fd06 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ace.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-applix-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-applix-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-applix-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-applix-word.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-applix-word.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-applix-word.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ar.svg new file mode 100644 index 0000000..f046475 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-arc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-arc.svg new file mode 100644 index 0000000..e416dd7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-arc.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-archive.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-archive.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-arj.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-arj.svg new file mode 100644 index 0000000..c8c17ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-arj.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bittorrent.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bittorrent.svg new file mode 100644 index 0000000..ecfd750 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bittorrent.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-blender.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-blender.svg new file mode 100644 index 0000000..4edce12 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-blender.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzdvi.svg new file mode 100644 index 0000000..1b982c4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzdvi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzip-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzip-compressed-tar.svg new file mode 100644 index 0000000..08053f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzip-compressed-tar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzip.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzip.svg new file mode 100644 index 0000000..10df62d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-bzip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cd-image.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cd-image.svg new file mode 100644 index 0000000..f9c53fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cd-image.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cda.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cda.svg new file mode 100644 index 0000000..e896f94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cda.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-chm.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-chm.svg new file mode 100644 index 0000000..a24198f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-chm.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-compress.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-compress.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-compress.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-compressed-tar.svg new file mode 100644 index 0000000..a4c9b7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-compressed-tar.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cpio.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cpio.svg new file mode 100644 index 0000000..aa73cba --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cpio.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cue.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-deb.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-deb.svg new file mode 100644 index 0000000..7e34de6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-deb.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-designer.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-designer.svg new file mode 100644 index 0000000..4d59c72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-designer.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-desktop.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-desktop.svg new file mode 100644 index 0000000..2705ed8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-desktop.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-egon.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-egon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-egon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-executable-script.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-executable-script.svg new file mode 100644 index 0000000..1607554 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-executable-script.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-executable.svg new file mode 100644 index 0000000..166b7e4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-executable.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-flash-video.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-flash-video.svg new file mode 120000 index 0000000..6bb1786 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-flash-video.svg @@ -0,0 +1 @@ +application-x-shockwave-flash.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-afm.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-afm.svg new file mode 100644 index 0000000..a0e1d38 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-afm.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-bdf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-bdf.svg new file mode 100644 index 0000000..41f58b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-bdf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-otf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-otf.svg new file mode 100644 index 0000000..a7f97b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-otf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-pcf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-pcf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-snf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-snf.svg new file mode 120000 index 0000000..bc274bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-bdf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-ttf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-ttf.svg new file mode 100644 index 0000000..9b6b65e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-ttf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-type1.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-type1.svg new file mode 100644 index 0000000..cf8600d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-font-type1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gnumeric.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gnumeric.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gnumeric.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzdvi.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzdvi.svg new file mode 100644 index 0000000..21b6bdc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzdvi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzip.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzip.svg new file mode 100644 index 0000000..c0cae7d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzpostscript.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzpostscript.svg new file mode 100644 index 0000000..b0c709b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-gzpostscript.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-iso.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-it87.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-it87.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-it87.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-jar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-jar.svg new file mode 120000 index 0000000..2224d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-jar.svg @@ -0,0 +1 @@ +application-x-java-archive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java-applet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java-applet.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java-applet.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java-archive.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java-archive.svg new file mode 100644 index 0000000..ceda04e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java-archive.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java.svg new file mode 100644 index 0000000..bfa164d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-java.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-javascript.svg new file mode 100644 index 0000000..1b9585d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-javascript.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-k3b.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kcsrc.svg new file mode 120000 index 0000000..96d0b89 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kcsrc.svg @@ -0,0 +1 @@ +application-vnd.iccprofile.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kdenlivetitle.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kdenlivetitle.svg new file mode 100644 index 0000000..a41899e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kdenlivetitle.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexi-connectiondata.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexi-connectiondata.svg new file mode 100644 index 0000000..23273a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexi-connectiondata.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-shortcut.svg new file mode 100644 index 0000000..f0f731f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-shortcut.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kexiproject-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kformula.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kformula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kformula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kgetlist.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kgetlist.svg new file mode 120000 index 0000000..a6d0d70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kgetlist.svg @@ -0,0 +1 @@ +application-x-bittorrent.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kontour.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kontour.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kontour.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kplato.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kplato.svg new file mode 100644 index 0000000..dd3f554 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kplato.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-krita.svg new file mode 100644 index 0000000..74c8ff4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-krita.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kvtml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kvtml.svg new file mode 100644 index 0000000..05a9990 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kvtml.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kword.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kword.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-kword.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lha.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lha.svg new file mode 100644 index 0000000..2500b83 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lha.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lyx.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lyx.svg new file mode 100644 index 0000000..ebf77c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lyx.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lzma-compressed-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lzma-compressed-tar.svg new file mode 100644 index 0000000..772f134 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lzma-compressed-tar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lzop.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lzop.svg new file mode 100644 index 0000000..82a405a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-lzop.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-m4.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-m4.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-m4.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-marble.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-marble.svg new file mode 100644 index 0000000..a7360f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-marble.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mimearchive.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mimearchive.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mimearchive.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mplayer2.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ms-dos-executable.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ms-dos-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ms-dos-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ms-shortcut.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ms-shortcut.svg new file mode 100644 index 0000000..b005c72 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ms-shortcut.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mswinurl.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mswinurl.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mswinurl.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mswrite.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mswrite.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-mswrite.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-nzb.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-nzb.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-nzb.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-object.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-object.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-object.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-pak.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-pak.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-pak.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-pem-key.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-pem-key.svg new file mode 100644 index 0000000..1b71a32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-pem-key.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-perl.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-perl.svg new file mode 100644 index 0000000..0b2ca0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-perl.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-php.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-php.svg new file mode 100644 index 0000000..b8da94f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-php.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-plasma.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-plasma.svg new file mode 100644 index 0000000..f86e1c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-plasma.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-python-bytecode.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-python-bytecode.svg new file mode 100644 index 0000000..2147feb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-python-bytecode.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-qet-element.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-qet-element.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-qet-element.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-qet-project.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-qet-project.svg new file mode 120000 index 0000000..c4ba315 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-qet-project.svg @@ -0,0 +1 @@ +text-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-quattropro.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-rar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-rar.svg new file mode 100644 index 0000000..be79963 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-rar.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-raw-disk-image.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-rpm.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-rpm.svg new file mode 100644 index 0000000..bdd29cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-rpm.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ruby.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ruby.svg new file mode 100644 index 0000000..65036b4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-ruby.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sharedlib.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sharedlib.svg new file mode 120000 index 0000000..656ee23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sharedlib.svg @@ -0,0 +1 @@ +application-octet-stream.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-shellscript.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-shockwave-flash.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-shockwave-flash.svg new file mode 100644 index 0000000..8812fa8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-shockwave-flash.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-siag.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-siag.svg new file mode 120000 index 0000000..7de8b00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-siag.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.calc.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sif.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sif.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sif.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-skg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-skg.svg new file mode 100644 index 0000000..1982a2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-skg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-skgc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-skgc.svg new file mode 100644 index 0000000..cb1187a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-skgc.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-smb-server.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-smb-server.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-smb-server.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-smb-workgroup.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-smb-workgroup.svg new file mode 100644 index 0000000..c324da2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-smb-workgroup.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sqlite2.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sqlite2.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sqlite2.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sqlite3.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sqlite3.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-sqlite3.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-srt.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-srt.svg new file mode 100644 index 0000000..5208119 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-srt.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-srtrip.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-srtrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-srtrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-subrip.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-subrip.svg new file mode 120000 index 0000000..5a4d60c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-subrip.svg @@ -0,0 +1 @@ +application-x-srt.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tar.svg new file mode 100644 index 0000000..fd571fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tarz.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tarz.svg new file mode 100644 index 0000000..02157ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tarz.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tgif.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tgif.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tgif.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-theme.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-theme.svg new file mode 100644 index 0000000..89b3c2d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-theme.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-trash.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-trash.svg new file mode 100644 index 0000000..7ea310e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-trash.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-troff-man.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tzo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tzo.svg new file mode 100644 index 0000000..cdbd0f2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-tzo.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-wmf.svg new file mode 100644 index 0000000..1476bc8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-wmf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-xpinstall.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-xpinstall.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-xpinstall.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-zerosize.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-zerosize.svg new file mode 100644 index 0000000..75b2835 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-zerosize.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-x-zoo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-zoo.svg new file mode 120000 index 0000000..115fd33 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-x-zoo.svg @@ -0,0 +1 @@ +package-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-xhtml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-xhtml+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-xhtml+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-xsd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-xsd.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-xsd.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-xslt+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-xslt+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-xslt+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/application-zip.svg b/breeze-icons-5.21.0/icons/mimetypes/64/application-zip.svg new file mode 100644 index 0000000..951c805 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/application-zip.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-ac3.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-ac3.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-ac3.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-midi.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-midi.svg new file mode 100644 index 0000000..f6c80ca --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-midi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp3.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp3.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp3.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp4.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-mp4.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-prs.sid.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-prs.sid.svg new file mode 120000 index 0000000..d78c3ed --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-prs.sid.svg @@ -0,0 +1 @@ +audio-midi.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-vn.rn-realmedia.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-adpcm.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-adpcm.svg new file mode 120000 index 0000000..f766593 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-adpcm.svg @@ -0,0 +1 @@ +audio-x-wav.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-aiff.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-aiff.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-aiff.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-flac+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-flac+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-flac.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-flac.svg new file mode 100644 index 0000000..ac5910a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-flac.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-generic.svg new file mode 100644 index 0000000..b875f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-monkey.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-monkey.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-monkey.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-mp2.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-mp2.svg new file mode 120000 index 0000000..c982c9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-mp2.svg @@ -0,0 +1 @@ +audio-x-mpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-mpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-mpeg.svg new file mode 100644 index 0000000..7d5cb4e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-mpeg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-speex+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-speex+ogg.svg new file mode 120000 index 0000000..4b80811 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-wav.svg b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-wav.svg new file mode 100644 index 0000000..b33eafd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/audio-x-wav.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/encrypted.svg b/breeze-icons-5.21.0/icons/mimetypes/64/encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/fonts-package.svg b/breeze-icons-5.21.0/icons/mimetypes/64/fonts-package.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/fonts-package.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-bmp.svg new file mode 100644 index 0000000..6c430d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-bmp.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-gif.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-gif.svg new file mode 100644 index 0000000..cbc57d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-gif.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-ico.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-ico.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-jpeg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-jpeg.svg new file mode 100644 index 0000000..9e6e33a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-jpeg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-jpeg2000.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-jpeg2000.svg new file mode 120000 index 0000000..c91a5de --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-jpeg2000.svg @@ -0,0 +1 @@ +image-jpeg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-png.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-png.svg new file mode 100644 index 0000000..dca52b2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-png.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-svg+xml-compressed.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-svg+xml-compressed.svg new file mode 100644 index 0000000..ed85398 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-svg+xml-compressed.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-tiff.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-tiff.svg new file mode 100644 index 0000000..bc72539 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-tiff.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.adobe.photoshop.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.dgn.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.dgn.svg new file mode 100644 index 0000000..08302b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.dgn.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.djvu.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.djvu.svg new file mode 100644 index 0000000..a7d2f94 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.djvu.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.dwg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.dwg.svg new file mode 100644 index 0000000..950738a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.dwg.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.microsoft.icon.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-adobe-dng.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-adobe-dng.svg new file mode 100644 index 0000000..ffcbc9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-adobe-dng.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-compressed-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-compressed-xcf.svg new file mode 120000 index 0000000..dc7220d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-compressed-xcf.svg @@ -0,0 +1 @@ +image-x-xcf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-emf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-eps.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-eps.svg new file mode 120000 index 0000000..d62c818 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-eps.svg @@ -0,0 +1 @@ +application-postscript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-generic.svg new file mode 100644 index 0000000..50eec13 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-ico.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-ico.svg new file mode 100644 index 0000000..9ea1f63 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-ico.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-icon.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-icon.svg new file mode 120000 index 0000000..a5db7d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-icon.svg @@ -0,0 +1 @@ +image-x-ico.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-krita.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-krita.svg new file mode 120000 index 0000000..8f1a819 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-krita.svg @@ -0,0 +1 @@ +application-x-krita.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-portable-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-portable-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-psd.svg new file mode 100644 index 0000000..6b72418 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-psd.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-psdimage-x-psd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-svg+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-svg+xml.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-svg+xml.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-tga.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-tga.svg new file mode 100644 index 0000000..43199be --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-tga.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-vnd.trolltech.qpicture.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-vnd.trolltech.qpicture.svg new file mode 100644 index 0000000..85a7adb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-vnd.trolltech.qpicture.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-win-bitmap.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-win-bitmap.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-win-bitmap.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-win-bmp.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-win-bmp.svg new file mode 120000 index 0000000..694622c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-win-bmp.svg @@ -0,0 +1 @@ +image-bmp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-wmf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-xcf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-xcf.svg new file mode 100644 index 0000000..1e99054 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-xcf.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/image-x-xfig.svg b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-xfig.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/image-x-xfig.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/inode-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/64/inode-directory.svg new file mode 120000 index 0000000..73319bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/inode-directory.svg @@ -0,0 +1 @@ +../../places/64/folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-database.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-drawing-template.svg new file mode 120000 index 0000000..d4181d2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.draw.template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-drawing.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-drawing.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-extension.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-extension.svg new file mode 120000 index 0000000..324eae9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-extension.svg @@ -0,0 +1 @@ +x-kde-nsplugin-generated.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-database.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-database.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-database.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-drawing-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d9a58a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +libreoffice-drawing-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..01c4c70 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +libreoffice-drawing.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-formula.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-formula.svg new file mode 120000 index 0000000..0d1162d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-formula.svg @@ -0,0 +1 @@ +libreoffice-formula.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-master-document.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-presentation-template.svg new file mode 120000 index 0000000..63c9c54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-presentation-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..15b1361 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-spreadsheet.svg new file mode 120000 index 0000000..543316a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-text-template.svg new file mode 120000 index 0000000..14e1d14 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-text-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-text.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-text.svg new file mode 120000 index 0000000..feb103e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text-master.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-web-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-web-template.svg new file mode 120000 index 0000000..dbee2dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-oasis-web-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.web-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-presentation-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-presentation-template.svg new file mode 120000 index 0000000..bb568e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-presentation-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-presentation.svg new file mode 120000 index 0000000..df590df --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-presentation.svg @@ -0,0 +1 @@ +libreoffice-oasis-presentation.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-spreadsheet-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-spreadsheet-template.svg new file mode 120000 index 0000000..6c06164 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-spreadsheet-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-spreadsheet.svg new file mode 120000 index 0000000..a9d8309 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-spreadsheet.svg @@ -0,0 +1 @@ +libreoffice-oasis-spreadsheet.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-text-template.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-text-template.svg new file mode 120000 index 0000000..42cc55a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-text-template.svg @@ -0,0 +1 @@ +libreoffice-oasis-text-template.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-text.svg b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-text.svg new file mode 120000 index 0000000..ba69b5f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/libreoffice-text.svg @@ -0,0 +1 @@ +libreoffice-oasis-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/message-news.svg b/breeze-icons-5.21.0/icons/mimetypes/64/message-news.svg new file mode 100644 index 0000000..493b004 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/message-news.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/message-partial.svg b/breeze-icons-5.21.0/icons/mimetypes/64/message-partial.svg new file mode 100644 index 0000000..4b2fb4f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/message-partial.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/message-rfc822.svg b/breeze-icons-5.21.0/icons/mimetypes/64/message-rfc822.svg new file mode 100644 index 0000000..198a958 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/message-rfc822.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/message-x-gnu-rmail.svg b/breeze-icons-5.21.0/icons/mimetypes/64/message-x-gnu-rmail.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/message.svg b/breeze-icons-5.21.0/icons/mimetypes/64/message.svg new file mode 120000 index 0000000..ed06356 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/message.svg @@ -0,0 +1 @@ +message-rfc822.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/none.svg b/breeze-icons-5.21.0/icons/mimetypes/64/none.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/none.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/odf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/odf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/odf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/package-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/64/package-x-generic.svg new file mode 100644 index 0000000..a762a15 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/package-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-calendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-calendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-csharp.svg new file mode 120000 index 0000000..a246be1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-csharp.svg @@ -0,0 +1 @@ +text-x-csharp.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-css.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-css.svg new file mode 100644 index 0000000..8d26de0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-css.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-csv.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-csv.svg new file mode 100644 index 0000000..43820d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-csv.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-directory.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-directory.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-directory.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-enriched.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-enriched.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-enriched.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-html.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-html.svg new file mode 100644 index 0000000..71df4c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-html.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-mathml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-mathml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-mathml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-plain.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-plain.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-rdf+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-rdf+xml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-rdf+xml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-rdf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-rdf.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-rdf.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-rtf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-rtf.svg new file mode 100644 index 0000000..75c450d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-rtf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-sgml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-sgml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-sgml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-troff.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-troff.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-troff.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-vcalendar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-vcalendar.svg new file mode 120000 index 0000000..170cc9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-vcalendar.svg @@ -0,0 +1 @@ +x-office-calendar.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-vnd.abc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-vnd.abc.svg new file mode 120000 index 0000000..6df7fd1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-vnd.abc.svg @@ -0,0 +1 @@ +text-rtf.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-vnd.wap.wml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-vnd.wap.wml.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-vnd.wap.wml.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-adasrc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-adasrc.svg new file mode 100644 index 0000000..5cadd40 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-adasrc.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-authors.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-authors.svg new file mode 100644 index 0000000..06a5c2f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-authors.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-bibtex.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-bibtex.svg new file mode 120000 index 0000000..9f29521 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-bibtex.svg @@ -0,0 +1 @@ +text-x-tex.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-c++hdr.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-c++hdr.svg new file mode 100644 index 0000000..7cdcf8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-c++hdr.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-c++src.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-c++src.svg new file mode 100644 index 0000000..64d4e3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-c++src.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-changelog.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-changelog.svg new file mode 100644 index 0000000..256207d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-changelog.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-chdr.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-chdr.svg new file mode 100644 index 0000000..c0c84d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-chdr.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-cmake.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-cmake.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-cmake.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-copying.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-copying.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-copying.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-credits.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-credits.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-credits.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-csharp.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-csharp.svg new file mode 100644 index 0000000..5d5e18a --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-csharp.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-csrc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-csrc.svg new file mode 100644 index 0000000..53b3d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-csrc.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-dtd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-dtd.svg new file mode 120000 index 0000000..8335ad9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-dtd.svg @@ -0,0 +1 @@ +text-vnd.wap.wml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-generic.svapplication-x-awk.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-generic.svapplication-x-awk.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-generic.svapplication-x-awk.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-generic.svg new file mode 100644 index 0000000..7918a35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-generic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-haskell.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-haskell.svg new file mode 100644 index 0000000..70ff12f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-haskell.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-hex.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-hex.svg new file mode 100644 index 0000000..0a91f02 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-hex.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-install.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-install.svg new file mode 100644 index 0000000..9e34764 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-install.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-java-source.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-java-source.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-java-source.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-java.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-java.svg new file mode 120000 index 0000000..99857ff --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-java.svg @@ -0,0 +1 @@ +application-x-java.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-javascript.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-javascript.svg new file mode 120000 index 0000000..9f4aef2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-javascript.svg @@ -0,0 +1 @@ +application-x-javascript.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-katefilelist.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-katefilelist.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-katefilelist.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-ldif.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-ldif.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-ldif.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-lilypond.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-lilypond.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-lilypond.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-log.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-log.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-log.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-makefile.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-makefile.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-makefile.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-markdown.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-markdown.svg new file mode 100644 index 0000000..f40b5bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-markdown.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-nfo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-nfo.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-nfo.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-objchdr.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-objcsrc.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-objcsrc.svg new file mode 120000 index 0000000..a50897f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-csrc.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-opml+xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-opml+xml.svg new file mode 120000 index 0000000..7f714b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-opml+xml.svg @@ -0,0 +1 @@ +application-atom+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-opml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-opml.svg new file mode 120000 index 0000000..1238017 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-opml.svg @@ -0,0 +1 @@ +text-x-opml+xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-pascal.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-pascal.svg new file mode 100644 index 0000000..9c0b242 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-pascal.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-patch.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-patch.svg new file mode 100644 index 0000000..145fbb3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-patch.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-plain.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-plain.svg new file mode 120000 index 0000000..894bd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-plain.svg @@ -0,0 +1 @@ +text-plain.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-po.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-po.svg new file mode 100644 index 0000000..6cdb0d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-po.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-python.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-python.svg new file mode 120000 index 0000000..c1a89b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-python.svg @@ -0,0 +1 @@ +application-x-python-bytecode.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-qml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-qml.svg new file mode 100644 index 0000000..55d75c2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-qml.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-readme.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-readme.svg new file mode 120000 index 0000000..bafd70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-readme.svg @@ -0,0 +1 @@ +text-x-texinfo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-rpm-spec.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-rpm-spec.svg new file mode 100644 index 0000000..5a81181 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-rpm-spec.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-script.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-script.svg new file mode 100644 index 0000000..99c42cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-script.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-sql.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-sql.svg new file mode 120000 index 0000000..d150bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-sql.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-tcl.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-tcl.svg new file mode 100644 index 0000000..ef514ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-tcl.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-tex.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-tex.svg new file mode 100644 index 0000000..160803c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-tex.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-texinfo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-texinfo.svg new file mode 100644 index 0000000..7dc6010 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-texinfo.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-vcard.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-vcard.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-vcard.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-x-xslfo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-xslfo.svg new file mode 120000 index 0000000..8cee726 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-x-xslfo.svg @@ -0,0 +1 @@ +text-xml.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-xmcd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-xmcd.svg new file mode 120000 index 0000000..441284b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-xmcd.svg @@ -0,0 +1 @@ +application-x-cda.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/text-xml.svg b/breeze-icons-5.21.0/icons/mimetypes/64/text-xml.svg new file mode 100644 index 0000000..2abea8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/text-xml.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/unknown.svg b/breeze-icons-5.21.0/icons/mimetypes/64/unknown.svg new file mode 120000 index 0000000..56f4a64 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/unknown.svg @@ -0,0 +1 @@ +application-x-zerosize.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/uri-mms.svg b/breeze-icons-5.21.0/icons/mimetypes/64/uri-mms.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/uri-mms.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/uri-mmst.svg b/breeze-icons-5.21.0/icons/mimetypes/64/uri-mmst.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/uri-mmst.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/uri-pnm.svg b/breeze-icons-5.21.0/icons/mimetypes/64/uri-pnm.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/uri-pnm.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/uri-rtspt.svg b/breeze-icons-5.21.0/icons/mimetypes/64/uri-rtspt.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/uri-rtspt.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/uri-rtspu.svg b/breeze-icons-5.21.0/icons/mimetypes/64/uri-rtspu.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/uri-rtspu.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-mlt-playlist.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-mlt-playlist.svg new file mode 120000 index 0000000..26a8857 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-mlt-playlist.svg @@ -0,0 +1 @@ +video-webm.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-mp4.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-mp4.svg new file mode 100644 index 0000000..9216793 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-mp4.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-vivo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-vivo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-vivo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-vnd.rn-realvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-wavelet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-wavelet.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-wavelet.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-webm.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-webm.svg new file mode 100644 index 0000000..6304aea --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-webm.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-anim.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-anim.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-anim.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-flic.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-flic.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-flic.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-flv.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-flv.svg new file mode 120000 index 0000000..6022f31 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-flv.svg @@ -0,0 +1 @@ +application-x-flash-video.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-generic.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-generic.svg new file mode 100644 index 0000000..d009cf7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-generic.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-google-vlc-plugin.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-javafx.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-javafx.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-javafx.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-matroska.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-matroska.svg new file mode 100644 index 0000000..9a30b75 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-matroska.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-mng.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-mng.svg new file mode 120000 index 0000000..6d55cbf --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-mng.svg @@ -0,0 +1 @@ +image-png.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ms-wmp.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ms-wmp.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ms-wmp.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ms-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ms-wmv.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ms-wmv.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-msvideo.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-msvideo.svg new file mode 120000 index 0000000..7d3cadc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-msvideo.svg @@ -0,0 +1 @@ +video-x-wmv.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ogm+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ogm+ogg.svg new file mode 120000 index 0000000..2cd2ebc --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +video-x-matroska.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-theora+ogg.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-theora+ogg.svg new file mode 120000 index 0000000..9ed1004 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-theora+ogg.svg @@ -0,0 +1 @@ +video-x-ogm+ogg.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/video-x-wmv.svg b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-wmv.svg new file mode 100644 index 0000000..e0be4b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/video-x-wmv.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-hdd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-hdd.svg new file mode 100644 index 0000000..0122678 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-hdd.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-ova.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-ova.svg new file mode 100644 index 0000000..b469a20 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-ova.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-ovf.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-ovf.svg new file mode 100644 index 0000000..14a56ea --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-ovf.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vbox-extpack.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vbox-extpack.svg new file mode 100644 index 0000000..d3a1ce7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vbox-extpack.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vbox.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vbox.svg new file mode 100644 index 0000000..a4d4718 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vbox.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vdi.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vdi.svg new file mode 100644 index 0000000..326eda2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vdi.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vhd.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vhd.svg new file mode 120000 index 0000000..6607f53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vhd.svg @@ -0,0 +1 @@ +application-x-smb-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vmdk.svg b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vmdk.svg new file mode 100644 index 0000000..86838a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/virtualbox-vmdk.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-kde-nsplugin-generated.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-kde-nsplugin-generated.svg new file mode 100644 index 0000000..197f5a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-kde-nsplugin-generated.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-mail-distribution-list.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-mail-distribution-list.svg new file mode 120000 index 0000000..80081e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-mail-distribution-list.svg @@ -0,0 +1 @@ +x-office-contact.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-media-podcast.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-media-podcast.svg new file mode 100644 index 0000000..0f0f234 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-media-podcast.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-address-book.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-address-book.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-address-book.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-calendar.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-calendar.svg new file mode 100644 index 0000000..8152198 --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-calendar.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-contact.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-contact.svg new file mode 100644 index 0000000..59b50cd --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-contact.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-document.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-document.svg new file mode 100644 index 0000000..e31ce0c --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-document.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-drawing.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-drawing.svg new file mode 100644 index 0000000..69213ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-drawing.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-presentation.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-presentation.svg new file mode 100644 index 0000000..de7082d --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-presentation.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/mimetypes/64/x-office-spreadsheet.svg b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-spreadsheet.svg new file mode 100644 index 0000000..e25fd6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/mimetypes/64/x-office-spreadsheet.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/bookmarks.svg b/breeze-icons-5.21.0/icons/places/16/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/certificate-server.svg b/breeze-icons-5.21.0/icons/places/16/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/document-multiple.svg b/breeze-icons-5.21.0/icons/places/16/document-multiple.svg new file mode 120000 index 0000000..6e0421d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/document-multiple.svg @@ -0,0 +1 @@ +../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/favorites.svg b/breeze-icons-5.21.0/icons/places/16/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-activities.svg b/breeze-icons-5.21.0/icons/places/16/folder-activities.svg new file mode 100644 index 0000000..f54dd4f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-activities.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-add.svg b/breeze-icons-5.21.0/icons/places/16/folder-add.svg new file mode 100644 index 0000000..c2b03f7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-add.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-black.svg b/breeze-icons-5.21.0/icons/places/16/folder-black.svg new file mode 100644 index 0000000..d7de70e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-black.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-blue.svg b/breeze-icons-5.21.0/icons/places/16/folder-blue.svg new file mode 100644 index 0000000..e80a553 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-blue.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-bookmark.svg b/breeze-icons-5.21.0/icons/places/16/folder-bookmark.svg new file mode 120000 index 0000000..65a1876 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-bookmark.svg @@ -0,0 +1 @@ +../../actions/16/bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-brown.svg b/breeze-icons-5.21.0/icons/places/16/folder-brown.svg new file mode 100644 index 0000000..83e33bb --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-brown.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-cloud.svg b/breeze-icons-5.21.0/icons/places/16/folder-cloud.svg new file mode 100644 index 0000000..ad04389 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-cloud.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-cyan.svg b/breeze-icons-5.21.0/icons/places/16/folder-cyan.svg new file mode 100644 index 0000000..834ae96 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-cyan.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-development.svg b/breeze-icons-5.21.0/icons/places/16/folder-development.svg new file mode 100644 index 0000000..e2c49d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-development.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-documents.svg b/breeze-icons-5.21.0/icons/places/16/folder-documents.svg new file mode 100644 index 0000000..d08cb9f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-documents.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-download.svg b/breeze-icons-5.21.0/icons/places/16/folder-download.svg new file mode 100644 index 0000000..dda006f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-download.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-downloads.svg b/breeze-icons-5.21.0/icons/places/16/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-dropbox.svg b/breeze-icons-5.21.0/icons/places/16/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-favorites.svg b/breeze-icons-5.21.0/icons/places/16/folder-favorites.svg new file mode 100644 index 0000000..55edcc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-favorites.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-gdrive.svg b/breeze-icons-5.21.0/icons/places/16/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-green.svg b/breeze-icons-5.21.0/icons/places/16/folder-green.svg new file mode 100644 index 0000000..83153d7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-green.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-grey.svg b/breeze-icons-5.21.0/icons/places/16/folder-grey.svg new file mode 100644 index 0000000..cafcb35 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-grey.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-html.svg b/breeze-icons-5.21.0/icons/places/16/folder-html.svg new file mode 100644 index 0000000..a82a7a0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-html.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-image-people.svg b/breeze-icons-5.21.0/icons/places/16/folder-image-people.svg new file mode 120000 index 0000000..3df8da6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-image-people.svg @@ -0,0 +1 @@ +../../actions/16/im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-image.svg b/breeze-icons-5.21.0/icons/places/16/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-images.svg b/breeze-icons-5.21.0/icons/places/16/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-important.svg b/breeze-icons-5.21.0/icons/places/16/folder-important.svg new file mode 100644 index 0000000..ac7a4a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-important.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-locked.svg b/breeze-icons-5.21.0/icons/places/16/folder-locked.svg new file mode 100644 index 0000000..1e5e85b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-locked.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-magenta.svg b/breeze-icons-5.21.0/icons/places/16/folder-magenta.svg new file mode 100644 index 0000000..2910d69 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-magenta.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-mail.svg b/breeze-icons-5.21.0/icons/places/16/folder-mail.svg new file mode 100644 index 0000000..8dbada7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-mail.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-music.svg b/breeze-icons-5.21.0/icons/places/16/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-network.svg b/breeze-icons-5.21.0/icons/places/16/folder-network.svg new file mode 100644 index 0000000..28d3e93 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-network.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-onedrive.svg b/breeze-icons-5.21.0/icons/places/16/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-open.svg b/breeze-icons-5.21.0/icons/places/16/folder-open.svg new file mode 100644 index 0000000..3b853d4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-open.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-orange.svg b/breeze-icons-5.21.0/icons/places/16/folder-orange.svg new file mode 100644 index 0000000..edf7f55 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-orange.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-owncloud.svg b/breeze-icons-5.21.0/icons/places/16/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-picture.svg b/breeze-icons-5.21.0/icons/places/16/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-pictures.svg b/breeze-icons-5.21.0/icons/places/16/folder-pictures.svg new file mode 100644 index 0000000..16ae661 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-pictures.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-print.svg b/breeze-icons-5.21.0/icons/places/16/folder-print.svg new file mode 100644 index 0000000..9d71583 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-print.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-public.svg b/breeze-icons-5.21.0/icons/places/16/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-publicshare.svg b/breeze-icons-5.21.0/icons/places/16/folder-publicshare.svg new file mode 100644 index 0000000..9e22bb2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-publicshare.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-red.svg b/breeze-icons-5.21.0/icons/places/16/folder-red.svg new file mode 100644 index 0000000..8ad65bc --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-red.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-remote.svg b/breeze-icons-5.21.0/icons/places/16/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-script.svg b/breeze-icons-5.21.0/icons/places/16/folder-script.svg new file mode 100644 index 0000000..20471e5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-script.svg @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-sound.svg b/breeze-icons-5.21.0/icons/places/16/folder-sound.svg new file mode 100644 index 0000000..58ca27b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-sound.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-tar.svg b/breeze-icons-5.21.0/icons/places/16/folder-tar.svg new file mode 100644 index 0000000..1338336 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-tar.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-temp.svg b/breeze-icons-5.21.0/icons/places/16/folder-temp.svg new file mode 100644 index 0000000..2abde3d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-temp.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-templates.svg b/breeze-icons-5.21.0/icons/places/16/folder-templates.svg new file mode 100644 index 0000000..b7f1577 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-templates.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-text.svg b/breeze-icons-5.21.0/icons/places/16/folder-text.svg new file mode 100644 index 0000000..f4ac9c3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-text.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-txt.svg b/breeze-icons-5.21.0/icons/places/16/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-video.svg b/breeze-icons-5.21.0/icons/places/16/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/folder-videos.svg b/breeze-icons-5.21.0/icons/places/16/folder-videos.svg new file mode 100644 index 0000000..07d7db5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-videos.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-violet.svg b/breeze-icons-5.21.0/icons/places/16/folder-violet.svg new file mode 100644 index 0000000..7ada657 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-violet.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder-yellow.svg b/breeze-icons-5.21.0/icons/places/16/folder-yellow.svg new file mode 100644 index 0000000..61d9976 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder-yellow.svg @@ -0,0 +1,6 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/folder.svg b/breeze-icons-5.21.0/icons/places/16/folder.svg new file mode 100644 index 0000000..caca0e1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/folder.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/mail-folder-inbox.svg b/breeze-icons-5.21.0/icons/places/16/mail-folder-inbox.svg new file mode 100644 index 0000000..374e871 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/mail-folder-inbox.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/mail-folder-outbox.svg b/breeze-icons-5.21.0/icons/places/16/mail-folder-outbox.svg new file mode 100644 index 0000000..b0fbba2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/mail-folder-outbox.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/mail-folder-sent.svg b/breeze-icons-5.21.0/icons/places/16/mail-folder-sent.svg new file mode 100644 index 0000000..663a92e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/mail-folder-sent.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/mail-message.svg b/breeze-icons-5.21.0/icons/places/16/mail-message.svg new file mode 100644 index 0000000..9be07fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/mail-message.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/network-server-database.svg b/breeze-icons-5.21.0/icons/places/16/network-server-database.svg new file mode 100644 index 0000000..84bd870 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/network-server-database.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/network-server.svg b/breeze-icons-5.21.0/icons/places/16/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/network-workgroup.svg b/breeze-icons-5.21.0/icons/places/16/network-workgroup.svg new file mode 100644 index 0000000..e4f6d59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/network-workgroup.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/repository.svg b/breeze-icons-5.21.0/icons/places/16/repository.svg new file mode 120000 index 0000000..5b95a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/repository.svg @@ -0,0 +1 @@ +network-server-database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/server-database.svg b/breeze-icons-5.21.0/icons/places/16/server-database.svg new file mode 120000 index 0000000..5b95a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/server-database.svg @@ -0,0 +1 @@ +network-server-database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/start-here-kde.svg b/breeze-icons-5.21.0/icons/places/16/start-here-kde.svg new file mode 120000 index 0000000..6c97f18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/start-here-kde.svg @@ -0,0 +1 @@ +folder-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/stock_folder.svg b/breeze-icons-5.21.0/icons/places/16/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/user-desktop.svg b/breeze-icons-5.21.0/icons/places/16/user-desktop.svg new file mode 100644 index 0000000..fb52f92 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/user-desktop.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/user-home.svg b/breeze-icons-5.21.0/icons/places/16/user-home.svg new file mode 100644 index 0000000..7da35fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/user-home.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/16/user-identity.svg b/breeze-icons-5.21.0/icons/places/16/user-identity.svg new file mode 120000 index 0000000..cd92d1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/user-identity.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/16/user-trash-full.svg b/breeze-icons-5.21.0/icons/places/16/user-trash-full.svg new file mode 100644 index 0000000..52da529 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/user-trash-full.svg @@ -0,0 +1,5 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/16/user-trash.svg b/breeze-icons-5.21.0/icons/places/16/user-trash.svg new file mode 100644 index 0000000..5ab4244 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/16/user-trash.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/bookmarks.svg b/breeze-icons-5.21.0/icons/places/22/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/certificate-server.svg b/breeze-icons-5.21.0/icons/places/22/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/document-multiple.svg b/breeze-icons-5.21.0/icons/places/22/document-multiple.svg new file mode 120000 index 0000000..f898957 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/document-multiple.svg @@ -0,0 +1 @@ +../../actions/22/edit-copy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/favorites.svg b/breeze-icons-5.21.0/icons/places/22/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-activities.svg b/breeze-icons-5.21.0/icons/places/22/folder-activities.svg new file mode 100644 index 0000000..78d8d74 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-activities.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-add.svg b/breeze-icons-5.21.0/icons/places/22/folder-add.svg new file mode 100644 index 0000000..625e416 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-add.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-black.svg b/breeze-icons-5.21.0/icons/places/22/folder-black.svg new file mode 100644 index 0000000..c875dc5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-black.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-blue.svg b/breeze-icons-5.21.0/icons/places/22/folder-blue.svg new file mode 100644 index 0000000..4e45aa6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-blue.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-bookmark.svg b/breeze-icons-5.21.0/icons/places/22/folder-bookmark.svg new file mode 120000 index 0000000..c5b3080 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-bookmark.svg @@ -0,0 +1 @@ +../../actions/22/bookmark-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-brown.svg b/breeze-icons-5.21.0/icons/places/22/folder-brown.svg new file mode 100644 index 0000000..917e283 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-brown.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-cloud.svg b/breeze-icons-5.21.0/icons/places/22/folder-cloud.svg new file mode 100644 index 0000000..92600e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-cloud.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-cyan.svg b/breeze-icons-5.21.0/icons/places/22/folder-cyan.svg new file mode 100644 index 0000000..51719f1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-cyan.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-development.svg b/breeze-icons-5.21.0/icons/places/22/folder-development.svg new file mode 120000 index 0000000..a944f32 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-development.svg @@ -0,0 +1 @@ +../../actions/22/system-run.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-documents.svg b/breeze-icons-5.21.0/icons/places/22/folder-documents.svg new file mode 120000 index 0000000..643c2fc --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-documents.svg @@ -0,0 +1 @@ +../../actions/22/document-new.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-download.svg b/breeze-icons-5.21.0/icons/places/22/folder-download.svg new file mode 100644 index 0000000..0f7d347 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-download.svg @@ -0,0 +1,15 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-downloads.svg b/breeze-icons-5.21.0/icons/places/22/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-dropbox.svg b/breeze-icons-5.21.0/icons/places/22/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-favorites.svg b/breeze-icons-5.21.0/icons/places/22/folder-favorites.svg new file mode 100644 index 0000000..17f85b0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-favorites.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-gdrive.svg b/breeze-icons-5.21.0/icons/places/22/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-green.svg b/breeze-icons-5.21.0/icons/places/22/folder-green.svg new file mode 100644 index 0000000..e377c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-green.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-grey.svg b/breeze-icons-5.21.0/icons/places/22/folder-grey.svg new file mode 100644 index 0000000..60785a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-grey.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-html.svg b/breeze-icons-5.21.0/icons/places/22/folder-html.svg new file mode 100644 index 0000000..7c5c0a3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-html.svg @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-image-people.svg b/breeze-icons-5.21.0/icons/places/22/folder-image-people.svg new file mode 120000 index 0000000..9f16c78 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-image-people.svg @@ -0,0 +1 @@ +../../actions/22/im-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-image.svg b/breeze-icons-5.21.0/icons/places/22/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-images.svg b/breeze-icons-5.21.0/icons/places/22/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-important.svg b/breeze-icons-5.21.0/icons/places/22/folder-important.svg new file mode 100644 index 0000000..236c156 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-important.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-locked.svg b/breeze-icons-5.21.0/icons/places/22/folder-locked.svg new file mode 100644 index 0000000..220757c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-locked.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-magenta.svg b/breeze-icons-5.21.0/icons/places/22/folder-magenta.svg new file mode 100644 index 0000000..a199033 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-magenta.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-mail.svg b/breeze-icons-5.21.0/icons/places/22/folder-mail.svg new file mode 100644 index 0000000..9bcb326 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-mail.svg @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-music.svg b/breeze-icons-5.21.0/icons/places/22/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-network.svg b/breeze-icons-5.21.0/icons/places/22/folder-network.svg new file mode 100644 index 0000000..39bc362 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-network.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-onedrive.svg b/breeze-icons-5.21.0/icons/places/22/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-open.svg b/breeze-icons-5.21.0/icons/places/22/folder-open.svg new file mode 100644 index 0000000..a962e99 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-open.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-orange.svg b/breeze-icons-5.21.0/icons/places/22/folder-orange.svg new file mode 100644 index 0000000..f818008 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-orange.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-owncloud.svg b/breeze-icons-5.21.0/icons/places/22/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-picture.svg b/breeze-icons-5.21.0/icons/places/22/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-pictures.svg b/breeze-icons-5.21.0/icons/places/22/folder-pictures.svg new file mode 100644 index 0000000..6743f4d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-pictures.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-print.svg b/breeze-icons-5.21.0/icons/places/22/folder-print.svg new file mode 120000 index 0000000..4df3620 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-print.svg @@ -0,0 +1 @@ +../../actions/22/document-print.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-public.svg b/breeze-icons-5.21.0/icons/places/22/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-publicshare.svg b/breeze-icons-5.21.0/icons/places/22/folder-publicshare.svg new file mode 100644 index 0000000..6c2aa5e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-publicshare.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-red.svg b/breeze-icons-5.21.0/icons/places/22/folder-red.svg new file mode 100644 index 0000000..34afe42 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-red.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-remote.svg b/breeze-icons-5.21.0/icons/places/22/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-script.svg b/breeze-icons-5.21.0/icons/places/22/folder-script.svg new file mode 100644 index 0000000..9e31834 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-script.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-sound.svg b/breeze-icons-5.21.0/icons/places/22/folder-sound.svg new file mode 100644 index 0000000..a9e8742 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-sound.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-tar.svg b/breeze-icons-5.21.0/icons/places/22/folder-tar.svg new file mode 100644 index 0000000..de78c60 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-tar.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-temp.svg b/breeze-icons-5.21.0/icons/places/22/folder-temp.svg new file mode 100644 index 0000000..b2ba3dd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-temp.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-templates.svg b/breeze-icons-5.21.0/icons/places/22/folder-templates.svg new file mode 100644 index 0000000..e906600 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-templates.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-text.svg b/breeze-icons-5.21.0/icons/places/22/folder-text.svg new file mode 100644 index 0000000..fe38cea --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-text.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-txt.svg b/breeze-icons-5.21.0/icons/places/22/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-video.svg b/breeze-icons-5.21.0/icons/places/22/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/folder-videos.svg b/breeze-icons-5.21.0/icons/places/22/folder-videos.svg new file mode 100644 index 0000000..5c61d2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-videos.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-violet.svg b/breeze-icons-5.21.0/icons/places/22/folder-violet.svg new file mode 100644 index 0000000..1f7da23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-violet.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder-yellow.svg b/breeze-icons-5.21.0/icons/places/22/folder-yellow.svg new file mode 100644 index 0000000..7fc82b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder-yellow.svg @@ -0,0 +1,7 @@ + + + diff --git a/breeze-icons-5.21.0/icons/places/22/folder.svg b/breeze-icons-5.21.0/icons/places/22/folder.svg new file mode 100644 index 0000000..9fe038a --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/folder.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/mail-folder-inbox.svg b/breeze-icons-5.21.0/icons/places/22/mail-folder-inbox.svg new file mode 100644 index 0000000..a7058d0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/mail-folder-inbox.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/mail-folder-outbox.svg b/breeze-icons-5.21.0/icons/places/22/mail-folder-outbox.svg new file mode 100644 index 0000000..c858bf5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/mail-folder-outbox.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/mail-folder-sent.svg b/breeze-icons-5.21.0/icons/places/22/mail-folder-sent.svg new file mode 120000 index 0000000..7339fb7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/mail-folder-sent.svg @@ -0,0 +1 @@ +../../actions/22/mail-send.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/mail-message.svg b/breeze-icons-5.21.0/icons/places/22/mail-message.svg new file mode 100644 index 0000000..efa2ae0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/mail-message.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/network-server-database.svg b/breeze-icons-5.21.0/icons/places/22/network-server-database.svg new file mode 100644 index 0000000..1974a59 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/network-server-database.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/network-server.svg b/breeze-icons-5.21.0/icons/places/22/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/network-workgroup.svg b/breeze-icons-5.21.0/icons/places/22/network-workgroup.svg new file mode 100644 index 0000000..7015003 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/network-workgroup.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/repository.svg b/breeze-icons-5.21.0/icons/places/22/repository.svg new file mode 120000 index 0000000..5b95a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/repository.svg @@ -0,0 +1 @@ +network-server-database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/server-database.svg b/breeze-icons-5.21.0/icons/places/22/server-database.svg new file mode 120000 index 0000000..5b95a26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/server-database.svg @@ -0,0 +1 @@ +network-server-database.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/start-here-kde.svg b/breeze-icons-5.21.0/icons/places/22/start-here-kde.svg new file mode 120000 index 0000000..6c97f18 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/start-here-kde.svg @@ -0,0 +1 @@ +folder-activities.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/stock_folder.svg b/breeze-icons-5.21.0/icons/places/22/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/user-desktop.svg b/breeze-icons-5.21.0/icons/places/22/user-desktop.svg new file mode 100644 index 0000000..8136b84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/user-desktop.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/user-home.svg b/breeze-icons-5.21.0/icons/places/22/user-home.svg new file mode 100644 index 0000000..4ef245e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/user-home.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/user-identity.svg b/breeze-icons-5.21.0/icons/places/22/user-identity.svg new file mode 120000 index 0000000..cd92d1f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/user-identity.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/22/user-trash-full.svg b/breeze-icons-5.21.0/icons/places/22/user-trash-full.svg new file mode 100644 index 0000000..3611f00 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/user-trash-full.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/22/user-trash.svg b/breeze-icons-5.21.0/icons/places/22/user-trash.svg new file mode 100644 index 0000000..668e910 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/22/user-trash.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/bookmarks.svg b/breeze-icons-5.21.0/icons/places/32/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/certificate-server.svg b/breeze-icons-5.21.0/icons/places/32/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/favorites.svg b/breeze-icons-5.21.0/icons/places/32/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-activities.svg b/breeze-icons-5.21.0/icons/places/32/folder-activities.svg new file mode 100644 index 0000000..b81cf44 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-activities.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-black.svg b/breeze-icons-5.21.0/icons/places/32/folder-black.svg new file mode 100644 index 0000000..e6e215f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-black.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-blue.svg b/breeze-icons-5.21.0/icons/places/32/folder-blue.svg new file mode 100644 index 0000000..b376309 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-blue.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-bookmark.svg b/breeze-icons-5.21.0/icons/places/32/folder-bookmark.svg new file mode 100644 index 0000000..a023308 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-bookmark.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-brown.svg b/breeze-icons-5.21.0/icons/places/32/folder-brown.svg new file mode 100644 index 0000000..13e3c61 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-brown.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-cloud.svg b/breeze-icons-5.21.0/icons/places/32/folder-cloud.svg new file mode 100644 index 0000000..0513167 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-cloud.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-cyan.svg b/breeze-icons-5.21.0/icons/places/32/folder-cyan.svg new file mode 100644 index 0000000..7dd74b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-cyan.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-development.svg b/breeze-icons-5.21.0/icons/places/32/folder-development.svg new file mode 100644 index 0000000..70e251c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-development.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-documents.svg b/breeze-icons-5.21.0/icons/places/32/folder-documents.svg new file mode 100644 index 0000000..c3b5d58 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-documents.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-download.svg b/breeze-icons-5.21.0/icons/places/32/folder-download.svg new file mode 100644 index 0000000..4ff9718 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-download.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-downloads.svg b/breeze-icons-5.21.0/icons/places/32/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-dropbox.svg b/breeze-icons-5.21.0/icons/places/32/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-favorites.svg b/breeze-icons-5.21.0/icons/places/32/folder-favorites.svg new file mode 100644 index 0000000..79a97b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-favorites.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-gdrive.svg b/breeze-icons-5.21.0/icons/places/32/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-green.svg b/breeze-icons-5.21.0/icons/places/32/folder-green.svg new file mode 100644 index 0000000..3534444 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-green.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-grey.svg b/breeze-icons-5.21.0/icons/places/32/folder-grey.svg new file mode 100644 index 0000000..50e351b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-grey.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-html.svg b/breeze-icons-5.21.0/icons/places/32/folder-html.svg new file mode 100644 index 0000000..e590a86 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-html.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-image-people.svg b/breeze-icons-5.21.0/icons/places/32/folder-image-people.svg new file mode 100644 index 0000000..95b0bf6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-image-people.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-image.svg b/breeze-icons-5.21.0/icons/places/32/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-images.svg b/breeze-icons-5.21.0/icons/places/32/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-important.svg b/breeze-icons-5.21.0/icons/places/32/folder-important.svg new file mode 100644 index 0000000..13800bf --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-important.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-locked.svg b/breeze-icons-5.21.0/icons/places/32/folder-locked.svg new file mode 100644 index 0000000..b504ab5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-locked.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-magenta.svg b/breeze-icons-5.21.0/icons/places/32/folder-magenta.svg new file mode 100644 index 0000000..0c06133 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-magenta.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-mail.svg b/breeze-icons-5.21.0/icons/places/32/folder-mail.svg new file mode 100644 index 0000000..bb7b4e2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-mail.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-music.svg b/breeze-icons-5.21.0/icons/places/32/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-network.svg b/breeze-icons-5.21.0/icons/places/32/folder-network.svg new file mode 100644 index 0000000..b8e90d9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-network.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-onedrive.svg b/breeze-icons-5.21.0/icons/places/32/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-open.svg b/breeze-icons-5.21.0/icons/places/32/folder-open.svg new file mode 100644 index 0000000..99d1486 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-open.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-orange.svg b/breeze-icons-5.21.0/icons/places/32/folder-orange.svg new file mode 100644 index 0000000..39512a1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-orange.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-owncloud.svg b/breeze-icons-5.21.0/icons/places/32/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-picture.svg b/breeze-icons-5.21.0/icons/places/32/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-pictures.svg b/breeze-icons-5.21.0/icons/places/32/folder-pictures.svg new file mode 100644 index 0000000..6db6f91 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-pictures.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-print.svg b/breeze-icons-5.21.0/icons/places/32/folder-print.svg new file mode 100644 index 0000000..f6769a4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-print.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-public.svg b/breeze-icons-5.21.0/icons/places/32/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-publicshare.svg b/breeze-icons-5.21.0/icons/places/32/folder-publicshare.svg new file mode 100644 index 0000000..e3516a6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-publicshare.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-red.svg b/breeze-icons-5.21.0/icons/places/32/folder-red.svg new file mode 100644 index 0000000..4553396 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-red.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-remote.svg b/breeze-icons-5.21.0/icons/places/32/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-script.svg b/breeze-icons-5.21.0/icons/places/32/folder-script.svg new file mode 100644 index 0000000..96d84f4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-script.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-sound.svg b/breeze-icons-5.21.0/icons/places/32/folder-sound.svg new file mode 100644 index 0000000..47c1bc0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-sound.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-tar.svg b/breeze-icons-5.21.0/icons/places/32/folder-tar.svg new file mode 100644 index 0000000..d21a43d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-tar.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-temp.svg b/breeze-icons-5.21.0/icons/places/32/folder-temp.svg new file mode 100644 index 0000000..7c9dffb --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-temp.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-templates.svg b/breeze-icons-5.21.0/icons/places/32/folder-templates.svg new file mode 100644 index 0000000..3d9636c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-templates.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-text.svg b/breeze-icons-5.21.0/icons/places/32/folder-text.svg new file mode 100644 index 0000000..ca240b5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-text.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-txt.svg b/breeze-icons-5.21.0/icons/places/32/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-video.svg b/breeze-icons-5.21.0/icons/places/32/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/folder-videos.svg b/breeze-icons-5.21.0/icons/places/32/folder-videos.svg new file mode 100644 index 0000000..836cef5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-videos.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-violet.svg b/breeze-icons-5.21.0/icons/places/32/folder-violet.svg new file mode 100644 index 0000000..7aec68c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-violet.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder-yellow.svg b/breeze-icons-5.21.0/icons/places/32/folder-yellow.svg new file mode 100644 index 0000000..a6b717f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder-yellow.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/folder.svg b/breeze-icons-5.21.0/icons/places/32/folder.svg new file mode 100644 index 0000000..2acb4ab --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/folder.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/library-music.svg b/breeze-icons-5.21.0/icons/places/32/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/network-server.svg b/breeze-icons-5.21.0/icons/places/32/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/network-workgroup.svg b/breeze-icons-5.21.0/icons/places/32/network-workgroup.svg new file mode 100644 index 0000000..2bf1ccf --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/network-workgroup.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/stock_folder.svg b/breeze-icons-5.21.0/icons/places/32/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/32/user-desktop.svg b/breeze-icons-5.21.0/icons/places/32/user-desktop.svg new file mode 100644 index 0000000..2085a2c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/user-desktop.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/user-home.svg b/breeze-icons-5.21.0/icons/places/32/user-home.svg new file mode 100644 index 0000000..936cf8c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/user-home.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/user-trash-full.svg b/breeze-icons-5.21.0/icons/places/32/user-trash-full.svg new file mode 100644 index 0000000..21ffa6f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/user-trash-full.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/32/user-trash.svg b/breeze-icons-5.21.0/icons/places/32/user-trash.svg new file mode 100644 index 0000000..97fef26 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/32/user-trash.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/bookmarks.svg b/breeze-icons-5.21.0/icons/places/64/bookmarks.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/bookmarks.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/certificate-server.svg b/breeze-icons-5.21.0/icons/places/64/certificate-server.svg new file mode 120000 index 0000000..5a98ca8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/favorites.svg b/breeze-icons-5.21.0/icons/places/64/favorites.svg new file mode 120000 index 0000000..08070bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/favorites.svg @@ -0,0 +1 @@ +folder-favorites.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-activities.svg b/breeze-icons-5.21.0/icons/places/64/folder-activities.svg new file mode 100644 index 0000000..f812c5b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-activities.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-black.svg b/breeze-icons-5.21.0/icons/places/64/folder-black.svg new file mode 100644 index 0000000..7c18074 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-black.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-blue.svg b/breeze-icons-5.21.0/icons/places/64/folder-blue.svg new file mode 100644 index 0000000..96578b7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-blue.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-bookmark.svg b/breeze-icons-5.21.0/icons/places/64/folder-bookmark.svg new file mode 100644 index 0000000..0524ecd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-bookmark.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-brown.svg b/breeze-icons-5.21.0/icons/places/64/folder-brown.svg new file mode 100644 index 0000000..04a2d9e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-brown.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-cloud.svg b/breeze-icons-5.21.0/icons/places/64/folder-cloud.svg new file mode 100644 index 0000000..5b71e6c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-cloud.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-cyan.svg b/breeze-icons-5.21.0/icons/places/64/folder-cyan.svg new file mode 100644 index 0000000..fc90fad --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-cyan.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-development.svg b/breeze-icons-5.21.0/icons/places/64/folder-development.svg new file mode 100644 index 0000000..8cc7118 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-development.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-documents.svg b/breeze-icons-5.21.0/icons/places/64/folder-documents.svg new file mode 100644 index 0000000..3207e7d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-documents.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-download.svg b/breeze-icons-5.21.0/icons/places/64/folder-download.svg new file mode 100644 index 0000000..bafc23d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-download.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-downloads.svg b/breeze-icons-5.21.0/icons/places/64/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-dropbox.svg b/breeze-icons-5.21.0/icons/places/64/folder-dropbox.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-dropbox.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-favorites.svg b/breeze-icons-5.21.0/icons/places/64/folder-favorites.svg new file mode 100644 index 0000000..971bf29 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-favorites.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-gdrive.svg b/breeze-icons-5.21.0/icons/places/64/folder-gdrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-gdrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-green.svg b/breeze-icons-5.21.0/icons/places/64/folder-green.svg new file mode 100644 index 0000000..790cba4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-green.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-grey.svg b/breeze-icons-5.21.0/icons/places/64/folder-grey.svg new file mode 100644 index 0000000..d9667fa --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-grey.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-html.svg b/breeze-icons-5.21.0/icons/places/64/folder-html.svg new file mode 100644 index 0000000..ca04ff9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-html.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-image-people.svg b/breeze-icons-5.21.0/icons/places/64/folder-image-people.svg new file mode 100644 index 0000000..5178590 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-image-people.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-image.svg b/breeze-icons-5.21.0/icons/places/64/folder-image.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-image.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-images.svg b/breeze-icons-5.21.0/icons/places/64/folder-images.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-important.svg b/breeze-icons-5.21.0/icons/places/64/folder-important.svg new file mode 100644 index 0000000..df8f69d --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-important.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-locked.svg b/breeze-icons-5.21.0/icons/places/64/folder-locked.svg new file mode 100644 index 0000000..7239515 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-locked.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-magenta.svg b/breeze-icons-5.21.0/icons/places/64/folder-magenta.svg new file mode 100644 index 0000000..b30ef3f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-magenta.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-mail.svg b/breeze-icons-5.21.0/icons/places/64/folder-mail.svg new file mode 100644 index 0000000..597f44f --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-mail.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-music.svg b/breeze-icons-5.21.0/icons/places/64/folder-music.svg new file mode 120000 index 0000000..c71e4be --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-music.svg @@ -0,0 +1 @@ +./folder-sound.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-network.svg b/breeze-icons-5.21.0/icons/places/64/folder-network.svg new file mode 100644 index 0000000..0f7e931 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-network.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-onedrive.svg b/breeze-icons-5.21.0/icons/places/64/folder-onedrive.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-onedrive.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-open.svg b/breeze-icons-5.21.0/icons/places/64/folder-open.svg new file mode 100644 index 0000000..2ae5f7a --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-open.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-orange.svg b/breeze-icons-5.21.0/icons/places/64/folder-orange.svg new file mode 100644 index 0000000..059adf8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-orange.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-owncloud.svg b/breeze-icons-5.21.0/icons/places/64/folder-owncloud.svg new file mode 120000 index 0000000..8651bee --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-owncloud.svg @@ -0,0 +1 @@ +folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-picture.svg b/breeze-icons-5.21.0/icons/places/64/folder-picture.svg new file mode 120000 index 0000000..273d2b9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-pictures.svg b/breeze-icons-5.21.0/icons/places/64/folder-pictures.svg new file mode 100644 index 0000000..decdbed --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-pictures.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-print.svg b/breeze-icons-5.21.0/icons/places/64/folder-print.svg new file mode 100644 index 0000000..bdb8047 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-print.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-public.svg b/breeze-icons-5.21.0/icons/places/64/folder-public.svg new file mode 120000 index 0000000..a2956a2 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-publicshare.svg b/breeze-icons-5.21.0/icons/places/64/folder-publicshare.svg new file mode 100644 index 0000000..0f7bc54 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-publicshare.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-red.svg b/breeze-icons-5.21.0/icons/places/64/folder-red.svg new file mode 100644 index 0000000..73a24ec --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-red.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-remote.svg b/breeze-icons-5.21.0/icons/places/64/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-script.svg b/breeze-icons-5.21.0/icons/places/64/folder-script.svg new file mode 100644 index 0000000..5d4ee8b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-script.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-sound.svg b/breeze-icons-5.21.0/icons/places/64/folder-sound.svg new file mode 100644 index 0000000..bc24f84 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-sound.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-tar.svg b/breeze-icons-5.21.0/icons/places/64/folder-tar.svg new file mode 100644 index 0000000..49696a5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-tar.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-temp.svg b/breeze-icons-5.21.0/icons/places/64/folder-temp.svg new file mode 100644 index 0000000..fd8c469 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-temp.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-templates.svg b/breeze-icons-5.21.0/icons/places/64/folder-templates.svg new file mode 100644 index 0000000..6be0cc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-templates.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-text.svg b/breeze-icons-5.21.0/icons/places/64/folder-text.svg new file mode 100644 index 0000000..66e81c1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-text.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-txt.svg b/breeze-icons-5.21.0/icons/places/64/folder-txt.svg new file mode 120000 index 0000000..eaa1f39 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-txt.svg @@ -0,0 +1 @@ +folder-text.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-video.svg b/breeze-icons-5.21.0/icons/places/64/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/folder-videos.svg b/breeze-icons-5.21.0/icons/places/64/folder-videos.svg new file mode 100644 index 0000000..c000a9c --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-videos.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-violet.svg b/breeze-icons-5.21.0/icons/places/64/folder-violet.svg new file mode 100644 index 0000000..59665b1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-violet.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder-yellow.svg b/breeze-icons-5.21.0/icons/places/64/folder-yellow.svg new file mode 100644 index 0000000..55ed3b6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder-yellow.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/folder.svg b/breeze-icons-5.21.0/icons/places/64/folder.svg new file mode 100644 index 0000000..22919bd --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/folder.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/library-music.svg b/breeze-icons-5.21.0/icons/places/64/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/network-server.svg b/breeze-icons-5.21.0/icons/places/64/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/network-workgroup.svg b/breeze-icons-5.21.0/icons/places/64/network-workgroup.svg new file mode 100644 index 0000000..3299634 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/network-workgroup.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/start-here-kde.svg b/breeze-icons-5.21.0/icons/places/64/start-here-kde.svg new file mode 100644 index 0000000..81c3ea6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/start-here-kde.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + Plasm + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/stock_folder.svg b/breeze-icons-5.21.0/icons/places/64/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/places/64/user-desktop.svg b/breeze-icons-5.21.0/icons/places/64/user-desktop.svg new file mode 100644 index 0000000..1ecfc5b --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/user-desktop.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/user-home.svg b/breeze-icons-5.21.0/icons/places/64/user-home.svg new file mode 100644 index 0000000..5b08246 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/user-home.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/user-trash-full.svg b/breeze-icons-5.21.0/icons/places/64/user-trash-full.svg new file mode 100644 index 0000000..d91bcbc --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/user-trash-full.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/places/64/user-trash.svg b/breeze-icons-5.21.0/icons/places/64/user-trash.svg new file mode 100644 index 0000000..8d55ea7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/places/64/user-trash.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/cloudstatus.svg b/breeze-icons-5.21.0/icons/status/16/cloudstatus.svg new file mode 120000 index 0000000..54ab173 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/cloudstatus.svg @@ -0,0 +1 @@ +../../places/16/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/dialog-information.svg b/breeze-icons-5.21.0/icons/status/16/dialog-information.svg new file mode 100644 index 0000000..0bf2970 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/dialog-information.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/dropboxstatus-busy.svg b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-busy.svg new file mode 100644 index 0000000..e718aae --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-busy.svg @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/dropboxstatus-busy2.svg b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-busy2.svg new file mode 120000 index 0000000..7d4335b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-busy2.svg @@ -0,0 +1 @@ +dropboxstatus-logo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/dropboxstatus-idle.svg b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-idle.svg new file mode 100644 index 0000000..42bb550 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-idle.svg @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/dropboxstatus-logo.svg b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-logo.svg new file mode 120000 index 0000000..54ab173 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-logo.svg @@ -0,0 +1 @@ +../../places/16/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/dropboxstatus-x.svg b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-x.svg new file mode 100644 index 0000000..7ee2ada --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/dropboxstatus-x.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/irc-channel-joined.svg b/breeze-icons-5.21.0/icons/status/16/irc-channel-joined.svg new file mode 120000 index 0000000..a714d53 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/irc-channel-joined.svg @@ -0,0 +1 @@ +../../actions/16/irc-channel-active.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/irc-channel-parted.svg b/breeze-icons-5.21.0/icons/status/16/irc-channel-parted.svg new file mode 120000 index 0000000..b58aba6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/irc-channel-parted.svg @@ -0,0 +1 @@ +../../actions/16/irc-channel-inactive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/kdeconnect-tray.svg b/breeze-icons-5.21.0/icons/status/16/kdeconnect-tray.svg new file mode 100644 index 0000000..a481f23 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/kdeconnect-tray.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/state-download.svg b/breeze-icons-5.21.0/icons/status/16/state-download.svg new file mode 100644 index 0000000..97393eb --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-download.svg @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/state-error.svg b/breeze-icons-5.21.0/icons/status/16/state-error.svg new file mode 120000 index 0000000..c34068b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-error.svg @@ -0,0 +1 @@ +dropboxstatus-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/state-information.svg b/breeze-icons-5.21.0/icons/status/16/state-information.svg new file mode 100644 index 0000000..3de60e7 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-information.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/state-offline.svg b/breeze-icons-5.21.0/icons/status/16/state-offline.svg new file mode 100644 index 0000000..4595f80 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-offline.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/state-ok.svg b/breeze-icons-5.21.0/icons/status/16/state-ok.svg new file mode 120000 index 0000000..961964c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-ok.svg @@ -0,0 +1 @@ +dropboxstatus-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/state-pause.svg b/breeze-icons-5.21.0/icons/status/16/state-pause.svg new file mode 100644 index 0000000..eb2fb11 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-pause.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/state-sync.svg b/breeze-icons-5.21.0/icons/status/16/state-sync.svg new file mode 120000 index 0000000..77da33b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-sync.svg @@ -0,0 +1 @@ +dropboxstatus-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/state-warning.svg b/breeze-icons-5.21.0/icons/status/16/state-warning.svg new file mode 100644 index 0000000..fe815dc --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/state-warning.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/user-available.svg b/breeze-icons-5.21.0/icons/status/16/user-available.svg new file mode 120000 index 0000000..5706c2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-available.svg @@ -0,0 +1 @@ +user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/user-away-extended.svg b/breeze-icons-5.21.0/icons/status/16/user-away-extended.svg new file mode 120000 index 0000000..5b852ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-away-extended.svg @@ -0,0 +1 @@ +user-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/user-away.svg b/breeze-icons-5.21.0/icons/status/16/user-away.svg new file mode 120000 index 0000000..c26c40e --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-away.svg @@ -0,0 +1 @@ +../../actions/16/im-user-away.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/user-busy.svg b/breeze-icons-5.21.0/icons/status/16/user-busy.svg new file mode 120000 index 0000000..def4f48 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-busy.svg @@ -0,0 +1 @@ +../../actions/16/im-user-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/user-idle.svg b/breeze-icons-5.21.0/icons/status/16/user-idle.svg new file mode 100644 index 0000000..bee23f6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-idle.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/16/user-invisible.svg b/breeze-icons-5.21.0/icons/status/16/user-invisible.svg new file mode 120000 index 0000000..92e2b2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-invisible.svg @@ -0,0 +1 @@ +../../actions/16/im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/user-offline.svg b/breeze-icons-5.21.0/icons/status/16/user-offline.svg new file mode 120000 index 0000000..a6ddc7e --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-offline.svg @@ -0,0 +1 @@ +../../actions/16/im-user-offline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/16/user-online.svg b/breeze-icons-5.21.0/icons/status/16/user-online.svg new file mode 120000 index 0000000..630d5e0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/16/user-online.svg @@ -0,0 +1 @@ +../../actions/16/im-user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/audio-ready.svg b/breeze-icons-5.21.0/icons/status/22/audio-ready.svg new file mode 100644 index 0000000..bf0b74c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/audio-ready.svg @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/audio-volume-high.svg b/breeze-icons-5.21.0/icons/status/22/audio-volume-high.svg new file mode 100644 index 0000000..a5dca4c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/audio-volume-high.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/audio-volume-low.svg b/breeze-icons-5.21.0/icons/status/22/audio-volume-low.svg new file mode 100644 index 0000000..9fe0326 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/audio-volume-low.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/audio-volume-medium.svg b/breeze-icons-5.21.0/icons/status/22/audio-volume-medium.svg new file mode 100644 index 0000000..9a3235a --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/audio-volume-medium.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/audio-volume-muted.svg b/breeze-icons-5.21.0/icons/status/22/audio-volume-muted.svg new file mode 100644 index 0000000..68d93ba --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/audio-volume-muted.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/camera-off.svg b/breeze-icons-5.21.0/icons/status/22/camera-off.svg new file mode 100644 index 0000000..f0e5632 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/camera-off.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/camera-on.svg b/breeze-icons-5.21.0/icons/status/22/camera-on.svg new file mode 100644 index 0000000..3bc704a --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/camera-on.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/camera-ready.svg b/breeze-icons-5.21.0/icons/status/22/camera-ready.svg new file mode 100644 index 0000000..2a73991 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/camera-ready.svg @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/cloudstatus.svg b/breeze-icons-5.21.0/icons/status/22/cloudstatus.svg new file mode 120000 index 0000000..a75eac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/cloudstatus.svg @@ -0,0 +1 @@ +../../places/22/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/dialog-information.svg b/breeze-icons-5.21.0/icons/status/22/dialog-information.svg new file mode 100644 index 0000000..c547a08 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/dialog-information.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/dropboxstatus-busy.svg b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-busy.svg new file mode 100644 index 0000000..a00f683 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-busy.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/dropboxstatus-busy2.svg b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-busy2.svg new file mode 120000 index 0000000..7d4335b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-busy2.svg @@ -0,0 +1 @@ +dropboxstatus-logo.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/dropboxstatus-idle.svg b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-idle.svg new file mode 100644 index 0000000..aa2bbc3 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-idle.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/dropboxstatus-logo.svg b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-logo.svg new file mode 120000 index 0000000..a75eac0 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-logo.svg @@ -0,0 +1 @@ +../../places/22/folder-cloud.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/dropboxstatus-x.svg b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-x.svg new file mode 100644 index 0000000..403e8d6 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/dropboxstatus-x.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/irc-channel-joined.svg b/breeze-icons-5.21.0/icons/status/22/irc-channel-joined.svg new file mode 120000 index 0000000..2cea55c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/irc-channel-joined.svg @@ -0,0 +1 @@ +../../actions/22/irc-channel-active.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/irc-channel-parted.svg b/breeze-icons-5.21.0/icons/status/22/irc-channel-parted.svg new file mode 120000 index 0000000..a8d3de8 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/irc-channel-parted.svg @@ -0,0 +1 @@ +../../actions/22/irc-channel-inactive.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/kdeconnect-tray.svg b/breeze-icons-5.21.0/icons/status/22/kdeconnect-tray.svg new file mode 100644 index 0000000..555c9a9 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/kdeconnect-tray.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/mic-off.svg b/breeze-icons-5.21.0/icons/status/22/mic-off.svg new file mode 100644 index 0000000..690a883 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/mic-off.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/mic-on.svg b/breeze-icons-5.21.0/icons/status/22/mic-on.svg new file mode 100644 index 0000000..d13a904 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/mic-on.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/mic-ready.svg b/breeze-icons-5.21.0/icons/status/22/mic-ready.svg new file mode 100644 index 0000000..2c0ef2a --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/mic-ready.svg @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/process-working-kde.svg b/breeze-icons-5.21.0/icons/status/22/process-working-kde.svg new file mode 120000 index 0000000..559a6ae --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/process-working-kde.svg @@ -0,0 +1 @@ +process-working.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/process-working.svg b/breeze-icons-5.21.0/icons/status/22/process-working.svg new file mode 100644 index 0000000..ff74b4c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/process-working.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/script-error.svg b/breeze-icons-5.21.0/icons/status/22/script-error.svg new file mode 120000 index 0000000..a8c351a --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/script-error.svg @@ -0,0 +1 @@ +../../actions/22/tools-report-bug.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/security-high.svg b/breeze-icons-5.21.0/icons/status/22/security-high.svg new file mode 100644 index 0000000..5f7707a --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/security-high.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/security-low.svg b/breeze-icons-5.21.0/icons/status/22/security-low.svg new file mode 100644 index 0000000..ce7778c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/security-low.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/security-medium.svg b/breeze-icons-5.21.0/icons/status/22/security-medium.svg new file mode 100644 index 0000000..759534f --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/security-medium.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/state-download.svg b/breeze-icons-5.21.0/icons/status/22/state-download.svg new file mode 100644 index 0000000..3f7b2ee --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-download.svg @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/state-error.svg b/breeze-icons-5.21.0/icons/status/22/state-error.svg new file mode 120000 index 0000000..c34068b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-error.svg @@ -0,0 +1 @@ +dropboxstatus-x.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/state-information.svg b/breeze-icons-5.21.0/icons/status/22/state-information.svg new file mode 100644 index 0000000..5433c6d --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-information.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/state-offline.svg b/breeze-icons-5.21.0/icons/status/22/state-offline.svg new file mode 100644 index 0000000..def7ac1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-offline.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/state-ok.svg b/breeze-icons-5.21.0/icons/status/22/state-ok.svg new file mode 120000 index 0000000..961964c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-ok.svg @@ -0,0 +1 @@ +dropboxstatus-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/state-pause.svg b/breeze-icons-5.21.0/icons/status/22/state-pause.svg new file mode 100644 index 0000000..6481c2e --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-pause.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/state-sync.svg b/breeze-icons-5.21.0/icons/status/22/state-sync.svg new file mode 120000 index 0000000..77da33b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-sync.svg @@ -0,0 +1 @@ +dropboxstatus-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/state-warning.svg b/breeze-icons-5.21.0/icons/status/22/state-warning.svg new file mode 100644 index 0000000..00d0e15 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/state-warning.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/update-high.svg b/breeze-icons-5.21.0/icons/status/22/update-high.svg new file mode 100644 index 0000000..561e065 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/update-high.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/update-low.svg b/breeze-icons-5.21.0/icons/status/22/update-low.svg new file mode 100644 index 0000000..3e0ebed --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/update-low.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/update-medium.svg b/breeze-icons-5.21.0/icons/status/22/update-medium.svg new file mode 100644 index 0000000..315ebf1 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/update-medium.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/update-none.svg b/breeze-icons-5.21.0/icons/status/22/update-none.svg new file mode 100644 index 0000000..f797e3c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/update-none.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/user-available.svg b/breeze-icons-5.21.0/icons/status/22/user-available.svg new file mode 120000 index 0000000..5706c2b --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-available.svg @@ -0,0 +1 @@ +user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/user-away-extended.svg b/breeze-icons-5.21.0/icons/status/22/user-away-extended.svg new file mode 120000 index 0000000..5b852ef --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-away-extended.svg @@ -0,0 +1 @@ +user-idle.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/user-away.svg b/breeze-icons-5.21.0/icons/status/22/user-away.svg new file mode 120000 index 0000000..64fe1c5 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-away.svg @@ -0,0 +1 @@ +../../actions/22/im-user-away.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/user-busy.svg b/breeze-icons-5.21.0/icons/status/22/user-busy.svg new file mode 120000 index 0000000..3236117 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-busy.svg @@ -0,0 +1 @@ +../../actions/22/im-user-busy.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/user-idle.svg b/breeze-icons-5.21.0/icons/status/22/user-idle.svg new file mode 100644 index 0000000..9494b3f --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-idle.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/22/user-invisible.svg b/breeze-icons-5.21.0/icons/status/22/user-invisible.svg new file mode 120000 index 0000000..cfdaa11 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-invisible.svg @@ -0,0 +1 @@ +../../actions/22/im-invisible-user.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/user-offline.svg b/breeze-icons-5.21.0/icons/status/22/user-offline.svg new file mode 120000 index 0000000..24fdd45 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-offline.svg @@ -0,0 +1 @@ +../../actions/22/im-user-offline.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/22/user-online.svg b/breeze-icons-5.21.0/icons/status/22/user-online.svg new file mode 120000 index 0000000..dd038fb --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/22/user-online.svg @@ -0,0 +1 @@ +../../actions/22/im-user-online.svg \ No newline at end of file diff --git a/breeze-icons-5.21.0/icons/status/24/dialog-information.svg b/breeze-icons-5.21.0/icons/status/24/dialog-information.svg new file mode 100644 index 0000000..d827c1c --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/24/dialog-information.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/dialog-error.svg b/breeze-icons-5.21.0/icons/status/64/dialog-error.svg new file mode 100644 index 0000000..662d850 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/dialog-error.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/dialog-information.svg b/breeze-icons-5.21.0/icons/status/64/dialog-information.svg new file mode 100644 index 0000000..bbb26fe --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/dialog-information.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/dialog-password.svg b/breeze-icons-5.21.0/icons/status/64/dialog-password.svg new file mode 100644 index 0000000..be66539 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/dialog-password.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/dialog-question.svg b/breeze-icons-5.21.0/icons/status/64/dialog-question.svg new file mode 100644 index 0000000..7ff4bc4 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/dialog-question.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/dialog-warning.svg b/breeze-icons-5.21.0/icons/status/64/dialog-warning.svg new file mode 100644 index 0000000..2039eed --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/dialog-warning.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/security-high.svg b/breeze-icons-5.21.0/icons/status/64/security-high.svg new file mode 100644 index 0000000..3a0a630 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/security-high.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/security-low.svg b/breeze-icons-5.21.0/icons/status/64/security-low.svg new file mode 100644 index 0000000..a668052 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/security-low.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/icons/status/64/security-medium.svg b/breeze-icons-5.21.0/icons/status/64/security-medium.svg new file mode 100644 index 0000000..2f57348 --- /dev/null +++ b/breeze-icons-5.21.0/icons/status/64/security-medium.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/breeze-icons-5.21.0/metainfo.yaml b/breeze-icons-5.21.0/metainfo.yaml new file mode 100644 index 0000000..79adeac --- /dev/null +++ b/breeze-icons-5.21.0/metainfo.yaml @@ -0,0 +1,11 @@ +maintainer: uriherrera +description: Breeze icon theme +tier: 1 +type: functional +platforms: + - name: All +portingAid: false +deprecated: false +release: true +libraries: +cmakename: diff --git a/breeze-icons-5.21.0/optimize-svg.sh b/breeze-icons-5.21.0/optimize-svg.sh new file mode 100644 index 0000000..a9d1507 --- /dev/null +++ b/breeze-icons-5.21.0/optimize-svg.sh @@ -0,0 +1,43 @@ +#!/usr/bin/env bash + +if ! command -v svgo >/dev/null +then + echo "Please install svgo: npm install svgo" + exit 1 +fi +# regarding convertStyleToAttrs, see: https://github.com/svg/svgo/issues/489 +# regarding convertPathData, see: https://github.com/svg/svgo/issues/490 +ARGS="--pretty --disable=convertStyleToAttrs --disable=convertPathData" + +function generatePng { + inkscape -z -D $1 --export-png=$2 --export-width=200 --export-background=transparent > /dev/null +} + +# args: pngA pngB final.svg temp.svg +function evaluateOptimization { +# that regex is to just take A from "A (B)" + res=`compare -metric MAE $1 $2 /dev/null 2>&1 | sed "s/^\\([0-9]*\\).*/\\1/"` #-fuzz 5 + if [ "$res" -gt 100 ]; then + echo "huuuuge difference of $res in $3" + else + mv $4 $3 + fi +} + +find . -name "*.svg" -size 4k -print0 | while IFS= read -r -d '' file +do + echo "doing... $file" + generatePng "$file" /tmp/A.png + svgo -i "$file" -o "$file".tmp.svg $ARGS + generatePng "$file".tmp.svg /tmp/B.png + evaluateOptimization /tmp/A.png /tmp/B.png "$file" "$file".tmp.svg +done + +find . -name "*.svgz" -print0 | while IFS= read -r -d '' file +do + echo "z-doing... $file" + generatePng "$file" /tmp/A.png + gunzip "$file" -S .svgz -c | svgo -i - $ARGS | gzip -c > "$file".tmp.svgz + generatePng "$file".tmp.svgz /tmp/B.png + evaluateOptimization /tmp/A.png /tmp/B.png "$file" "$file".tmp.svgz +done diff --git a/sources b/sources index 1ac7177..9374ab9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b0cbd57e9d2ff7261a5b88fa37f9401 breeze-icons-5.20.0.tar.xz +2d293916db5ea309e2f4b3659c394a79 breeze-icons-5.21.0.tar.xz